Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2155 …me_len == sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_CONSTRUCTOR_FUNC_N… in zend_register_functions()
2829 mlen == sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1 && in zend_is_callable_check_func()
2830 !memcmp(lmname, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME))) { in zend_is_callable_check_func()
H A Dzend_compile.c1641 …(name_len == sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CONSTRUCTOR_FUNC_NAME,… in zend_do_begin_function_declaration()
2457 if ((sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1) == Z_STRLEN(method_name->u.constant) && in zend_do_begin_class_member_function_call()
2458 memcmp(lcname, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1) == 0) { in zend_do_begin_class_member_function_call()
3059 … (zend_hash_find(&ce->parent->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_… in do_inherit_parent_constructor()
3061 …zend_hash_update(&ce->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAM… in do_inherit_parent_constructor()
3844 } else if (!strncmp(mname, ZEND_CONSTRUCTOR_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
H A Dzend_compile.h854 #define ZEND_CONSTRUCTOR_FUNC_NAME "__construct" macro
/PHP-5.5/ext/soap/
H A Dsoap.c1697 …_exists(&Z_OBJCE_P(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_…
1703 ZVAL_STRING(&constructor, ZEND_CONSTRUCTOR_FUNC_NAME, 1);

Completed in 60 milliseconds