Home
last modified time | relevance | path

Searched refs:callback (Results 151 – 175 of 311) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/standard/tests/array/
H A Darray_uintersect_variation5.phpt5 /* Prototype : array array_uintersect(array arr1, array arr2 [, array ...], callback data_compare_…
6 … which are present in all the other arguments. Data is compared by using an user-supplied callback.
H A Darray_intersect_uassoc_variation8.phpt5 /* Prototype : array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_com…
6 …tes the intersection of arrays with additional index check, compares indexes by a callback function
H A Duksort_basic.phpt6 * proto bool uksort ( array &$array, callback $cmp_function )
H A Darray_uintersect_uassoc_variation6.phpt5 …y_uintersect_uassoc(array arr1, array arr2 [, array ...], callback data_compare_func, callback key…
H A Darray_udiff_uassoc_variation6.phpt5 …ay array_udiff_uassoc(array arr1, array arr2 [, array ...], callback data_comp_func, callback key_…
H A Dbug74345.phpt2 Bug #74345: Call trampoline leaked if callback not invoked
H A Darray_diff_uassoc_variation13.phpt5 /* Prototype : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_fun…
7 * user supplied callback function
H A Darray_reduce.phpt7 /* Prototype: array array_reduce(array $array, mixed $callback, mixed $initial);
8 Description: Iteratively reduce the array to a single value via the callback
H A Darray_diff_ukey_basic.phpt6 * proto array array_diff_ukey ( array $array1, array $array2 [, array $ ..., callback $key_compare_…
/PHP-7.4/Zend/tests/
H A Dbug48770_2.phpt52 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
54 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'A' does not have…
H A Dbug63468.phpt2 Bug #63468 (wrong called method as callback with inheritance)
H A Dmethods-on-non-objects-call-user-func.phpt10 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Dbug37138.phpt2 Bug #37138 (__autoload tries to load callback'ed self and parent)
/PHP-7.4/ext/spl/tests/
H A Dspl_007.phpt2 SPL: iterator_apply() with callback using __call()
H A Dheap_003.phpt2 SPL: SplHeap: comparison callback
/PHP-7.4/tests/classes/
H A D__call_006.phpt46 echo "\n\n---> Invoke __call via callback.\n";
73 ---> Invoke __call via callback.
H A D__call_007.phpt46 echo "\n\n---> Invoke __call via callback.\n";
74 ---> Invoke __call via callback.
/PHP-7.4/ext/session/tests/
H A Dbug31454.phpt19 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %sbug31454.php on line %d
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt2 PDO_sqlite: Testing invalid callback for sqliteCreateAggregate()
/PHP-7.4/tests/output/
H A Dob_start_basic_004.phpt12 function callback($string) {
22 ob_start('callback', $cs);
30 ob_start('callback', $cs);
H A Dob_014.phpt8 // It is invoked with 2 params when used as an OB callback.
H A Dob_015.phpt8 // It is invoked with 2 params when used as an OB callback.
H A Dob_start_error_005.phpt2 ob_start(): ensure buffers can't be added from within callback.
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic1.phpt6 assert.callback = f1

Completed in 19 milliseconds

12345678910>>...13