Home
last modified time | relevance | path

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

/PHP-5.5/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 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 Dbug45186.phpt2 Bug #45186 (__call depends on __callstatic in class scope)
11 static public function __callstatic($a, $b) {
12 print "__callstatic:\n";
51 __callstatic:
H A Dmagic_methods_009.phpt2 Testing __callstatic declaration with wrong modifier
7 static protected function __callstatic($a, $b) {
H A Dmagic_methods_006.phpt2 Testing __callstatic declaration in interface with missing the 'static' modifier
7 function __callstatic($a, $b);
H A Dobjects_025.phpt2 Testing invalid method names with __call and __callstatic
11 public static function __callstatic($a, $b) {
H A Dcall_static_005.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 Dcall_static_006.phpt10 static function __callstatic($a, $b) {
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-5.5/ext/opcache/
H A Dzend_persist.c653 if (ce->__callstatic) {
654 ce->__callstatic = zend_shared_alloc_get_xlat_entry(ce->__callstatic);
655 ce->__callstatic->op_array.refcount++;
H A Dzend_accelerator_util_funcs.c733 zend_update_inherited_handler(__callstatic);
/PHP-5.5/Zend/
H A Dzend_object_handlers.c1116 …zend_call_method_with_2_params(NULL, ce, &ce->__callstatic, ZEND_CALLSTATIC_FUNC_NAME, &method_res… in zend_std_callstatic_user_call()
1191 } else if (ce->__callstatic) { in zend_std_get_static_method()
1216 if (ce->__callstatic) { in zend_std_get_static_method()
1226 if (ce->__callstatic) { in zend_std_get_static_method()
H A Dzend_API.c2035 …LL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tost… in zend_register_functions() local
2167 __callstatic = reg_function; in zend_register_functions()
2210 scope->__callstatic = __callstatic; in zend_register_functions()
2243 if (__callstatic) { in zend_register_functions()
2244 if (!(__callstatic->common.fn_flags & ZEND_ACC_STATIC)) { in zend_register_functions()
2245 …zend_error(error_type, "Method %s::%s() must be static", scope->name, __callstatic->common.functio… in zend_register_functions()
2247 __callstatic->common.fn_flags |= ZEND_ACC_STATIC; in zend_register_functions()
2851 (!fcc->object_ptr && fcc->calling_scope->__callstatic)))) { in zend_is_callable_check_func()
H A Dzend.h501 union _zend_function *__callstatic; member
H A Dzend_API.h192 class_container.__callstatic = NULL; \
H A Dzend_compile.c1659 CG(active_class_entry)->__callstatic = (zend_function *) CG(active_op_array); in zend_do_begin_function_declaration()
3031 if (!ce->__callstatic) { in do_inherit_parent_constructor()
3032 ce->__callstatic = ce->parent->__callstatic; in do_inherit_parent_constructor()
3862 ce->__callstatic = fe; in zend_add_magic_methods()
6862 ce->__callstatic = NULL; in zend_initialize_class_data()

Completed in 69 milliseconds