Home
last modified time | relevance | path

Searched refs:callback (Results 201 – 225 of 291) sorted by relevance

12345678910>>...12

/php-src/Zend/
H A Dzend_builtin_functions.stub.php111 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {} argument
116 function set_exception_handler(?callable $callback) {} argument
H A Dzend_closures_arginfo.h24 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
/php-src/ext/standard/tests/array/
H A Dbug35821.phpt2 Bug #35821 (array_map() segfaults when exception is throwed from the callback)
H A Darray_filter_basic.phpt9 $input = array(1, 2, 3, 0, -1); // 0 will be considered as FALSE and removed in default callback
H A Darray_filter_variation3.phpt14 // callback function returning always true
35 // loop through each element of 'input' with default callback
H A Darray_map_variation4.phpt11 function callback($a)
64 var_dump( array_map('callback', $arr1) );
H A Darray_map_variation5.phpt11 function callback($a)
68 var_dump( array_map('callback', $arr1) );
/php-src/ext/standard/tests/assert/
H A Dassert_closures_multiple.phpt2 assert() asserting multiple with callback
/php-src/Zend/tests/
H A Dbug37138.phpt2 Bug #37138 (autoloader tries to load callback'ed self and parent)
H A Dbug45180.phpt2 Testing callback formats within class method
/php-src/ext/session/tests/user_session_module/
H A Dbug31454.phpt25 session_set_save_handler(): Argument #1 ($open) must be a valid callback, first array member is not…
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dgc.phpt11 public function callback() { }
H A Dpdo_sqlite_createafunction_trampoline.phpt2 Test PdoSqlite::createFunction() trampoline callback
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c269 int (*callback)(pcre2_callout_enumerate_block *, void *), void *callout_data) in pcre2_callout_enumerate()
407 rc = callback(&cb, callout_data); in pcre2_callout_enumerate()
420 rc = callback(&cb, callout_data); in pcre2_callout_enumerate()
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite_arginfo.h13 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
18 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
H A Dsqlite_driver.c142 if (!Z_ISUNDEF(collation->callback)) { in pdo_sqlite_cleanup_callbacks()
143 zval_ptr_dtor(&collation->callback); in pdo_sqlite_cleanup_callbacks()
466 ZVAL_COPY_VALUE(&collation->fc.fci.function_name, &collation->callback); in php_sqlite3_collation_callback()
631 …ate_collation_internal(INTERNAL_FUNCTION_PARAMETERS, pdo_sqlite_create_collation_callback callback) in pdo_sqlite_create_collation_internal() argument
654 ret = sqlite3_create_collation(H->db, collation_name, SQLITE_UTF8, collation, callback); in pdo_sqlite_create_collation_internal()
658 ZVAL_COPY(&collation->callback, &fci.function_name); in pdo_sqlite_create_collation_internal()
717 zend_get_gc_buffer_add_zval(gc_buffer, &collation->callback); in pdo_sqlite_get_gc()
/php-src/ext/pcre/tests/
H A D007.phpt2 preg_replace_callback() with callback that modifies subject string
/php-src/ext/libxml/tests/
H A Dbug76777.phpt2 Bug #76777 (first parameter of libxml_set_external_entity_loader callback undefined)
/php-src/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 Hit the host and determine that the headers are sent to the callback specified for CURLOPT_HEADERFU…
H A Dcurl_write_callback.phpt7 …temporary file. Use curl to access this file, passing the output into a callback. Tests the PHP_CU…
/php-src/Zend/tests/fibers/
H A Dstart-arguments.phpt2 Arguments to fiber callback
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt26 Invalid callback undefinedfunc, function "undefinedfunc" not found or invalid function name
/php-src/Zend/tests/nullsafe_operator/
H A D013.phpt57 string(98) "call_user_func_array(): Argument #1 ($callback) must be a valid callback, no array or s…
/php-src/ext/
H A Dext_skel.php120 function task($label, $callback) { argument
123 $callback();
/php-src/ext/standard/
H A Dbasic_functions.stub.php1532 function header_register_callback(callable $callback): bool {} argument
1536 /** @param callable|null $callback */
1614 function usort(array &$array, callable $callback): true {} argument
1616 function uasort(array &$array, callable $callback): true {} argument
1618 function uksort(array &$array, callable $callback): true {} argument
1999 function call_user_func(callable $callback, mixed ...$args): mixed {} argument
2001 function call_user_func_array(callable $callback, array $args): mixed {} argument
2003 function forward_static_call(callable $callback, mixed ...$args): mixed {} argument
2005 function forward_static_call_array(callable $callback, array $args): mixed {} argument
2071 function register_tick_function(callable $callback, mixed ...$args): bool {} argument
[all …]

Completed in 38 milliseconds

12345678910>>...12