ZEND_CONSTRUCTOR_FUNC_NAME 2163 Zend/zend_API.c } else if ((fname_len == sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME) - 1)) { ZEND_CONSTRUCTOR_FUNC_NAME 2840 Zend/zend_API.c mlen == sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1 && ZEND_CONSTRUCTOR_FUNC_NAME 2841 Zend/zend_API.c !memcmp(lmname, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME) - 1)) { ZEND_CONSTRUCTOR_FUNC_NAME 1649 Zend/zend_compile.c } else if ((name_len == sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)))) { ZEND_CONSTRUCTOR_FUNC_NAME 2527 Zend/zend_compile.c if ((sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1) == Z_STRLEN(method_name->u.constant) && ZEND_CONSTRUCTOR_FUNC_NAME 2528 Zend/zend_compile.c memcmp(lcname, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME)-1) == 0) { ZEND_CONSTRUCTOR_FUNC_NAME 3181 Zend/zend_compile.c if (zend_hash_find(&ce->parent->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME), (void **)&function)==SUCCESS) { ZEND_CONSTRUCTOR_FUNC_NAME 3183 Zend/zend_compile.c zend_hash_update(&ce->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME), function, sizeof(zend_function), (void**)&new_function); ZEND_CONSTRUCTOR_FUNC_NAME 3983 Zend/zend_compile.c } else if (!strncmp(mname, ZEND_CONSTRUCTOR_FUNC_NAME, mname_len)) { ZEND_CONSTRUCTOR_FUNC_NAME 1696 ext/soap/soap.c if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME))) { ZEND_CONSTRUCTOR_FUNC_NAME 1702 ext/soap/soap.c ZVAL_STRING(&constructor, ZEND_CONSTRUCTOR_FUNC_NAME, 1);