Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_objects.c212 …method_with_0_params(&new_obj, old_object->ce, &old_object->ce->clone, ZEND_CLONE_FUNC_NAME, NULL); in zend_objects_clone_members()
H A Dzend_API.c1978 … else if (name_len == sizeof(ZEND_CLONE_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_CLONE_FUNC_NAME, si… in zend_check_magic_method_implementation()
1979 …d_error(error_type, "Method %s::%s() cannot accept any arguments", ce->name, ZEND_CLONE_FUNC_NAME); in zend_check_magic_method_implementation()
2162 … if ((fname_len == sizeof(ZEND_CLONE_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_CLONE_FUNC_NAME in zend_register_functions()
H A Dzend_compile.h853 #define ZEND_CLONE_FUNC_NAME "__clone" macro
H A Dzend_compile.c1648 …else if ((name_len == sizeof(ZEND_CLONE_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CLONE_FUNC_NAME, si… in zend_do_begin_function_declaration()
1984 …nt)) == IS_STRING) && (Z_STRLEN(CONSTANT(last_op->op2.constant)) == sizeof(ZEND_CLONE_FUNC_NAME)-1) in zend_do_begin_method_call()
1985 …stant)), Z_STRLEN(CONSTANT(last_op->op2.constant)), ZEND_CLONE_FUNC_NAME, sizeof(ZEND_CLONE_FUNC_N… in zend_do_begin_method_call()
3842 if (!strncmp(mname, ZEND_CLONE_FUNC_NAME, mname_len)) { in zend_add_magic_methods()

Completed in 71 milliseconds