Skip to content

Commit 0594334

Browse files
committed
ext/standard/basic_functions.c: register_tick_function() always returns true
1 parent 888f048 commit 0594334

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

ext/standard/basic_functions.stub.php

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

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

20642064
function unregister_tick_function(callable $callback): void {}
20652065

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.

ext/standard/basic_functions_decl.h

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

0 commit comments

Comments
 (0)