Searched refs:forward_static_call (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/standard/tests/class_object/ |
H A D | forward_static_call_002.phpt | 2 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 D | bug71442.phpt | 2 Bug #71442 (forward_static_call crash) 21 forward_static_call(array('A', 'test'), 'more', 'args'); 22 forward_static_call( 'test', 'other', 'args');
|
H A D | forward_static_call_001.phpt | 2 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 D | forward_static_call_003.phpt | 2 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 D | register_shutdown_functions_without_previous_call_frame_01.phpt | 5 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 D | static_forward_static_call.phpt | 2 Traits and forward_static_call(). 10 return 'Forwarded '.forward_static_call(array('A', 'test'));
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 1513 PHP_FUNCTION(forward_static_call) argument
|
H A D | basic_functions.stub.php | 1991 function forward_static_call(callable $callback, mixed ...$args): mixed {} function
|
H A D | basic_functions_arginfo.h | 2416 ZEND_FUNCTION(forward_static_call); 3010 ZEND_FE(forward_static_call, arginfo_forward_static_call)
|
Completed in 32 milliseconds