Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_compile.h996 #define ZEND_CLONE_FUNC_NAME "__clone" macro
H A Dzend_API.c2106 … else if (name_len == sizeof(ZEND_CLONE_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_CLONE_FUNC_NAME, si… in zend_check_magic_method_implementation()
2107 …ror_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLONE_FUNC_NAME); in zend_check_magic_method_implementation()
2350 } else if (zend_string_equals_literal(lowercase_name, ZEND_CLONE_FUNC_NAME)) { in zend_register_functions()
H A Dzend_inheritance.c1134 } else if (zend_string_equals_literal(mname, ZEND_CLONE_FUNC_NAME)) { in zend_add_magic_methods()
H A Dzend_compile.c5890 } else if (zend_string_equals_literal(lcname, ZEND_CLONE_FUNC_NAME)) { in zend_begin_method_decl()

Completed in 49 milliseconds