Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h1036 #define ZEND_CALLSTATIC_FUNC_NAME "__callstatic" macro
H A Dzend_API.c2120 } else if (name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME) - 1 && in zend_check_magic_method_implementation()
2121 !memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) in zend_check_magic_method_implementation()
2340 } else if (zend_string_equals_literal(lowercase_name, ZEND_CALLSTATIC_FUNC_NAME)) { in zend_register_functions()
H A Dzend_inheritance.c1535 } else if (zend_string_equals_literal(mname, ZEND_CALLSTATIC_FUNC_NAME)) { in zend_add_magic_methods()
H A Dzend_compile.c5775 } else if (zend_string_equals_literal(lcname, ZEND_CALLSTATIC_FUNC_NAME)) { in zend_begin_method_decl()
5847 } else if (zend_string_equals_literal(lcname, ZEND_CALLSTATIC_FUNC_NAME)) { in zend_begin_method_decl()

Completed in 60 milliseconds