Home
last modified time | relevance | path

Searched refs:__callstatic (Results 1 – 25 of 25) sorted by relevance

/php-src/Zend/tests/
H A Dbug45180.phpt19 print "__callstatic:\n";
52 __callstatic:
54 __callstatic:
56 __callstatic:
58 __callstatic:
60 __callstatic:
H A Dcall_static_007.phpt2 Testing __call and __callstatic
11 print "__callstatic: ". $a ."\n";
31 __callstatic: Test
34 __callstatic: Foo
H A Dmagic_methods_006.phpt2 Testing __callstatic declaration in interface with missing the 'static' modifier
7 function __callstatic($a, $b);
12 Fatal error: Method a::__callstatic() must be static in %s on line %d
H A Dmagic_methods_009.phpt2 Testing __callstatic declaration with wrong modifier
7 static protected function __callstatic($a, $b) {
13 Warning: The magic method a::__callstatic() must have public visibility in %s on line %d
H A Dbug45186.phpt2 Bug #45186 (__call depends on __callstatic in class scope)
11 static public function __callstatic($a, $b) {
12 print "__callstatic:\n";
59 __callstatic:
H A Dlsb_022.phpt9 static function __callstatic($name, $args) {
17 static function __callstatic($name, $args) {
18 parent::__callstatic($name, $args);
19 call_user_func_array("parent::__callstatic", array($name, $args));
H A Dobjects_025.phpt2 Testing invalid method names with __call and __callstatic
11 public static function __callstatic($a, $b) {
H A Dcall_static_006.phpt7 static function __callstatic($a, $b) {
H A Dcall_static_004.phpt7 static function __callstatic($a, $b) {
H A Dcall_static_002.phpt2 Testing __call and __callstatic with callbacks
H A Dmagic_methods_001.phpt19 static public function __callstatic($a, $b) {
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
H A Dbug48533.phpt16 static function __callstatic($a, $b) {
H A Dbug45186_2.phpt2 Bug #45186.2 (__call depends on __callstatic in class scope)
/php-src/Zend/
H A Dzend.h180 zend_function *__callstatic; member
H A Dzend_closures.c297 EX(func)->internal_function.scope->__callstatic : EX(func)->internal_function.scope->__call; in ZEND_NAMED_FUNCTION()
353 if (!mptr->common.scope->__callstatic) { in zend_create_closure_from_callable()
H A Dzend_inheritance.c158 if (EXPECTED(!ce->__callstatic)) { in do_inherit_parent_constructor()
159 ce->__callstatic = parent->__callstatic; in do_inherit_parent_constructor()
2944 zend_update_inherited_handler(__callstatic); in zend_lazy_class_load()
H A Dzend_object_handlers.c1322 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func()
1489 } else if (ce->__callstatic) { in get_static_method_fallback()
H A Dzend_API.c2812 ce->__callstatic = fptr; in zend_add_magic_method()
3910 (!fcc->object && fcc->calling_scope->__callstatic)))) { in zend_is_callable_check_func()
H A Dzend_API.h301 class_container.__callstatic = NULL; \
H A Dzend_vm_def.h8822 …call->func = (fbc->op_array.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc-…
H A Dzend_compile.c2028 ce->__callstatic = NULL; in zend_initialize_class_data()
H A Dzend_vm_execute.h3434 …call->func = (fbc->op_array.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc-… in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3577 …call->func = (fbc->op_array.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc-… in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
/php-src/ext/opcache/
H A Dzend_persist.c1213 if (ce->__callstatic) { in zend_update_parent_ce()
1214 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__callstatic); in zend_update_parent_ce()
1216 ce->__callstatic = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c865 SERIALIZE_PTR(ce->__callstatic);
1692 UNSERIALIZE_PTR(ce->__callstatic);

Completed in 262 milliseconds