Changeset 957 for trunk/Common
- Timestamp:
- Sep 22, 2023, 11:55:38 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r953 r957 398 398 } 399 399 400 function Exec euteNoError(callable $Function): void400 function ExecuteNoError(callable $Function): void 401 401 { 402 402 try … … 404 404 $LastErrorReporting = error_reporting(); 405 405 error_reporting(0); 406 $ function();406 $Function(); 407 407 } 408 408 finally
Note:
See TracChangeset
for help on using the changeset viewer.