Home
last modified time | relevance | path

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

1234567891011

/PHP-8.2/ext/standard/tests/array/
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) );
H A Dbug74345.phpt2 Bug #74345: Call trampoline leaked if callback not invoked
H A Darray_map_variation3.phpt11 function callback($a)
48 var_dump( array_map('callback', $arr1) );
/PHP-8.2/Zend/tests/
H A Dbug45180.phpt2 Testing callback formats within class method
/PHP-8.2/ext/sqlite3/tests/
H A Dgh11878.phpt2 GH-11878 (SQLite3 callback functions cause a memory leak with a callable array)
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php846 function header_register_callback(callable $callback): bool {} argument
850 /** @param callable $callback */
928 function usort(array &$array, callable $callback): true {} argument
930 function uasort(array &$array, callable $callback): true {} argument
932 function uksort(array &$array, callable $callback): true {} argument
1278 function call_user_func(callable $callback, mixed ...$args): mixed {} argument
1280 function call_user_func_array(callable $callback, array $args): mixed {} argument
1282 function forward_static_call(callable $callback, mixed ...$args): mixed {} argument
1284 function forward_static_call_array(callable $callback, array $args): mixed {} argument
1350 function register_tick_function(callable $callback, mixed ...$args): bool {} argument
[all …]
/PHP-8.2/Zend/
H A Dzend_closures_arginfo.h24 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
H A Dzend_fibers_arginfo.h5 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
/PHP-8.2/ext/
H A Dext_skel.php120 function task($label, $callback) { argument
123 $callback();
/PHP-8.2/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-8.2/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt2 Test CURLOPT_READDATA without a callback function
H A Dcurl_pushfunction_nonexistent_callback.phpt2 Test CURLMOPT_PUSHFUNCTION with non-existent callback function
/PHP-8.2/ext/ffi/tests/
H A Dbug79177.phpt2 Bug #79177 (FFI doesn't handle well PHP exceptions within callback)
/PHP-8.2/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt123 call_user_func(): Argument #1 ($callback) must be a valid callback, class P is not a subclass of B
H A Dbug40398.phpt2 Bug #40398 (parent and self callback functions erroneously called statically)
H A Dis_callable_basic1.phpt49 * expected: true as it is valid callback
/PHP-8.2/ext/spl/tests/
H A Dbug65387.phpt26 // Recursive callback
/PHP-8.2/Zend/Optimizer/
H A Dzend_func_info.c47 #define FC(name, callback) \ argument
48 {name, sizeof(name)-1, 0, callback}
/PHP-8.2/ext/pcre/
H A Dphp_pcre.stub.php123 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in… argument
/PHP-8.2/ext/oci8/tests/
H A Dpecl_bug10194.phpt2 PECL Bug #10194 (segfault in Instant Client when memory_limit is reached inside the callback)
H A Dpecl_bug10194_blob.phpt2 PECL Bug #10194 (segfault in Instant Client when memory_limit is reached inside the callback)
H A Dpecl_bug10194_blob_64.phpt2 PECL Bug #10194 (segfault in Instant Client when memory_limit is reached inside the callback)
/PHP-8.2/ext/spl/
H A Dspl_iterators.stub.php25 public function __construct(Iterator $iterator, callable $callback) {} argument
33 public function __construct(RecursiveIterator $iterator, callable $callback) {} argument
/PHP-8.2/ext/pdo_sqlite/
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()
492 ZVAL_COPY_VALUE(&collation->fc.fci.function_name, &collation->callback); in php_sqlite3_collation_callback()
670 ZVAL_COPY(&collation->callback, &fci.function_name); in PHP_METHOD()
718 zend_get_gc_buffer_add_zval(gc_buffer, &collation->callback); in pdo_sqlite_get_gc()

Completed in 56 milliseconds

1234567891011