Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic1.phpt6 assert.callback = f1
H A Dassert_basic3.phpt6 assert.callback = f1
H A Dassert_basic6.phpt6 assert.callback = f1
H A Dassert_basic.phpt6 assert.callback = f1
H A Dassert_error.phpt6 assert.callback = f1
H A Dassert_basic2.phpt6 assert.callback=f1
H A Dassert_basic5.phpt6 assert.callback = f1
H A Dassert_error2.phpt6 assert.callback = f1
/PHP-5.5/tests/output/
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.
H A Dob_start_error_004.phpt2 Test ob_start() with non existent callback method.
/PHP-5.5/Zend/tests/
H A Dcall_user_func_004.phpt16 Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method fo…
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
/PHP-5.5/ext/readline/
H A Dreadline.c113 ZEND_ARG_INFO(0, callback)
582 zval *callback; in PHP_FUNCTION() local
587 …ILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz", &prompt, &prompt_len, &callback)) { in PHP_FUNCTION()
591 if (!zend_is_callable(callback, 0, &name TSRMLS_CC)) { in PHP_FUNCTION()
605 MAKE_COPY_ZVAL(&callback, _prepped_callback); in PHP_FUNCTION()
/PHP-5.5/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 Darray_diff_ukey_error.phpt5 /* Prototype : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
43 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in …
H A Darray_map_variation2.phpt6 /* Prototype : array array_map(mixed callback, array input1 [, array input2 ,...])
7 * Description: Applies the callback to the elements in given arrays.
H A Dusort_variation8.phpt78 Warning: usort() expects parameter 2 to be a valid callback, function 'echo' not found or invalid f…
83 Warning: usort() expects parameter 2 to be a valid callback, function 'exit' not found or invalid f…
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt46 configured filter. The 'callback' filter can not be used here, as that
300 This filter will callback to the specified callback function as specified with
301 the *filter_options* parameter. All variants of callback functions are
313 callback CALLBACK mixed Calls the callback function/method with the input
315 and modifying of the input value. If the callback
321 The callback function's prototype is:
323 boolean callback(&$value, $characterset);
/PHP-5.5/ext/interbase/tests/
H A Dbug45575.phpt2 Bug #45575 (Segfault with invalid non-string as event handler callback)
/PHP-5.5/ext/filter/tests/
H A D008.phpt54 string(8) "callback"
H A D037.phpt2 GET and data callback tests
/PHP-5.5/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h53 zval *callback; member
/PHP-5.5/tests/classes/
H A Dbug27504.phpt23 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…

Completed in 25 milliseconds

12345678910>>...14