Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c1998 … else if (name_len == sizeof(ZEND_ISSET_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_ISSET_FUNC_NAME, si… in zend_check_magic_method_implementation()
2000 …_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_ISSET_FUNC_NAME); in zend_check_magic_method_implementation()
2002 …(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_ISSET_FUNC_NAME); in zend_check_magic_method_implementation()
2176 … if ((fname_len == sizeof(ZEND_ISSET_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_ISSET_FUNC_NAME in zend_register_functions()
H A Dzend_compile.h859 #define ZEND_ISSET_FUNC_NAME "__isset" macro
H A Dzend_compile.c1617 …else if ((name_len == sizeof(ZEND_ISSET_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_ISSET_FUNC_NAME, si… in zend_do_begin_function_declaration()
1675 …else if ((name_len == sizeof(ZEND_ISSET_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_ISSET_FUNC_NAME, si… in zend_do_begin_function_declaration()
3859 } else if (!strncmp(mname, ZEND_ISSET_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
H A Dzend_object_handlers.c229 zend_call_method_with_1_params(&object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, &retval, member); in zend_std_call_issetter()

Completed in 54 milliseconds