Searched refs:forward_static_call (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/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 | 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 | 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_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-8.0/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-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 300 function forward_static_call(callable $callback, mixed ...$args): mixed {} function
|
H A D | basic_functions_arginfo.h | 2338 ZEND_FUNCTION(forward_static_call); 2964 ZEND_FE(forward_static_call, arginfo_forward_static_call)
|
H A D | basic_functions.c | 1589 PHP_FUNCTION(forward_static_call) argument
|
Completed in 38 milliseconds