Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_API.c1770 … else if (name_len == sizeof(ZEND_ISSET_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_ISSET_FUNC_NAME, si… in zend_check_magic_method_implementation()
1772 …_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_ISSET_FUNC_NAME); in zend_check_magic_method_implementation()
1774 …(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_ISSET_FUNC_NAME); in zend_check_magic_method_implementation()
1935 … if ((fname_len == sizeof(ZEND_ISSET_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_ISSET_FUNC_NAME in zend_register_functions()
H A Dzend_compile.h744 #define ZEND_ISSET_FUNC_NAME "__isset" macro
H A Dzend_compile.c1264 …else if ((name_len == sizeof(ZEND_ISSET_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_ISSET_FUNC_NAME, si… in zend_do_begin_function_declaration()
1318 …else if ((name_len == sizeof(ZEND_ISSET_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_ISSET_FUNC_NAME, si… in zend_do_begin_function_declaration()
H A Dzend_object_handlers.c153 zend_call_method_with_1_params(&object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, &retval, member); in zend_std_call_issetter()

Completed in 41 milliseconds