You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All PHP functions that can return `false` on error are part of Safe.
63
+
All PHP functions that can return `false` on error are part of Safe.
63
64
In addition, Safe also provide 2 'Safe' classes: `Safe\DateTime` and `Safe\DateTimeImmutable` whose methods will throw exceptions instead of returning false.
64
65
65
66
## PHPStan integration
@@ -159,8 +160,8 @@ try {
159
160
160
161
Safe is loading 1000+ functions from ~85 files on each request. Yet, the performance impact of this loading is quite low.
161
162
162
-
In case you worry, using Safe will "cost" you ~700µs on each request. The [performance section](performance/README.md)
163
-
contains more information regarding the way we tested the performance impact of Safe.
163
+
In case you worry, using Safe will "cost" you ~700µs on each request. The [performance section](performance/README.md)
164
+
contains more information regarding the way we tested the performance impact of Safe.
0 commit comments