Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_objects.c159 …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.c1750 … else if (name_len == sizeof(ZEND_CLONE_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_CLONE_FUNC_NAME, si… in zend_check_magic_method_implementation()
1751 …d_error(error_type, "Method %s::%s() cannot accept any arguments", ce->name, ZEND_CLONE_FUNC_NAME); in zend_check_magic_method_implementation()
1921 … if ((fname_len == sizeof(ZEND_CLONE_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_CLONE_FUNC_NAME in zend_register_functions()
H A Dzend_compile.h738 #define ZEND_CLONE_FUNC_NAME "__clone" macro
H A Dzend_compile.c1291 …else if ((name_len == sizeof(ZEND_CLONE_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CLONE_FUNC_NAME, si… in zend_do_begin_function_declaration()
1600 …ant.type == IS_STRING) && (last_op->op2.u.constant.value.str.len == sizeof(ZEND_CLONE_FUNC_NAME)-1) in zend_do_begin_method_call()
1601 …lue.str.val, last_op->op2.u.constant.value.str.len, ZEND_CLONE_FUNC_NAME, sizeof(ZEND_CLONE_FUNC_N… in zend_do_begin_method_call()

Completed in 52 milliseconds