Home
last modified time | relevance | path

Searched refs:callback (Results 326 – 344 of 344) sorted by last modified time

1...<<11121314

/PHP-5.5/Zend/tests/
H A Dbug45744.phpt2 Bug #45744 (Case sensitive callback behaviour)
7 var_dump(array_map(array($this, 'callback'), $data));
10 private function callback($value) {
14 return array_map(array($this, 'callback'), $value);
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 Dbug48770_3.phpt51 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'B' does not have…
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)
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
/PHP-5.5/
H A DUPGRADING.INTERNALS125 serialize callback in the class entry.
H A DNEWS551 callback). (Mike)
2473 . Fixed bug #61272 (ob_start callback gets passed empty string).
3733 having had its dtor callback called in between). (Gustavo)
6415 - Fixed bug #47818 (Segfault due to bound callback param). (Felipe)
6765 - Fixed bug #45556 (Return value from callback isn't freed). (Felipe)
6798 - Fixed bug #45220 (curl_read callback returns -1 when needs to return
7564 - Fixed iterator_apply() with a callback using __call(). (Johannes)
7726 the callback). (Tony)
7792 . Fixed a bug when callback function returns a non-modified value.
8020 - Fixed bug #39344 (Unnecessary calls to OnModify callback routine for
[all …]
/PHP-5.5/tests/output/
H A Dob_start_basic_unerasable_005.phpt5 function callback($string) {
8 return "[callback:$callback_invocations]$string\n";
11 ob_start('callback', 0, false);
19 [callback:1]Attempt to flush unerasable buffer - should fail...
20 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line 11
23 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line 11
H A Dbug46897.phpt5 function callback($string) {
8 return "[callback:$callback_invocations]$string\n";
11 ob_start('callback', 0, false);
20 [callback:1]Attempt to flush unerasable buffer - should fail...
21 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line %d
24 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line %d
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug45555.phpt20 Warning: xmlrpc_server_call_method(): Invalid callback '1' passed in %s on line %d
22 Warning: xmlrpc_server_call_method(): Invalid callback 'foo::bar' passed in %s on line %d
H A Dbug45556.phpt2 Bug #45556 (Return value from callback isn't freed)
30 Warning: xmlrpc_server_call_method(): Invalid callback 'foobar' passed in %s on line %d
34 Warning: xmlrpc_server_call_method(): Invalid callback 'foo::bar' passed in %s on line %d
/PHP-5.5/ext/spl/tests/
H A Dspl_iterator_apply_error_001.phpt2 SPL: Error: iterator_apply when the callback throws an exception
7 throw new Exception('Broken callback');
20 Broken callback
H A DCallbackFilterIteratorTest.phpt38 $callback = $test();
40 $it = new CallbackFilterIterator($it, $callback);
48 // same test, with no reference to callback
52 unset($callback);
H A DRecursiveCallbackFilterIteratorTest.phpt41 $callback = $test();
43 $it = new RecursiveCallbackFilterIterator($it, $callback);
52 // same test, with no reference to callback
57 unset($callback);
/PHP-5.5/ext/readline/tests/
H A Dreadline_completion_function_001.phpt17 foreach ($data as $callback) {
18 readline_completion_function($callback);
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt2 PDO_sqlite: Testing invalid callback for sqliteCreateAggregate()
/PHP-5.5/ext/pcre/tests/
H A D007.phpt2 preg_replace_callback() with callback that modifies subject string
/PHP-5.5/ext/curl/tests/
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 47 milliseconds

1...<<11121314