Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 30) sorted by path

12

/PHP-8.1/Zend/Optimizer/
H A Dzend_func_info.c47 #define FC(name, callback) \ argument
/PHP-8.1/Zend/
H A Dzend_builtin_functions.stub.php99 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {}
105 function set_exception_handler(?callable $callback) {}
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_observer.c254 zend_observer_error_cb callback = *(zend_observer_error_cb *) (element->data); in zend_observer_error_notify() local
277 zend_observer_fiber_init_handler callback; in zend_observer_fiber_init_notify() local
288 zend_observer_fiber_switch_handler callback; in zend_observer_fiber_switch_notify() local
299 zend_observer_fiber_destroy_handler callback; in zend_observer_fiber_destroy_notify() local
/PHP-8.1/ext/
H A Dext_skel.php120 function task($label, $callback) {
/PHP-8.1/ext/ffi/
H A Dffi.c781 void *callback = zend_ffi_create_callback(ZEND_FFI_TYPE(type->pointer.type), value); in zend_ffi_zval_to_cdata() local
852 void *callback; member
939 void *callback; in zend_ffi_create_callback() local
2580 void *callback = zend_ffi_create_callback(ZEND_FFI_TYPE(type->pointer.type), arg); in zend_ffi_pass_arg() local
/PHP-8.1/ext/intl/uchar/
H A Duchar.stub.php38 …public static function enumCharNames(int|string $start, int|string $end, callable $callback, int $…
41 public static function enumCharTypes(callable $callback): void {}
/PHP-8.1/ext/ldap/
H A Dldap.stub.php178 function ldap_set_rebind_proc(LDAP\Connection $ldap, ?callable $callback): bool {}
/PHP-8.1/ext/mbstring/
H A Dmbstring.stub.php156 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt…
/PHP-8.1/ext/oci8/
H A Doci8.stub.php545 function oci_register_taf_callback($connection, ?callable $callback): bool {}
H A Doci8_failover.c96 int php_oci_register_taf_callback(php_oci_connection *connection, zval *callback) in php_oci_register_taf_callback()
H A Doci8_interface.c52 zval *callback = NULL; in PHP_FUNCTION() local
/PHP-8.1/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.1/ext/pcre/
H A Dphp_pcre.stub.php27 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
/PHP-8.1/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h49 zval callback; member
H A Dsqlite_driver.stub.php8 …public function sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $fla…
14 public function sqliteCreateCollation(string $name, callable $callback): bool {}
/PHP-8.1/ext/readline/
H A Dreadline.stub.php26 function readline_completion_function(callable $callback): bool {}
30 function readline_callback_handler_install(string $prompt, callable $callback): bool {}
/PHP-8.1/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.php43 public function uasort(callable $callback): bool {}
46 public function uksort(callable $callback): bool {}
156 public function uasort(callable $callback): bool {}
162 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.1/ext/sqlite3/
H A Dsqlite3.stub.php67 …public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = …
73 public function createCollation(string $name, callable $callback): bool {}
85 public function setAuthorizer(?callable $callback): bool {}
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php19 function header_register_callback(callable $callback): bool {}
106 function usort(array &$array, callable $callback): bool {}
109 function uasort(array &$array, callable $callback): bool {}
112 function uksort(array &$array, callable $callback): bool {}
320 function array_map(?callable $callback, array $array, array ...$arrays): array {}
403 function call_user_func(callable $callback, mixed ...$args): mixed {}
405 function call_user_func_array(callable $callback, array $args): mixed {}
407 function forward_static_call(callable $callback, mixed ...$args): mixed {}
409 function forward_static_call_array(callable $callback, array $args): mixed {}
474 function register_tick_function(callable $callback, mixed ...$args): bool {}
[all …]
H A Dstreamsfuncs.c878 zval *callback = &context->notifier->ptr; in user_space_stream_notifier() local
/PHP-8.1/ext/zend_test/
H A Dfiber.stub.php7 public function __construct(callable $callback) {}
13 public function pipeTo(callable $callback): _ZendTestFiber {}

Completed in 94 milliseconds

12