Home
last modified time | relevance | path

Searched refs:callback (Results 251 – 275 of 291) sorted by relevance

1...<<1112

/php-src/ext/standard/tests/assert/
H A Dassert.phpt6 assert.callback =
/php-src/ext/xsl/tests/
H A DXSLTProcessor_callables.phpt69 No callback handler "notinset" registered
/php-src/Zend/
H A Dzend_observer.h108 ZEND_API void zend_observer_error_register(zend_observer_error_cb callback);
H A Dzend_builtin_functions_arginfo.h138 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 1)
146 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 1)
/php-src/ext/filter/tests/
H A D033.phpt33 callback PHP 1 FOO@BAR.COM HTTP://A.B.C 1.2.3.4 123 123ABC<>() O…
/php-src/ext/standard/tests/array/
H A Darray_walk_basic2.phpt16 var_dump($prefix); // additional argument passed to callback function
H A Darray_walk_recursive_basic2.phpt16 var_dump($prefix); // additional argument passed to callback function
H A Darray_diff_ukey_variation2.phpt12 //Initialize key_comp_func of type callback
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline.phpt2 Test xml_set_element_handler handlers as trampoline callback
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_iface_002.phpt89 Deprecated: PHP Request Shutdown: Session callback must have a return value of type bool, int retur…
/php-src/sapi/embed/
H A DREADME.md124 /* This callback is invoked as soon as the configuration hash table is
125 * allocated so any INI settings added via this callback will have the lowest
/php-src/ext/dom/tests/
H A DDOMXPath_callables.phpt84 No callback handler "notinset" registered
/php-src/ext/pcre/
H A Dphp_pcre_arginfo.h26 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
/php-src/ext/zip/
H A Dphp_zip.stub.php804 public function registerProgressCallback(float $rate, callable $callback): bool {}
809 public function registerCancelCallback(callable $callback): bool {}
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1287 typedef struct { int (*callback)(zval *zv, phpdbg_watch_element *); zend_string *str; } phpdbg_watc… member
1298 ret = info->callback(zv, element);
1359 static int phpdbg_watchpoint_parse_symtables(char *input, size_t len, int (*callback)(zval *, phpdb…
1368 if (callback == phpdbg_create_array_watchpoint) {
1373 info.callback = callback;
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h75 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
89 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
109 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 1)
/php-src/sapi/cli/tests/
H A D006.phpt116 Parameter #1 [ <required> callable $callback ]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt67 zval representing the current value of $stmt. PDO gets a callback that
/php-src/ext/mbstring/
H A Dmbstring.stub.php215 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt… argument
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h9 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
13 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(0, callback, "null")
107 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
143 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
329 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
340 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 1)
449 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
454 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
463 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
553 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
[all …]
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c344 ZVAL_COPY_VALUE(&collation->fc.fci.function_name, &collation->callback); in php_sqlite_collation_callback()
/php-src/ext/spl/
H A Dspl_array_arginfo.h50 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
/php-src/ext/ldap/
H A Dldap.stub.php772 function ldap_set_rebind_proc(LDAP\Connection $ldap, ?callable $callback): bool {}
/php-src/main/
H A DSAPI.c137 static void sapi_run_header_callback(zval *callback) in sapi_run_header_callback() argument
144 if (zend_fcall_info_init(callback, 0, &fci, &SG(fci_cache), NULL, &callback_error) == SUCCESS) { in sapi_run_header_callback()
/php-src/ext/ffi/
H A Dffi.c850 if (callback) { in zend_ffi_zval_to_cdata()
851 *(void**)ptr = callback; in zend_ffi_zval_to_cdata()
912 void *callback; member
999 void *callback; in zend_ffi_create_callback() local
1019 if (!callback) { in zend_ffi_create_callback()
1027 callback_data->callback = callback; in zend_ffi_create_callback()
1046 ffi_closure_free(callback); in zend_ffi_create_callback()
1061 ffi_closure_free(callback); in zend_ffi_create_callback()
1082 ffi_closure_free(callback); in zend_ffi_create_callback()
2643 if (callback) { in zend_ffi_pass_arg()
[all …]

Completed in 76 milliseconds

1...<<1112