Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_objects.c123 zend_call_method_with_0_params(&obj, object->ce, &destructor, ZEND_DESTRUCTOR_FUNC_NAME, NULL); in zend_objects_destroy_object()
H A Dzend_API.c2020 …f (name_len == sizeof(ZEND_DESTRUCTOR_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_DESTRUCTOR_FUNC_NAME,… in zend_check_magic_method_implementation()
2021 …rror(error_type, "Destructor %s::%s() cannot take arguments", ce->name, ZEND_DESTRUCTOR_FUNC_NAME); in zend_check_magic_method_implementation()
2210 …ame_len == sizeof(ZEND_DESTRUCTOR_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_DESTRUCTOR_FUNC_NA… in zend_register_functions()
H A Dzend_compile.h876 #define ZEND_DESTRUCTOR_FUNC_NAME "__destruct" macro
H A Dzend_compile.c1654 … ((name_len == sizeof(ZEND_DESTRUCTOR_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_DESTRUCTOR_FUNC_NAME,… in zend_do_begin_function_declaration()
3990 } else if (!strncmp(mname, ZEND_DESTRUCTOR_FUNC_NAME, mname_len)) { in zend_add_magic_methods()

Completed in 43 milliseconds