Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/class_object/
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_002.phpt2 forward_static_call() from outside of a class method.
14 forward_static_call(array('A', 'test'));
21 Fatal error: Cannot call forward_static_call() when no class scope is active in %s on line %d
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-5.5/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-5.5/ext/standard/
H A Dbasic_functions.h86 PHP_FUNCTION(forward_static_call);
H A Dbasic_functions.c2990 PHP_FE(forward_static_call, arginfo_forward_static_call)
4909 PHP_FUNCTION(forward_static_call) argument
/PHP-5.5/
H A DNEWS5735 . Added forward_static_call(_array) to complete LSB. (Mike Lively)

Completed in 48 milliseconds