Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dphp_spl.c715 …if (zend_hash_find(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME), (… in PHP_FUNCTION()
717 …add_next_index_stringl(return_value, ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME)-1, 1… in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_execute_API.c1081 ZVAL_STRINGL(&autoload_function, ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1, 0); in zend_lookup_class_ex()
H A Dzend_compile.h863 #define ZEND_AUTOLOAD_FUNC_NAME "__autoload" macro
H A Dzend_compile.c1822 …if (name_len == sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_AUTOLOAD_FUNC_NAME, si… in zend_do_end_function_declaration()
1823 zend_error(E_COMPILE_ERROR, "%s() must take exactly 1 argument", ZEND_AUTOLOAD_FUNC_NAME); in zend_do_end_function_declaration()

Completed in 37 milliseconds