Home
last modified time | relevance | path

Searched refs:ZEND_CALLSTATIC_FUNC_NAME (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_compile.h974 #define ZEND_CALLSTATIC_FUNC_NAME "__callstatic" macro
H A Dzend_API.c2101 } else if (name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME) - 1 && in zend_check_magic_method_implementation()
2102 !memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) in zend_check_magic_method_implementation()
2283 } else if (zend_string_equals_literal(lowercase_name, ZEND_CALLSTATIC_FUNC_NAME)) { in zend_register_functions()
H A Dzend_inheritance.c1090 } else if (zend_string_equals_literal(mname, ZEND_CALLSTATIC_FUNC_NAME)) { in zend_add_magic_methods()
H A Dzend_compile.c4752 } else if (zend_string_equals_literal(lcname, ZEND_CALLSTATIC_FUNC_NAME)) { in zend_begin_method_decl()
4810 } else if (zend_string_equals_literal(lcname, ZEND_CALLSTATIC_FUNC_NAME)) { in zend_begin_method_decl()

Completed in 50 milliseconds