/PHP-8.1/ext/zend_test/ |
H A D | fiber.stub.php | 7 public function __construct(callable $callback) {} 13 public function pipeTo(callable $callback): _ZendTestFiber {}
|
/PHP-8.1/ext/spl/ |
H A D | php_spl.stub.php | 34 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 D | spl_array.stub.php | 43 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 D | spl_iterators.stub.php | 25 public function __construct(Iterator $iterator, callable $callback) {} 33 public function __construct(RecursiveIterator $iterator, callable $callback) {}
|
/PHP-8.1/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): bool {}
|
H A D | php_pdo_sqlite_int.h | 49 zval callback; member
|
/PHP-8.1/ext/readline/ |
H A D | readline.stub.php | 26 function readline_completion_function(callable $callback): bool {} 30 function readline_callback_handler_install(string $prompt, callable $callback): bool {}
|
/PHP-8.1/Zend/ |
H A D | zend_observer.c | 254 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
|
H A D | zend_closures.stub.php | 23 public static function fromCallable(callable $callback): Closure {}
|
H A D | zend_fibers.stub.php | 11 public function __construct(callable $callback) {}
|
H A D | zend_builtin_functions.stub.php | 99 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {} 105 function set_exception_handler(?callable $callback) {}
|
/PHP-8.1/ext/sqlite3/ |
H A D | sqlite3.stub.php | 67 …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/ |
H A D | ext_skel.php | 120 function task($label, $callback) {
|
/PHP-8.1/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.1/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.1/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 439 …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()
|
/PHP-8.1/ext/intl/uchar/ |
H A D | uchar.stub.php | 38 …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/standard/ |
H A D | basic_functions.stub.php | 19 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 …]
|
/PHP-8.1/ext/pcre/ |
H A D | php_pcre.stub.php | 27 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in…
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_events.h | 17 void (*callback)(struct fpm_event_s *, short, void *); member
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_func_info.c | 47 #define FC(name, callback) \ argument
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.stub.php | 227 public function registerProgressCallback(float $rate, callable $callback): bool {} 232 public function registerCancelCallback(callable $callback): bool {}
|
/PHP-8.1/main/ |
H A D | SAPI.c | 137 static void sapi_run_header_callback(zval *callback) in sapi_run_header_callback()
|
/PHP-8.1/ext/mbstring/ |
H A D | mbstring.stub.php | 156 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt…
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.stub.php | 178 function ldap_set_rebind_proc(LDAP\Connection $ldap, ?callable $callback): bool {}
|