Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_API.c2089 … else if (name_len == sizeof(ZEND_ISSET_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_ISSET_FUNC_NAME, si… in zend_check_magic_method_implementation()
2091 …or_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_ISSET_FUNC_NAME); in zend_check_magic_method_implementation()
2093 …e, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_ISSET_FUNC_NAME); in zend_check_magic_method_implementation()
2296 } else if (zend_string_equals_literal(lowercase_name, ZEND_ISSET_FUNC_NAME)) { in zend_register_functions()
H A Dzend_compile.h972 #define ZEND_ISSET_FUNC_NAME "__isset" macro
H A Dzend_object_handlers.c256 zend_call_method_with_1_params(object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, retval, member); in zend_std_call_issetter()
H A Dzend_inheritance.c1087 } else if (zend_string_equals_literal(mname, ZEND_ISSET_FUNC_NAME)) { in zend_add_magic_methods()
H A Dzend_compile.c4772 } else if (zend_string_equals_literal(lcname, ZEND_ISSET_FUNC_NAME)) { in zend_begin_method_decl()
4837 } else if (zend_string_equals_literal(lcname, ZEND_ISSET_FUNC_NAME)) { in zend_begin_method_decl()

Completed in 61 milliseconds