Home
last modified time | relevance | path

Searched refs:forward_static_call (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt2 forward_static_call() from outside of a class method.
14 forward_static_call(array('A', 'test'));
21 Fatal error: Uncaught Error: Cannot call forward_static_call() when no class scope is active in %s:…
23 #0 %s(%d): forward_static_call(Array)
H A Dbug71442.phpt2 Bug #71442 (forward_static_call crash)
21 forward_static_call(array('A', 'test'), 'more', 'args');
22 forward_static_call( 'test', 'other', 'args');
H A Dforward_static_call_001.phpt2 forward_static_call() called from outside of a method.
20 forward_static_call(array('parent', 'test'));
25 forward_static_call(array('self', 'test'));
30 forward_static_call(array('A', 'test'));
41 forward_static_call(array('A', 'test'));
H A Dforward_static_call_003.phpt2 forward_static_call() calling outside of the inheritance chain.
20 forward_static_call(array('parent', 'test'));
30 forward_static_call(array('B', 'test'));
/php-src/ext/standard/tests/general_functions/
H A Dregister_shutdown_functions_without_previous_call_frame_01.phpt5 register_shutdown_function("forward_static_call", "hash_hkdf");
11 Fatal error: Uncaught Error: Cannot call forward_static_call() when no class scope is active in [no…
13 #0 [internal function]: forward_static_call('hash_hkdf')
/php-src/Zend/tests/traits/
H A Dstatic_forward_static_call.phpt2 Traits and forward_static_call().
10 return 'Forwarded '.forward_static_call(array('A', 'test'));
/php-src/ext/standard/
H A Dbasic_functions.c1499 PHP_FUNCTION(forward_static_call) argument
H A Dbasic_functions.stub.php2003 function forward_static_call(callable $callback, mixed ...$args): mixed {} function
H A Dbasic_functions_arginfo.h2437 ZEND_FUNCTION(forward_static_call);
3062 ZEND_FE(forward_static_call, arginfo_forward_static_call)

Completed in 69 milliseconds