Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.2/ext/zend_test/
H A Dfiber.stub.php10 public function __construct(callable $callback) {}
16 public function pipeTo(callable $callback): _ZendTestFiber {}
/PHP-8.2/ext/spl/
H A Dphp_spl.stub.php34 function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = fals…
36 function spl_autoload_unregister(callable $callback): bool {}
49 function iterator_apply(Traversable $iterator, callable $callback, ?array $args = null): int {}
H A Dspl_array.stub.php54 public function uasort(callable $callback): bool {}
57 public function uksort(callable $callback): bool {}
178 public function uasort(callable $callback): bool {}
184 public function uksort(callable $callback): bool {}
H A Dspl_iterators.stub.php25 public function __construct(Iterator $iterator, callable $callback) {}
33 public function __construct(RecursiveIterator $iterator, callable $callback) {}
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.stub.php11 …public function sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $fla…
17 public function sqliteCreateCollation(string $name, callable $callback): bool {}
H A Dphp_pdo_sqlite_int.h49 zval callback; member
/PHP-8.2/Zend/
H A Dzend_observer.c312 …zend_observer_function_declared_cb callback = *(zend_observer_function_declared_cb *) (element->da… in _zend_observer_function_declared_notify() local
330 zend_observer_class_linked_cb callback = *(zend_observer_class_linked_cb *) (element->data); in _zend_observer_class_linked_notify() local
344 zend_observer_error_cb callback = *(zend_observer_error_cb *) (element->data); in _zend_observer_error_notify() local
367 zend_observer_fiber_init_handler callback; in zend_observer_fiber_init_notify() local
380 zend_observer_fiber_switch_handler callback; in zend_observer_fiber_switch_notify() local
398 zend_observer_fiber_destroy_handler callback; in zend_observer_fiber_destroy_notify() local
H A Dzend_closures.stub.php23 public static function fromCallable(callable $callback): Closure {}
H A Dzend_fibers.stub.php11 public function __construct(callable $callback) {}
H A Dzend_builtin_functions.stub.php104 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {}
109 function set_exception_handler(?callable $callback) {}
/PHP-8.2/ext/readline/
H A Dreadline.stub.php32 function readline_completion_function(callable $callback): bool {}
36 function readline_callback_handler_install(string $prompt, callable $callback): bool {}
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php846 function header_register_callback(callable $callback): bool {}
928 function usort(array &$array, callable $callback): true {}
930 function uasort(array &$array, callable $callback): true {}
932 function uksort(array &$array, callable $callback): true {}
1278 function call_user_func(callable $callback, mixed ...$args): mixed {}
1280 function call_user_func_array(callable $callback, array $args): mixed {}
1282 function forward_static_call(callable $callback, mixed ...$args): mixed {}
1284 function forward_static_call_array(callable $callback, array $args): mixed {}
1286 function register_shutdown_function(callable $callback, mixed ...$args): void {}
1350 function register_tick_function(callable $callback, mixed ...$args): bool {}
[all …]
/PHP-8.2/ext/
H A Dext_skel.php120 function task($label, $callback) {
/PHP-8.2/ext/oci8/
H A Doci8_failover.c96 int php_oci_register_taf_callback(php_oci_connection *connection, zval *callback) in php_oci_register_taf_callback()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c164 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.stub.php364 …public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = …
370 public function createCollation(string $name, callable $callback): bool {}
382 public function setAuthorizer(?callable $callback): bool {}
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_utils.c439 …t len, char *keyname, size_t keylen, HashTable *parent, zval *zv, phpdbg_parse_var_func callback) { in phpdbg_parse_variable_arg_wrapper()
443 …riable(char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, bool … in phpdbg_parse_variable()
447 …rg(char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_with_arg_func callback, … in phpdbg_parse_variable_with_arg()
H A Dphpdbg_watch.c1295 typedef struct { int (*callback)(zval *zv, phpdbg_watch_element *); zend_string *str; } phpdbg_watc… member
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_events.h17 void (*callback)(struct fpm_event_s *, short, void *); member
/PHP-8.2/Zend/Optimizer/
H A Dzend_func_info.c47 #define FC(name, callback) \ argument
/PHP-8.2/ext/pcre/
H A Dphp_pcre.stub.php123 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
/PHP-8.2/ext/libxml/
H A Dphp_libxml.h47 zval callback; member
H A Dlibxml.c1074 zval *callback; in PHP_FUNCTION() local
/PHP-8.2/main/
H A DSAPI.c137 static void sapi_run_header_callback(zval *callback) in sapi_run_header_callback()
/PHP-8.2/ext/mbstring/
H A Dmbstring.stub.php204 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt…

Completed in 46 milliseconds

12