Home
last modified time | relevance | path

Searched refs:callback (Results 251 – 275 of 311) sorted by relevance

1...<<111213

/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS_errors.phpt37 XSLTProcessor::registerPHPFunctionNS(): Argument #2 ($name) must be a valid callback name
H A Dthrow_in_autoload.phpt39 Invalid callback TeSt::dateLang, class "TeSt" not found
H A DXSLTProcessor_callables.phpt69 No callback handler "notinset" registered
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline_errors.phpt2 Test xml_set_element_handler handlers as trampoline callback
/php-src/ext/ffi/tests/
H A Dbug79177.phpt2 Bug #79177 (FFI doesn't handle well PHP exceptions within callback)
/php-src/ext/standard/tests/array/
H A Darray_map_variation3.phpt11 function callback($a)
48 var_dump( array_map('callback', $arr1) );
H A Darray_walk_basic2.phpt16 var_dump($prefix); // additional argument passed to callback function
/php-src/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-src/ext/dom/tests/
H A DregisterPhpFunctionNS_errors.phpt40 DOMXPath::registerPhpFunctionNS(): Argument #2 ($name) must be a valid callback name
/php-src/ext/dom/lexbor/lexbor/core/
H A Davl.h85 lexbor_avl_node_f callback, void *ctx);
/php-src/ext/spl/tests/
H A Dbug65387.phpt26 // Recursive callback
/php-src/ext/standard/tests/assert/
H A Dassert04.phpt6 assert.callback =
H A Dassert_basic6.phpt2 assert() - Remove the assert callback
H A Dassert.phpt6 assert.callback =
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_trampoline.phpt2 Test Pdo\Sqlite::createCollation() trampoline callback
H A Dpdo_sqlite_createaggregate_trampoline.phpt2 Test Pdo\Sqlite::createAggregate() trampoline callback
/php-src/Zend/Optimizer/
H A Dzend_func_info.c47 #define FC(name, callback) \ argument
48 {name, sizeof(name)-1, 0, callback}
/php-src/ext/pcre/
H A Dphp_pcre.stub.php127 function preg_replace_callback(string|array $pattern, callable $callback, string|array $subject, in… argument
/php-src/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-src/Zend/
H A Dzend_fibers_arginfo.h5 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
H A Dzend_observer.h110 ZEND_API void zend_observer_error_register(zend_observer_error_cb callback);
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate.phpt2 SQLite3::createAggregate() trampoline callback
/php-src/ext/filter/tests/
H A D033.phpt33 callback PHP 1 FOO@BAR.COM HTTP://A.B.C 1.2.3.4 123 123ABC<>() O…

Completed in 27 milliseconds

1...<<111213