/PHP-8.0/ext/spl/ |
H A D | php_spl.stub.php | 22 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 D | spl_array.stub.php | 43 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 D | spl_iterators.stub.php | 25 public function __construct(Iterator $iterator, callable $callback) {} 33 public function __construct(RecursiveIterator $iterator, callable $callback) {}
|
/PHP-8.0/ext/pdo_sqlite/ |
H A D | sqlite_driver.stub.php | 8 …public function sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $fla… 14 public function sqliteCreateCollation(string $name, callable $callback) {}
|
H A D | php_pdo_sqlite_int.h | 49 zval callback; member
|
/PHP-8.0/ext/readline/ |
H A D | readline.stub.php | 25 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 D | sqlite3.stub.php | 63 …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 D | zend_closures.stub.php | 19 public static function fromCallable(callable $callback): Closure {}
|
H A D | zend_builtin_functions.stub.php | 77 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {} 82 function set_exception_handler(?callable $callback) {}
|
H A D | zend_observer.c | 247 zend_observer_error_cb callback = *(zend_observer_error_cb *) (element->data); in zend_observer_error_notify() local
|
/PHP-8.0/ext/ |
H A D | ext_skel.php | 120 function task($label, $callback) {
|
/PHP-8.0/ext/oci8/ |
H A D | oci8_failover.c | 96 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 D | pcre2_jit_misc.c | 164 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 423 …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 D | phpdbg_watch.c | 1226 typedef struct { int (*callback)(zval *zv, phpdbg_watch_element *); zend_string *str; } phpdbg_watc… member
|
/PHP-8.0/ext/intl/uchar/ |
H A D | uchar.stub.php | 39 …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 D | php_pcre.stub.php | 18 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_events.h | 17 void (*callback)(struct fpm_event_s *, short, void *); member
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 11 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 D | zend_func_info.c | 52 #define FC(name, callback) \ argument
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.stub.php | 214 public function registerProgressCallback(float $rate, callable $callback) {} 219 public function registerCancelCallback(callable $callback) {}
|
/PHP-8.0/main/ |
H A D | SAPI.c | 133 static void sapi_run_header_callback(zval *callback) in sapi_run_header_callback()
|
/PHP-8.0/ext/mbstring/ |
H A D | mbstring.stub.php | 105 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt…
|
/PHP-8.0/ext/ldap/ |
H A D | ldap.stub.php | 258 function ldap_set_rebind_proc($ldap, ?callable $callback): bool {}
|
/PHP-8.0/ext/ffi/ |
H A D | ffi.c | 781 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
|