Skip to content

Commit bec39e5

Browse files
committed
Update core.stub
1 parent 068adb8 commit bec39e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

stubs/core.stub

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,3 +337,13 @@ function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): boo
337337
* @param-later-invoked-callable $callback
338338
*/
339339
function set_error_handler(?callable $callback, int $error_levels = E_ALL): ?callable {}
340+
341+
/**
342+
* @param-later-invoked-callable $callback
343+
*/
344+
function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = false): bool {}
345+
346+
/**
347+
* @param-later-invoked-callable $callback
348+
*/
349+
function register_shutdown_function(callable $callback, mixed ...$args): void {}

0 commit comments

Comments
 (0)