Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/spl/
H A Dphp_spl.stub.php22 function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = fals…
24 function spl_autoload_unregister(callable $callback): bool {}
32 function iterator_apply(Traversable $iterator, callable $callback, ?array $args = null): int {}
H A Dspl_array.stub.php43 public function uasort(callable $callback) {}
46 public function uksort(callable $callback) {}
156 public function uasort(callable $callback) {}
162 public function uksort(callable $callback) {}
H A Dspl_iterators.stub.php25 public function __construct(Iterator $iterator, callable $callback) {}
33 public function __construct(RecursiveIterator $iterator, callable $callback) {}
/PHP-8.0/ext/pdo_sqlite/
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) {}
H A Dphp_pdo_sqlite_int.h49 zval callback; member
/PHP-8.0/ext/readline/
H A Dreadline.stub.php25 function readline_completion_function(callable $callback): bool {}
29 function readline_callback_handler_install(string $prompt, callable $callback): bool {}
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.stub.php63 …public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = …
69 public function createCollation(string $name, callable $callback) {}
81 public function setAuthorizer(?callable $callback) {}
/PHP-8.0/Zend/
H A Dzend_closures.stub.php19 public static function fromCallable(callable $callback): Closure {}
H A Dzend_builtin_functions.stub.php77 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {}
82 function set_exception_handler(?callable $callback) {}
H A Dzend_observer.c247 zend_observer_error_cb callback = *(zend_observer_error_cb *) (element->data); in zend_observer_error_notify() local
/PHP-8.0/ext/
H A Dext_skel.php120 function task($label, $callback) {
/PHP-8.0/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.0/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.0/sapi/phpdbg/
H A Dphpdbg_utils.c423 …t len, char *keyname, size_t keylen, HashTable *parent, zval *zv, phpdbg_parse_var_func callback) { in phpdbg_parse_variable_arg_wrapper()
427 …riable(char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_… in phpdbg_parse_variable()
431 …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.c1226 typedef struct { int (*callback)(zval *zv, phpdbg_watch_element *); zend_string *str; } phpdbg_watc… member
/PHP-8.0/ext/intl/uchar/
H A Duchar.stub.php39 …public static function enumCharNames(int|string $start, int|string $end, callable $callback, int $…
42 public static function enumCharTypes(callable $callback) {}
/PHP-8.0/ext/pcre/
H A Dphp_pcre.stub.php18 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_events.h17 void (*callback)(struct fpm_event_s *, short, void *); member
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php11 function header_register_callback(callable $callback): bool {}
82 function usort(array &$array, callable $callback): bool {}
84 function uasort(array &$array, callable $callback): bool {}
86 function uksort(array &$array, callable $callback): bool {}
236 function array_map(?callable $callback, array $array, array ...$arrays): array {}
296 function call_user_func(callable $callback, mixed ...$args): mixed {}
298 function call_user_func_array(callable $callback, array $args): mixed {}
300 function forward_static_call(callable $callback, mixed ...$args): mixed {}
302 function forward_static_call_array(callable $callback, array $args): mixed {}
354 function register_tick_function(callable $callback, mixed ...$args): bool {}
[all …]
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_func_info.c52 #define FC(name, callback) \ argument
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php214 public function registerProgressCallback(float $rate, callable $callback) {}
219 public function registerCancelCallback(callable $callback) {}
/PHP-8.0/main/
H A DSAPI.c133 static void sapi_run_header_callback(zval *callback) in sapi_run_header_callback()
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php105 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt…
/PHP-8.0/ext/ldap/
H A Dldap.stub.php258 function ldap_set_rebind_proc($ldap, ?callable $callback): bool {}
/PHP-8.0/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
2559 void *callback = zend_ffi_create_callback(ZEND_FFI_TYPE(type->pointer.type), arg); in zend_ffi_pass_arg() local

Completed in 141 milliseconds

12