Home
last modified time | relevance | path

Searched refs:callback (Results 151 – 175 of 307) sorted by last modified time

12345678910>>...13

/php-src/tests/output/
H A Dob_start_basic_002.phpt2 ob_start(): Check behaviour with various callback return values.
25 // Use each of the above functions as an output buffering callback:
29 foreach ($callbacks as $callback) {
30 echo "--> Use callback '$callback':\n";
31 ob_start($callback);
39 --> Use callback 'return_empty_string':
42 --> Use callback 'return_false':
45 --> Use callback 'return_null':
48 --> Use callback 'return_string':
51 --> Use callback 'return_zero':
H A Dob_start_basic_004.phpt11 function callback($string) {
21 ob_start('callback', $cs);
29 ob_start('callback', $cs);
H A Dob_start_basic_006.phpt76 Warning: ob_start(): array callback must have exactly two members in %s on line %d
92 Warning: ob_start(): array callback must have exactly two members in %s on line %d
100 Warning: ob_start(): array callback must have exactly two members in %s on line %d
108 Warning: ob_start(): array callback must have exactly two members in %s on line %d
128 Warning: ob_start(): array callback must have exactly two members in %s on line %d
H A Dob_start_basic_unerasable_001.phpt5 function callback($string) {
8 return "[callback:$callback_invocations]$string\n";
11 ob_start('callback', 0, false);
18 [callback:1]This call will obtain the content:
/php-src/tests/lang/
H A Dcompare_objects_basic2.phpt9 echo "Simple test comparing two objects with different compare callback handler\n";
20 Simple test comparing two objects with different compare callback handler
/php-src/tests/classes/
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
17 call_user_func(): Argument #1 ($callback) must be a valid callback, class "UndefC" not found
H A Dbug27504.phpt30 call_user_func_array(): Argument #1 ($callback) must be a valid callback, cannot access private met…
H A D__call_006.phpt46 echo "\n\n---> Invoke __call via callback.\n";
72 ---> Invoke __call via callback.
H A Dabstract_user_call.phpt34 call_user_func(): Argument #1 ($callback) must be a valid callback, cannot call abstract method tes…
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.h89 …char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, bool silent);
90 …size_t len, HashTable *parent, size_t i, phpdbg_parse_var_with_arg_func callback, phpdbg_parse_var…
/php-src/sapi/embed/
H A DREADME.md124 /* This callback is invoked as soon as the configuration hash table is
125 * allocated so any INI settings added via this callback will have the lowest
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt13 Invalid callback Nonexistent, function "Nonexistent" not found or invalid function name
/php-src/ext/standard/tests/general_functions/
H A Dis_callable_basic1.phpt49 * expected: true as it is valid callback
H A Dis_callable_basic2.phpt92 * expected: true if valid callback
H A Dregister_tick_function_error.phpt2 register_tick_function only accepts a valid callback as parameter
14 register_tick_function(): Argument #1 ($callback) must be a valid callback, function "a" not found …
H A Dunregister_tick_function_error.phpt2 unregister_tick_function only accepts a valid callback as parameter
14 unregister_tick_function(): Argument #1 ($callback) must be a valid callback, function "a" not foun…
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 Dcallbacks_002.phpt24 call_user_func(): Argument #1 ($callback) must be a valid callback, class "Foo" not found
25 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
26 call_user_func(): Argument #1 ($callback) must be a valid callback, second array member is not a va…
H A D010.phpt23 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, non-static method t…
H A Dbug32647.phpt2 Bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)
76 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
79 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
80 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
81 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, class bar does not …
82 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
83 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, function "bar" not …
84 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, non-static method b…
85 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, class bar does not …
H A Dbug40398.phpt2 Bug #40398 (parent and self callback functions erroneously called statically)
/php-src/ext/standard/tests/array/
H A Dbug74345.phpt2 Bug #74345: Call trampoline leaked if callback not invoked
H A Dbug76778.phpt2 Bug #76778 (array_reduce leaks memory if callback throws exception)
H A Darray_walk_basic2.phpt16 var_dump($prefix); // additional argument passed to callback function
H A Darray_walk_error2.phpt2 Test array_walk() function : error conditions - callback parameters
6 * Testing array_walk() by passing more number of parameters to callback function
17 echo "*** Testing array_walk() : error conditions - callback parameters ***\n";
43 echo "-- Testing array_walk() function with too many callback parameters --\n";
53 *** Testing array_walk() : error conditions - callback parameters ***
58 -- Testing array_walk() function with too many callback parameters --

Completed in 23 milliseconds

12345678910>>...13