Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_objects.c156 zend_call_method_with_0_params(&obj, object->ce, &destructor, ZEND_DESTRUCTOR_FUNC_NAME, NULL); in zend_objects_destroy_object()
H A Dzend_compile.h979 #define ZEND_DESTRUCTOR_FUNC_NAME "__destruct" macro
H A Dzend_API.c2063 …f (name_len == sizeof(ZEND_DESTRUCTOR_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_DESTRUCTOR_FUNC_NAME,… in zend_check_magic_method_implementation()
2064 …_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DESTRUCTOR_FUNC_NAME); in zend_check_magic_method_implementation()
2270 } else if (zend_string_equals_literal(lowercase_name, ZEND_DESTRUCTOR_FUNC_NAME)) { in zend_register_functions()
H A Dzend_inheritance.c1121 } else if (zend_string_equals_literal(mname, ZEND_DESTRUCTOR_FUNC_NAME)) { in zend_add_magic_methods()
H A Dzend_compile.c5456 } else if (zend_string_equals_literal(lcname, ZEND_DESTRUCTOR_FUNC_NAME)) { in zend_begin_method_decl()

Completed in 63 milliseconds