Skip to content

Commit 80e7246

Browse files
committed
ext/standard/basic_functions.c: register_tick_function() always returns true
1 parent 9a14c25 commit 80e7246

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ function getprotobyname(string $protocol): int|false {}
20402040
function getprotobynumber(int $protocol): string|false {}
20412041
#endif
20422042

2043-
function register_tick_function(callable $callback, mixed ...$args): bool {}
2043+
function register_tick_function(callable $callback, mixed ...$args): true {}
20442044

20452045
function unregister_tick_function(callable $callback): void {}
20462046

ext/standard/basic_functions_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)