Home
last modified time | relevance | path

Searched refs:callback (Results 176 – 200 of 264) sorted by relevance

1234567891011

/PHP-8.2/Zend/tests/
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
H A Ddynamic_call_freeing.phpt27 Array callback must have exactly two elements
H A Dbug37138.phpt2 Bug #37138 (autoloader tries to load callback'ed self and parent)
/PHP-8.2/Zend/tests/fibers/
H A Dbacktrace-object.phpt2 Backtrace in with object as fiber callback
H A Dstart-arguments.phpt2 Arguments to fiber callback
/PHP-8.2/ext/standard/tests/array/
H A Darray_diff_uassoc_basic.phpt6 * array array_diff_uassoc ( array $array1, array $array2 [, array $..., callback $key_compare_func]…
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
/PHP-8.2/ext/standard/tests/assert/
H A Dassert04.phpt6 assert.callback =
H A Dassert_error2.phpt6 assert.callback = f1
H A Dassert_basic5.phpt6 assert.callback = f1
H A Dassert_basic2.phpt6 assert.callback=f1
H A Dassert.phpt6 assert.callback =
/PHP-8.2/ext/filter/tests/
H A D037.phpt2 GET and data callback tests
/PHP-8.2/ext/session/tests/
H A Dbug31454.phpt26 session_set_save_handler(): Argument #1 ($open) must be a valid callback, function "Array" not foun…
/PHP-8.2/ext/spl/tests/
H A Dspl_autoload_001.phpt103 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, function "unavai…
/PHP-8.2/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h49 zval callback; member
/PHP-8.2/Zend/
H A Dzend_builtin_functions.stub.php104 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {} argument
109 function set_exception_handler(?callable $callback) {} argument
/PHP-8.2/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-8.2/ext/libxml/
H A Dlibxml.c231 ZVAL_NULL(&libxml_globals->entity_loader.callback); in PHP_GINIT_FUNCTION()
855 zval_ptr_dtor_nogc(&LIBXML(entity_loader).callback); in PHP_RSHUTDOWN_FUNCTION()
856 ZVAL_NULL(&LIBXML(entity_loader).callback); in PHP_RSHUTDOWN_FUNCTION()
1074 zval *callback; in PHP_FUNCTION() local
1079 Z_PARAM_FUNC_OR_NULL_WITH_ZVAL(fci, fcc, callback) in PHP_FUNCTION()
1088 if (!Z_ISNULL(LIBXML(entity_loader).callback)) { in PHP_FUNCTION()
1089 zval_ptr_dtor_nogc(&LIBXML(entity_loader).callback); in PHP_FUNCTION()
1091 ZVAL_COPY(&LIBXML(entity_loader).callback, callback); in PHP_FUNCTION()
1100 RETURN_COPY(&LIBXML(entity_loader).callback); in PHP_FUNCTION()
/PHP-8.2/ext/pcre/tests/
H A D007.phpt2 preg_replace_callback() with callback that modifies subject string
/PHP-8.2/ext/libxml/tests/
H A Dbug76777.phpt2 Bug #76777 (first parameter of libxml_set_external_entity_loader callback undefined)
/PHP-8.2/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…

Completed in 178 milliseconds

1234567891011