zend_hash_str_find_ptr 2469 Zend/zend_API.c 	module = zend_hash_str_find_ptr(&module_registry, module_name, strlen(module_name));
zend_hash_str_find_ptr 2778 Zend/zend_API.c 	if ((func = zend_hash_str_find_ptr(CG(function_table), function_name, function_name_length))) {
zend_hash_str_find_ptr  712 Zend/zend_builtin_functions.c 				p = zend_hash_str_find_ptr(EG(ini_directives), "error_reporting", sizeof("error_reporting")-1);
zend_hash_str_find_ptr 2007 Zend/zend_builtin_functions.c 		func = zend_hash_str_find_ptr(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME)-1);
zend_hash_str_find_ptr 2749 Zend/zend_builtin_functions.c 		module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core") - 1);
zend_hash_str_find_ptr 1505 Zend/zend_compile.c 	if ((auto_global = zend_hash_str_find_ptr(CG(auto_globals), name, len)) != NULL) {
zend_hash_str_find_ptr  260 Zend/zend_constants.c 	if ((c = zend_hash_str_find_ptr(EG(zend_constants), name, name_len)) == NULL) {
zend_hash_str_find_ptr  263 Zend/zend_constants.c 		if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, name_len)) != NULL) {
zend_hash_str_find_ptr  284 Zend/zend_constants.c 		if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, ZSTR_LEN(name))) != NULL) {
zend_hash_str_find_ptr  403 Zend/zend_constants.c 		if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, lcname_len)) == NULL) {
zend_hash_str_find_ptr  406 Zend/zend_constants.c 			if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, lcname_len)) != NULL) {
zend_hash_str_find_ptr  987 Zend/zend_execute_API.c 		zend_function *func = zend_hash_str_find_ptr(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1);
zend_hash_str_find_ptr  726 Zend/zend_hash.h 		return zend_hash_str_find_ptr(ht, str, len);
zend_hash_str_find_ptr  407 Zend/zend_ini.c 	ini_entry = zend_hash_str_find_ptr(registered_zend_ini_directives, name, name_length);
zend_hash_str_find_ptr  425 Zend/zend_ini.c 	ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length);
zend_hash_str_find_ptr  442 Zend/zend_ini.c 	ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length);
zend_hash_str_find_ptr  459 Zend/zend_ini.c 	ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length);
zend_hash_str_find_ptr 6709 Zend/zend_vm_def.h 				zend_ini_entry *p = zend_hash_str_find_ptr(EG(ini_directives), "error_reporting", sizeof("error_reporting")-1);
zend_hash_str_find_ptr 1271 Zend/zend_vm_execute.h 				zend_ini_entry *p = zend_hash_str_find_ptr(EG(ini_directives), "error_reporting", sizeof("error_reporting")-1);
zend_hash_str_find_ptr  926 ext/date/php_date.c 	if ((tzi = zend_hash_str_find_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname))) != NULL) {
zend_hash_str_find_ptr  683 ext/dba/dba.c  		if ((le = zend_hash_str_find_ptr(&EG(persistent_list), key, keylen)) != NULL) {
zend_hash_str_find_ptr   92 ext/hash/hash.c 	php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, lower, algo_len);
zend_hash_str_find_ptr  781 ext/interbase/interbase.c 	if ((ibase_entry = zend_hash_str_find_ptr(&module_registry, ibase_module_entry.name,
zend_hash_str_find_ptr  933 ext/interbase/interbase.c 	if ((le = zend_hash_str_find_ptr(&EG(regular_list), hash, sizeof(hash)-1)) != NULL) {
zend_hash_str_find_ptr  961 ext/interbase/interbase.c 		if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hash, sizeof(hash)-1)) != NULL) {
zend_hash_str_find_ptr 1629 ext/mbstring/mbstring.c 				func = zend_hash_str_find_ptr(EG(function_table), p->ovld_func, strlen(p->ovld_func));
zend_hash_str_find_ptr 1631 ext/mbstring/mbstring.c 				if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NULL) {
zend_hash_str_find_ptr 1688 ext/mbstring/mbstring.c 				(orig = zend_hash_str_find_ptr(EG(function_table), p->save_func, strlen(p->save_func)))) {
zend_hash_str_find_ptr  454 ext/mbstring/php_mbregex.c 	rc = zend_hash_str_find_ptr(&MBREX(ht_rc), (char *)pattern, patlen);
zend_hash_str_find_ptr  361 ext/mysqlnd/mysqlnd_debug.c 			if ((f_profile = zend_hash_str_find_ptr(&self->function_profiles, *func_name, func_name_len)) != NULL) {
zend_hash_str_find_ptr  231 ext/mysqlnd/mysqlnd_net.c 		if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) {
zend_hash_str_find_ptr  159 ext/mysqlnd/mysqlnd_plugin.c 	if ((plugin = zend_hash_str_find_ptr(&mysqlnd_registered_plugins, name, strlen(name))) != NULL) {
zend_hash_str_find_ptr  686 ext/oci8/oci8_statement.c 				if ((outcol->define = zend_hash_str_find_ptr(statement->defines, outcol->name, outcol->name_len)) != NULL) {
zend_hash_str_find_ptr 1236 ext/oci8/oci8_statement.c 	if ((old_bind = zend_hash_str_find_ptr(statement->binds, name, name_len)) != NULL) {
zend_hash_str_find_ptr 2613 ext/odbc/php_odbc.c 		if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_len)) == NULL) {
zend_hash_str_find_ptr 2684 ext/odbc/php_odbc.c 		if ((index_ptr = zend_hash_str_find_ptr(&EG(regular_list), hashed_details, hashed_len)) != NULL) {
zend_hash_str_find_ptr   46 ext/opcache/Optimizer/block_pass.c 		if ((c = zend_hash_str_find_ptr(EG(zend_constants), lookup_name, ZSTR_LEN(name))) != NULL) {
zend_hash_str_find_ptr  121 ext/opcache/Optimizer/zend_optimizer.c 	zend_function *fbc = (zend_function *)zend_hash_str_find_ptr(EG(function_table), name, len);
zend_hash_str_find_ptr 2766 ext/opcache/ZendAccelerator.c 	if ((func = zend_hash_str_find_ptr(CG(function_table), "chdir", sizeof("chdir")-1)) != NULL &&
zend_hash_str_find_ptr 2775 ext/opcache/ZendAccelerator.c 	if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")-1)) != NULL) {
zend_hash_str_find_ptr 2845 ext/opcache/ZendAccelerator.c 	if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")-1)) != NULL) {
zend_hash_str_find_ptr  125 ext/opcache/zend_accelerator_module.c 		if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives),
zend_hash_str_find_ptr  170 ext/opcache/zend_accelerator_module.c 		if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives),
zend_hash_str_find_ptr  204 ext/opcache/zend_accelerator_module.c 		if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives),
zend_hash_str_find_ptr  404 ext/opcache/zend_accelerator_module.c 		if ((old_function = zend_hash_str_find_ptr(CG(function_table), "file_exists", sizeof("file_exists")-1)) != NULL) {
zend_hash_str_find_ptr  408 ext/opcache/zend_accelerator_module.c 		if ((old_function = zend_hash_str_find_ptr(CG(function_table), "is_file", sizeof("is_file")-1)) != NULL) {
zend_hash_str_find_ptr  412 ext/opcache/zend_accelerator_module.c 		if ((old_function = zend_hash_str_find_ptr(CG(function_table), "is_readable", sizeof("is_readable")-1)) != NULL) {
zend_hash_str_find_ptr   34 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)	    zend_hash_str_find_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void*))
zend_hash_str_find_ptr   87 ext/pdo/pdo.c  			if ((pce = zend_hash_str_find_ptr(CG(class_table), "runtimeexception", sizeof("RuntimeException") - 1))) {
zend_hash_str_find_ptr  203 ext/pdo/pdo.c  	return zend_hash_str_find_ptr(&pdo_driver_hash, (char*)name, namelen);
zend_hash_str_find_ptr  293 ext/pdo/pdo_dbh.c 			if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) {
zend_hash_str_find_ptr  510 ext/pdo/pdo_sql_parser.c 				if ((param = zend_hash_str_find_ptr(params, plc->pos, plc->len)) == NULL) {
zend_hash_str_find_ptr  535 ext/pdo/pdo_sql_parser.c 				param = zend_hash_str_find_ptr(params, plc->pos, plc->len);
zend_hash_str_find_ptr  681 ext/pdo/pdo_sql_parser.c 			if (!strcmp(name, "?") || (p = zend_hash_str_find_ptr(stmt->bound_param_map, name, plc->len)) == NULL) {
zend_hash_str_find_ptr  797 ext/pdo/pdo_sql_parser.c 			if((NULL != (param = zend_hash_str_find_ptr(params, s.tok, s.cur-s.tok))
zend_hash_str_find_ptr  331 ext/pdo/pdo_sqlstate.c 	if ((info = zend_hash_str_find_ptr(&err_hash, state, sizeof(err_initializer[0].state))) != NULL) {
zend_hash_str_find_ptr  370 ext/phar/dirstream.c 	if (NULL != (entry = zend_hash_str_find_ptr(&phar->manifest, internal_file, strlen(internal_file))) && !entry->is_dir) {
zend_hash_str_find_ptr  653 ext/phar/func_interceptors.c 				if (NULL != (data = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
zend_hash_str_find_ptr  659 ext/phar/func_interceptors.c 			if (NULL != (data = zend_hash_str_find_ptr(&(phar->manifest), entry, entry_len))) {
zend_hash_str_find_ptr  697 ext/phar/func_interceptors.c 				if (NULL != (data = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
zend_hash_str_find_ptr  933 ext/phar/func_interceptors.c 					if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
zend_hash_str_find_ptr  941 ext/phar/func_interceptors.c 					if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry, entry_len))) {
zend_hash_str_find_ptr 1000 ext/phar/func_interceptors.c 					if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
zend_hash_str_find_ptr 1008 ext/phar/func_interceptors.c 					if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry, entry_len))) {
zend_hash_str_find_ptr 1055 ext/phar/func_interceptors.c 	if (NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
zend_hash_str_find_ptr 1092 ext/phar/func_interceptors.c 	if (PHAR_G(orig_##func) && NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
zend_hash_str_find_ptr  568 ext/phar/phar.c 				if (PHAR_G(readonly) && NULL == (stub = zend_hash_str_find_ptr(&(phar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
zend_hash_str_find_ptr 1215 ext/phar/phar.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
zend_hash_str_find_ptr 1286 ext/phar/phar.c 			if (NULL == (stub = zend_hash_str_find_ptr(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
zend_hash_str_find_ptr 1425 ext/phar/phar.c 		if (alias && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
zend_hash_str_find_ptr 1936 ext/phar/phar.c 			if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), (char *) filename, filename_len))) {
zend_hash_str_find_ptr 1956 ext/phar/phar.c 			if (PHAR_G(manifest_cached) && NULL != (pphar = zend_hash_str_find_ptr(&cached_phars, (char *) filename, filename_len))) {
zend_hash_str_find_ptr   50 ext/phar/phar_object.c 	if (NULL == (mime = zend_hash_str_find_ptr(mimes, ext, strlen(ext)))) {
zend_hash_str_find_ptr  360 ext/phar/phar_object.c 	pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), fname, fname_len);
zend_hash_str_find_ptr  363 ext/phar/phar_object.c 		pphar = zend_hash_str_find_ptr(&cached_phars, fname, fname_len);
zend_hash_str_find_ptr  483 ext/phar/phar_object.c 		if (NULL == (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), arch, arch_len))) {
zend_hash_str_find_ptr  484 ext/phar/phar_object.c 			if (PHAR_G(manifest_cached) && NULL != (pphar = zend_hash_str_find_ptr(&cached_phars, arch, arch_len))) {
zend_hash_str_find_ptr  520 ext/phar/phar_object.c 	} else if (PHAR_G(phar_fname_map.u.flags) && NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), fname, fname_len))) {
zend_hash_str_find_ptr  522 ext/phar/phar_object.c 	} else if (PHAR_G(manifest_cached) && NULL != (pphar = zend_hash_str_find_ptr(&cached_phars, fname, fname_len))) {
zend_hash_str_find_ptr 2096 ext/phar/phar_object.c 	if (PHAR_G(manifest_cached) && NULL != (pphar = zend_hash_str_find_ptr(&cached_phars, newpath, phar->fname_len))) {
zend_hash_str_find_ptr 2102 ext/phar/phar_object.c 	if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), newpath, phar->fname_len))) {
zend_hash_str_find_ptr 2598 ext/phar/phar_object.c 		if (NULL != (entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, fname, (uint) fname_len))) {
zend_hash_str_find_ptr 2693 ext/phar/phar_object.c 		if (alias_len && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
zend_hash_str_find_ptr 2713 ext/phar/phar_object.c 		if (phar_obj->archive->alias_len && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), phar_obj->archive->alias, phar_obj->archive->alias_len))) {
zend_hash_str_find_ptr 3427 ext/phar/phar_object.c 	if (!zend_hash_str_exists(&phar_obj->archive->manifest, oldfile, (uint) oldfile_len) || NULL == (oldentry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, oldfile, (uint) oldfile_len)) || oldentry->is_deleted) {
zend_hash_str_find_ptr 3434 ext/phar/phar_object.c 		if (NULL != (temp = zend_hash_str_find_ptr(&phar_obj->archive->manifest, newfile, (uint) newfile_len)) || !temp->is_deleted) {
zend_hash_str_find_ptr 3455 ext/phar/phar_object.c 		oldentry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, oldfile, (uint) oldfile_len);
zend_hash_str_find_ptr 3508 ext/phar/phar_object.c 		if (NULL != (entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, fname, (uint) fname_len))) {
zend_hash_str_find_ptr 3732 ext/phar/phar_object.c 		if (NULL != (entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, fname, (uint) fname_len))) {
zend_hash_str_find_ptr 3744 ext/phar/phar_object.c 				entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, fname, (uint) fname_len);
zend_hash_str_find_ptr 3868 ext/phar/phar_object.c 		if (NULL != (stub = zend_hash_str_find_ptr(&(phar_obj->archive->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
zend_hash_str_find_ptr 4351 ext/phar/phar_object.c 		if (NULL == (entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, filename, filename_len))) {
zend_hash_str_find_ptr 4611 ext/phar/phar_object.c 		entry_obj->entry = zend_hash_str_find_ptr(&phar->manifest, entry_obj->entry->filename, entry_obj->entry->filename_len);
zend_hash_str_find_ptr 4714 ext/phar/phar_object.c 		entry_obj->entry = zend_hash_str_find_ptr(&phar->manifest, entry_obj->entry->filename, entry_obj->entry->filename_len);
zend_hash_str_find_ptr 4767 ext/phar/phar_object.c 			entry_obj->entry = zend_hash_str_find_ptr(&phar->manifest, entry_obj->entry->filename, entry_obj->entry->filename_len);
zend_hash_str_find_ptr 4886 ext/phar/phar_object.c 		entry_obj->entry = zend_hash_str_find_ptr(&phar->manifest, entry_obj->entry->filename, entry_obj->entry->filename_len);
zend_hash_str_find_ptr 5022 ext/phar/phar_object.c 		entry_obj->entry = zend_hash_str_find_ptr(&phar->manifest, entry_obj->entry->filename, entry_obj->entry->filename_len);
zend_hash_str_find_ptr  106 ext/phar/stream.c 		if (PHAR_G(request_init) && PHAR_G(phar_fname_map.u.flags) && NULL == (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), arch, arch_len))) {
zend_hash_str_find_ptr  621 ext/phar/stream.c 	if (NULL != (entry = zend_hash_str_find_ptr(&phar->manifest, internal_file, internal_file_len))) {
zend_hash_str_find_ptr  660 ext/phar/stream.c 				if (NULL == (entry = zend_hash_str_find_ptr(&phar->manifest, internal_file, internal_file_len))) {
zend_hash_str_find_ptr  708 ext/phar/stream.c 	pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), resource->host, host_len);
zend_hash_str_find_ptr  850 ext/phar/stream.c 	if (NULL != (entry = zend_hash_str_find_ptr(&(phar->manifest), resource_from->path+1, strlen(resource_from->path)-1))) {
zend_hash_str_find_ptr  186 ext/phar/tar.c 	} else if (entry->filename_len >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && NULL != (mentry = zend_hash_str_find_ptr(&(entry->phar->manifest), entry->filename + sizeof(".phar/.metadata/") - 1, entry->filename_len - (sizeof("/.metadata.bin") - 1 + sizeof(".phar/.metadata/") - 1)))) {
zend_hash_str_find_ptr  647 ext/phar/tar.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), actual_alias, myphar->alias_len))) {
zend_hash_str_find_ptr  662 ext/phar/tar.c 			if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
zend_hash_str_find_ptr  921 ext/phar/tar.c 	if (NULL != (metadata = zend_hash_str_find_ptr(&(entry->phar->manifest), lookfor, lookfor_len))) {
zend_hash_str_find_ptr 1159 ext/phar/tar.c 		if (NULL != (mentry = zend_hash_str_find_ptr(&(phar->manifest), ".phar/.metadata.bin", sizeof(".phar/.metadata.bin")-1))) {
zend_hash_str_find_ptr   74 ext/phar/util.c 	if (NULL != (link_entry = zend_hash_str_find_ptr(&(entry->phar->manifest), entry->link, strlen(entry->link))) ||
zend_hash_str_find_ptr   75 ext/phar/util.c 		NULL != (link_entry = zend_hash_str_find_ptr(&(entry->phar->manifest), link, strlen(link)))) {
zend_hash_str_find_ptr  330 ext/phar/util.c 		*pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), arch, arch_len);
zend_hash_str_find_ptr  333 ext/phar/util.c 			*pphar = zend_hash_str_find_ptr(&cached_phars, arch, arch_len);
zend_hash_str_find_ptr  933 ext/phar/util.c 			&& NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
zend_hash_str_find_ptr  991 ext/phar/util.c 			if (PHAR_G(last_phar)->alias_len && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), PHAR_G(last_phar)->alias, PHAR_G(last_phar)->alias_len))) {
zend_hash_str_find_ptr 1010 ext/phar/util.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
zend_hash_str_find_ptr 1036 ext/phar/util.c 		if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_alias, alias, alias_len))) {
zend_hash_str_find_ptr 1046 ext/phar/util.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), fname, fname_len))) {
zend_hash_str_find_ptr 1058 ext/phar/util.c 				if (fd->alias_len && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), fd->alias, fd->alias_len))) {
zend_hash_str_find_ptr 1074 ext/phar/util.c 		if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_phars, fname, fname_len))) {
zend_hash_str_find_ptr 1098 ext/phar/util.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), save, save_len))) {
zend_hash_str_find_ptr 1110 ext/phar/util.c 		if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_alias, save, save_len))) {
zend_hash_str_find_ptr 1135 ext/phar/util.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), fname, fname_len))) {
zend_hash_str_find_ptr 1155 ext/phar/util.c 		if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_phars, fname, fname_len))) {
zend_hash_str_find_ptr 1267 ext/phar/util.c 	if (NULL != (entry = zend_hash_str_find_ptr(&phar->manifest, path, path_len))) {
zend_hash_str_find_ptr 1361 ext/phar/util.c 				if (NULL == (entry = zend_hash_str_find_ptr(&phar->manifest, path, path_len))) {
zend_hash_str_find_ptr  690 ext/phar/zip.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), actual_alias, mydata->alias_len))) {
zend_hash_str_find_ptr  712 ext/phar/zip.c 			if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
zend_hash_str_find_ptr 1330 ext/reflection/php_reflection.c 		while (tmp_ce && (tmp_info = zend_hash_str_find_ptr(&tmp_ce->properties_info, prop_name, prop_name_len)) == NULL) {
zend_hash_str_find_ptr 1634 ext/reflection/php_reflection.c 		if ((fptr = zend_hash_str_find_ptr(EG(function_table), nsname, name_len)) == NULL) {
zend_hash_str_find_ptr 2352 ext/reflection/php_reflection.c 				if ((fptr = zend_hash_str_find_ptr(EG(function_table), lcname, lcname_len)) == NULL) {
zend_hash_str_find_ptr 2397 ext/reflection/php_reflection.c 				} else if ((fptr = zend_hash_str_find_ptr(&ce->function_table, lcname, lcname_len)) == NULL) {
zend_hash_str_find_ptr 2414 ext/reflection/php_reflection.c 				} else if ((fptr = zend_hash_str_find_ptr(&ce->function_table, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME))) == NULL) {
zend_hash_str_find_ptr 3082 ext/reflection/php_reflection.c 	} else if ((mptr = zend_hash_str_find_ptr(&ce->function_table, lcname, name_len)) == NULL) {
zend_hash_str_find_ptr 4096 ext/reflection/php_reflection.c 	} else if ((mptr = zend_hash_str_find_ptr(&ce->function_table, lc_name, name_len)) != NULL) {
zend_hash_str_find_ptr 4275 ext/reflection/php_reflection.c 		if ((property_info = zend_hash_str_find_ptr(&ce->properties_info, str_name, str_name_len)) != NULL && (property_info->flags & ZEND_ACC_SHADOW) == 0) {
zend_hash_str_find_ptr 5195 ext/reflection/php_reflection.c 	if ((property_info = zend_hash_str_find_ptr(&ce->properties_info, name_str, name_len)) == NULL || (property_info->flags & ZEND_ACC_SHADOW)) {
zend_hash_str_find_ptr 5213 ext/reflection/php_reflection.c 		while (tmp_ce && (tmp_info = zend_hash_str_find_ptr(&tmp_ce->properties_info, name_str, name_len)) == NULL) {
zend_hash_str_find_ptr 5475 ext/reflection/php_reflection.c 	while (tmp_ce && (tmp_info = zend_hash_str_find_ptr(&tmp_ce->properties_info, prop_name, prop_name_len)) != NULL) {
zend_hash_str_find_ptr 5557 ext/reflection/php_reflection.c 	if ((module = zend_hash_str_find_ptr(&module_registry, lcname, name_len)) == NULL) {
zend_hash_str_find_ptr 2144 ext/simplexml/simplexml.c 		fptr_count = zend_hash_str_find_ptr(&ce->function_table, "count", sizeof("count") - 1);
zend_hash_str_find_ptr  201 ext/simplexml/sxe.c 	if ((pce = zend_hash_str_find_ptr(CG(class_table), "simplexmlelement", sizeof("SimpleXMLElement") - 1)) == NULL) {
zend_hash_str_find_ptr 2296 ext/soap/php_encoding.c 		    (arrayType = zend_hash_str_find_ptr(sdl_type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
zend_hash_str_find_ptr 2299 ext/soap/php_encoding.c 		    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
zend_hash_str_find_ptr 2345 ext/soap/php_encoding.c 		           (arrayType = zend_hash_str_find_ptr(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
zend_hash_str_find_ptr 2348 ext/soap/php_encoding.c 		           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":itemType")-1)) != NULL) {
zend_hash_str_find_ptr 2355 ext/soap/php_encoding.c 			if ((arrayType = zend_hash_str_find_ptr(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
zend_hash_str_find_ptr 2358 ext/soap/php_encoding.c 			    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
zend_hash_str_find_ptr 2375 ext/soap/php_encoding.c 		           (arrayType = zend_hash_str_find_ptr(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
zend_hash_str_find_ptr 2378 ext/soap/php_encoding.c 		           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraySize")-1)) != NULL) {
zend_hash_str_find_ptr 2532 ext/soap/php_encoding.c 	           (arrayType = zend_hash_str_find_ptr(type->sdl_type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
zend_hash_str_find_ptr 2535 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
zend_hash_str_find_ptr 2553 ext/soap/php_encoding.c 	           (arrayType = zend_hash_str_find_ptr(type->sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
zend_hash_str_find_ptr 2556 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":itemType")-1)) != NULL) {
zend_hash_str_find_ptr 2562 ext/soap/php_encoding.c 		if ((arrayType = zend_hash_str_find_ptr(type->sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
zend_hash_str_find_ptr 2565 ext/soap/php_encoding.c 		    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
zend_hash_str_find_ptr 2574 ext/soap/php_encoding.c 	           (arrayType = zend_hash_str_find_ptr(type->sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
zend_hash_str_find_ptr 2577 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
zend_hash_str_find_ptr 3407 ext/soap/php_encoding.c 		if ((prefix = zend_hash_str_find_ptr(&SOAP_GLOBAL(defEncNs), (char*)ns, strlen(ns))) != NULL) {
zend_hash_str_find_ptr 2072 ext/soap/php_schema.c 	if ((tmp = zend_hash_str_find_ptr(ht, ref, strlen(ref))) != NULL) {
zend_hash_str_find_ptr 2077 ext/soap/php_schema.c 			if ((tmp = zend_hash_str_find_ptr(ht, ref, strlen(ref))) != NULL) {
zend_hash_str_find_ptr 2190 ext/soap/php_schema.c 			if (ctx->sdl->groups && (tmp = zend_hash_str_find_ptr(ctx->sdl->groups, model->u.group_ref, strlen(model->u.group_ref))) != NULL) {
zend_hash_str_find_ptr   93 ext/soap/php_sdl.c 			if ((sdl_type = zend_hash_str_find_ptr(sdl->elements, nscat, len)) != NULL) {
zend_hash_str_find_ptr   95 ext/soap/php_sdl.c 			} else if ((sdl_type = zend_hash_str_find_ptr(sdl->elements, (char*)type, type_len)) != NULL) {
zend_hash_str_find_ptr  100 ext/soap/php_sdl.c 			if ((sdl_type = zend_hash_str_find_ptr(sdl->elements, (char*)type, xmlStrlen(type))) != NULL) {
zend_hash_str_find_ptr  172 ext/soap/php_sdl.c 	if ((enc = zend_hash_str_find_ptr(&SOAP_GLOBAL(defEnc), (char*)nscat, len)) != NULL) {
zend_hash_str_find_ptr  174 ext/soap/php_sdl.c 	} else if (sdl && sdl->encoders && (enc = zend_hash_str_find_ptr(sdl->encoders, (char*)nscat, len)) != NULL) {
zend_hash_str_find_ptr  463 ext/soap/php_sdl.c 	if ((message = zend_hash_str_find_ptr(&ctx->messages, ctype, strlen(ctype))) == NULL) {
zend_hash_str_find_ptr  669 ext/soap/php_sdl.c 	if ((tmp = zend_hash_str_find_ptr(&ctx->messages, ctype, strlen(ctype))) == NULL) {
zend_hash_str_find_ptr  835 ext/soap/php_sdl.c 				if ((tmp = zend_hash_str_find_ptr(&ctx.bindings, ctype, strlen(ctype))) == NULL) {
zend_hash_str_find_ptr  890 ext/soap/php_sdl.c 				if ((tmp = zend_hash_str_find_ptr(&ctx.portTypes, ctype, strlen(ctype))) == NULL) {
zend_hash_str_find_ptr 2410 ext/soap/php_sdl.c 	if ((tmp = zend_hash_str_find_ptr(ptr_map, (char *)type, sizeof(sdlTypePtr))) != NULL) {
zend_hash_str_find_ptr 2427 ext/soap/php_sdl.c 	if ((tmp = zend_hash_str_find_ptr(ptr_map, (char *)enc, sizeof(encodePtr))) != NULL) {
zend_hash_str_find_ptr 2459 ext/soap/php_sdl.c 			if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->encode, sizeof(encodePtr))) == NULL) {
zend_hash_str_find_ptr 2465 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->element, sizeof(sdlTypePtr))) == NULL) {
zend_hash_str_find_ptr 2520 ext/soap/php_sdl.c 			if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->encode, sizeof(encodePtr))) == NULL) {
zend_hash_str_find_ptr 2526 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->element, sizeof(sdlTypePtr))) == NULL) {
zend_hash_str_find_ptr 2888 ext/soap/php_sdl.c 		if ((tmp = zend_hash_str_find_ptr(ptr_map, (char*)&pfunc->binding, sizeof(pfunc->binding))) == NULL) {
zend_hash_str_find_ptr 3023 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(&ptr_map, (char*)tmp, sizeof(*tmp))) == NULL) {
zend_hash_str_find_ptr 3033 ext/soap/php_sdl.c 			if ((penc = zend_hash_str_find_ptr(&ptr_map, (char*)tmp, sizeof(*tmp))) == NULL) {
zend_hash_str_find_ptr 3087 ext/soap/php_sdl.c 			if ((preq = zend_hash_str_find_ptr(&ptr_map, (char*)&tmp, sizeof(tmp))) == NULL) {
zend_hash_str_find_ptr 3182 ext/soap/php_sdl.c 		if (NULL != (p = zend_hash_str_find_ptr(SOAP_GLOBAL(mem_cache), uri, uri_len))) {
zend_hash_str_find_ptr 4493 ext/soap/soap.c 		if ((tmp = zend_hash_str_find_ptr(ht, param_name, strlen(param_name))) != NULL) {
zend_hash_str_find_ptr 4518 ext/soap/soap.c 		if ((tmp = zend_hash_str_find_ptr(&sdl->functions, str, len)) != NULL) {
zend_hash_str_find_ptr 4521 ext/soap/soap.c 		} else if (sdl->requests != NULL && (tmp = zend_hash_str_find_ptr(sdl->requests, str, len)) != NULL) {
zend_hash_str_find_ptr 4737 ext/soap/soap.c 				    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
zend_hash_str_find_ptr 4740 ext/soap/soap.c 				    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
zend_hash_str_find_ptr 4761 ext/soap/soap.c 					    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
zend_hash_str_find_ptr 4764 ext/soap/soap.c 				    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
zend_hash_str_find_ptr 4779 ext/soap/soap.c 					    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
zend_hash_str_find_ptr 4782 ext/soap/soap.c 					    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arraySize")-1)) != NULL) {
zend_hash_str_find_ptr  110 ext/sockets/conversions.c 	if ((elem = zend_hash_str_find_ptr(ctx, key, strlen(key))) != NULL) {
zend_hash_str_find_ptr 1199 ext/sockets/conversions.c 	if ((recvmsg_ret = zend_hash_str_find_ptr(&ctx->params, KEY_RECVMSG_RET, sizeof(KEY_RECVMSG_RET) - 1)) == NULL) {
zend_hash_str_find_ptr 1396 ext/sockets/conversions.c 	if ((cmsg_len = zend_hash_str_find_ptr(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN) - 1)) == NULL) {
zend_hash_str_find_ptr  159 ext/sockets/sendrecvmsg.c 	if ((entry = zend_hash_str_find_ptr(&ancillary_registry.ht, (char*)&key, sizeof(key) - 1)) != NULL) {
zend_hash_str_find_ptr  574 ext/spl/php_spl.c 		spl_func_ptr = zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoload") - 1);
zend_hash_str_find_ptr  608 ext/spl/php_spl.c 		EG(autoload_func) = zend_hash_str_find_ptr(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call") - 1);
zend_hash_str_find_ptr  610 ext/spl/php_spl.c 		EG(autoload_func) =	zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoload") - 1);
zend_hash_str_find_ptr  683 ext/spl/php_spl.c 		spl_func_ptr = zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoload") - 1);
zend_hash_str_find_ptr  707 ext/spl/php_spl.c 		if ((fptr = zend_hash_str_find_ptr(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1))) {
zend_hash_str_find_ptr  715 ext/spl/php_spl.c 	fptr = zend_hash_str_find_ptr(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call") - 1);
zend_hash_str_find_ptr  211 ext/spl/spl_array.c 		intern->fptr_offset_get = zend_hash_str_find_ptr(&class_type->function_table, "offsetget", sizeof("offsetget") - 1);
zend_hash_str_find_ptr  215 ext/spl/spl_array.c 		intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof("offsetset") - 1);
zend_hash_str_find_ptr  219 ext/spl/spl_array.c 		intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", sizeof("offsetexists") - 1);
zend_hash_str_find_ptr  223 ext/spl/spl_array.c 		intern->fptr_offset_del = zend_hash_str_find_ptr(&class_type->function_table, "offsetunset",  sizeof("offsetunset") - 1);
zend_hash_str_find_ptr  227 ext/spl/spl_array.c 		intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") - 1);
zend_hash_str_find_ptr  236 ext/spl/spl_array.c 			class_type->iterator_funcs.zf_rewind = zend_hash_str_find_ptr(&class_type->function_table, "rewind", sizeof("rewind") - 1);
zend_hash_str_find_ptr  237 ext/spl/spl_array.c 			class_type->iterator_funcs.zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "valid", sizeof("valid") - 1);
zend_hash_str_find_ptr  238 ext/spl/spl_array.c 			class_type->iterator_funcs.zf_key = zend_hash_str_find_ptr(&class_type->function_table, "key", sizeof("key") - 1);
zend_hash_str_find_ptr  239 ext/spl/spl_array.c 			class_type->iterator_funcs.zf_current = zend_hash_str_find_ptr(&class_type->function_table, "current", sizeof("current") - 1);
zend_hash_str_find_ptr  240 ext/spl/spl_array.c 			class_type->iterator_funcs.zf_next = zend_hash_str_find_ptr(&class_type->function_table, "next", sizeof("next") - 1);
zend_hash_str_find_ptr  312 ext/spl/spl_directory.c 	intern->u.file.func_getCurr = zend_hash_str_find_ptr(&intern->std.ce->function_table, "getcurrentline", sizeof("getcurrentline") - 1);
zend_hash_str_find_ptr 2108 ext/spl/spl_directory.c 	func_ptr = (zend_function *)zend_hash_str_find_ptr(EG(function_table), #func_name, sizeof(#func_name) - 1); \
zend_hash_str_find_ptr  428 ext/spl/spl_dllist.c 		intern->fptr_offset_get = zend_hash_str_find_ptr(&class_type->function_table, "offsetget", sizeof("offsetget") - 1);
zend_hash_str_find_ptr  432 ext/spl/spl_dllist.c 		intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof("offsetset") - 1);
zend_hash_str_find_ptr  436 ext/spl/spl_dllist.c 		intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", sizeof("offsetexists") - 1);
zend_hash_str_find_ptr  440 ext/spl/spl_dllist.c 		intern->fptr_offset_del = zend_hash_str_find_ptr(&class_type->function_table, "offsetunset", sizeof("offsetunset") - 1);
zend_hash_str_find_ptr  444 ext/spl/spl_dllist.c 		intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") - 1);
zend_hash_str_find_ptr  258 ext/spl/spl_fixedarray.c 		class_type->iterator_funcs.zf_rewind = zend_hash_str_find_ptr(&class_type->function_table, "rewind", sizeof("rewind") - 1);
zend_hash_str_find_ptr  259 ext/spl/spl_fixedarray.c 		class_type->iterator_funcs.zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "valid", sizeof("valid") - 1);
zend_hash_str_find_ptr  260 ext/spl/spl_fixedarray.c 		class_type->iterator_funcs.zf_key = zend_hash_str_find_ptr(&class_type->function_table, "key", sizeof("key") - 1);
zend_hash_str_find_ptr  261 ext/spl/spl_fixedarray.c 		class_type->iterator_funcs.zf_current = zend_hash_str_find_ptr(&class_type->function_table, "current", sizeof("current") - 1);
zend_hash_str_find_ptr  262 ext/spl/spl_fixedarray.c 		class_type->iterator_funcs.zf_next = zend_hash_str_find_ptr(&class_type->function_table, "next", sizeof("next") - 1);
zend_hash_str_find_ptr  281 ext/spl/spl_fixedarray.c 		intern->fptr_offset_get = zend_hash_str_find_ptr(&class_type->function_table, "offsetget", sizeof("offsetget") - 1);
zend_hash_str_find_ptr  285 ext/spl/spl_fixedarray.c 		intern->fptr_offset_set = zend_hash_str_find_ptr(&class_type->function_table, "offsetset", sizeof("offsetset") - 1);
zend_hash_str_find_ptr  289 ext/spl/spl_fixedarray.c 		intern->fptr_offset_has = zend_hash_str_find_ptr(&class_type->function_table, "offsetexists", sizeof("offsetexists") - 1);
zend_hash_str_find_ptr  293 ext/spl/spl_fixedarray.c 		intern->fptr_offset_del = zend_hash_str_find_ptr(&class_type->function_table, "offsetunset", sizeof("offsetunset") - 1);
zend_hash_str_find_ptr  297 ext/spl/spl_fixedarray.c 		intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") - 1);
zend_hash_str_find_ptr  424 ext/spl/spl_heap.c 		intern->fptr_cmp = zend_hash_str_find_ptr(&class_type->function_table, "compare", sizeof("compare") - 1);
zend_hash_str_find_ptr  428 ext/spl/spl_heap.c 		intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") - 1);
zend_hash_str_find_ptr  549 ext/spl/spl_iterators.c 	intern->beginIteration = zend_hash_str_find_ptr(&intern->ce->function_table, "beginiteration", sizeof("beginiteration") - 1);
zend_hash_str_find_ptr  553 ext/spl/spl_iterators.c 	intern->endIteration = zend_hash_str_find_ptr(&intern->ce->function_table, "enditeration", sizeof("enditeration") - 1);
zend_hash_str_find_ptr  557 ext/spl/spl_iterators.c 	intern->callHasChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "callhaschildren", sizeof("callHasChildren") - 1);
zend_hash_str_find_ptr  561 ext/spl/spl_iterators.c 	intern->callGetChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "callgetchildren", sizeof("callGetChildren") - 1);
zend_hash_str_find_ptr  565 ext/spl/spl_iterators.c 	intern->beginChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "beginchildren", sizeof("beginchildren") - 1);
zend_hash_str_find_ptr  569 ext/spl/spl_iterators.c 	intern->endChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "endchildren", sizeof("endchildren") - 1);
zend_hash_str_find_ptr  573 ext/spl/spl_iterators.c 	intern->nextElement = zend_hash_str_find_ptr(&intern->ce->function_table, "nextelement", sizeof("nextElement") - 1);
zend_hash_str_find_ptr  241 ext/spl/spl_observer.c 				intern->fptr_get_hash = zend_hash_str_find_ptr(&class_type->function_table, "gethash", sizeof("gethash") - 1);
zend_hash_str_find_ptr 5329 ext/standard/basic_functions.c 		if ((module = zend_hash_str_find_ptr(&module_registry, extname, extname_len)) == NULL) {
zend_hash_str_find_ptr  318 ext/standard/url_scanner_ex.c 	if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.s))) != NULL)
zend_hash_str_find_ptr  283 ext/standard/user_filters.c 	if (NULL == (fdat = zend_hash_str_find_ptr(BG(user_filter_map), (char*)filtername, len))) {
zend_hash_str_find_ptr  300 ext/standard/user_filters.c 				if (NULL != (fdat = zend_hash_str_find_ptr(BG(user_filter_map), wildcard, strlen(wildcard)))) {
zend_hash_str_find_ptr  210 main/SAPI.c    	if ((post_entry = zend_hash_str_find_ptr(&SG(known_post_content_types), content_type,
zend_hash_str_find_ptr 2219 main/main.c    		if ((module = zend_hash_str_find_ptr(&module_registry, "standard", sizeof("standard")-1)) != NULL) {
zend_hash_str_find_ptr 2231 main/main.c    	if ((module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core")-1)) != NULL) {
zend_hash_str_find_ptr  631 main/output.c  	if (NULL != (rev_ptr = zend_hash_str_find_ptr(&php_output_handler_reverse_conflicts, name, name_len))) {
zend_hash_str_find_ptr  652 main/output.c  	return zend_hash_str_find_ptr(&php_output_handler_aliases, name, name_len);
zend_hash_str_find_ptr  260 main/streams/filter.c 	if (NULL != (factory = zend_hash_str_find_ptr(filter_hash, filtername, n))) {
zend_hash_str_find_ptr  272 main/streams/filter.c 			if (NULL != (factory = zend_hash_str_find_ptr(filter_hash, wildname, strlen(wildname)))) {
zend_hash_str_find_ptr  112 main/streams/streams.c 	if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != NULL) {
zend_hash_str_find_ptr  145 main/streams/streams.c         return (zend_llist*) zend_hash_str_find_ptr(FG(wrapper_errors), (const char*)&wrapper, sizeof(wrapper));
zend_hash_str_find_ptr  250 main/streams/streams.c 			list = zend_hash_str_find_ptr(FG(wrapper_errors), (const char*)&wrapper, sizeof(wrapper));
zend_hash_str_find_ptr 1781 main/streams/streams.c 		if (NULL == (wrapper = zend_hash_str_find_ptr(wrapper_hash, (char*)tmp, n))) {
zend_hash_str_find_ptr 1783 main/streams/streams.c 			if (NULL == (wrapper = zend_hash_str_find_ptr(wrapper_hash, (char*)tmp, n))) {
zend_hash_str_find_ptr 1851 main/streams/streams.c 			if ((wrapper = zend_hash_str_find_ptr(wrapper_hash, "file", sizeof("file")-1)) != NULL) {
zend_hash_str_find_ptr  110 main/streams/transports.c 		if (NULL == (factory = zend_hash_str_find_ptr(&xport_hash, tmp, n))) {
zend_hash_str_find_ptr  165 sapi/apache2handler/apache_config.c 	if ((pe = zend_hash_str_find_ptr(&d->config, name, name_len)) != NULL) {
zend_hash_str_find_ptr  741 sapi/cgi/cgi_main.c 	if ((entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len)) == NULL) {
zend_hash_str_find_ptr 1113 sapi/cli/php_cli.c 					if ((module = zend_hash_str_find_ptr(&module_registry, lcname, len)) == NULL) {
zend_hash_str_find_ptr  344 sapi/cli/php_cli_server.c 		if (NULL != (val = zend_hash_str_find_ptr(&client->request.headers, "host", sizeof("host")-1))) {
zend_hash_str_find_ptr  356 sapi/cli/php_cli_server.c 	return (const char*)zend_hash_str_find_ptr(&server->extension_mime_types, ext, ext_len);
zend_hash_str_find_ptr  560 sapi/cli/php_cli_server.c 	if (NULL == (val = zend_hash_str_find_ptr(&client->request.headers, "cookie", sizeof("cookie")-1))) {
zend_hash_str_find_ptr 1772 sapi/cli/php_cli_server.c 	if (NULL != (val = zend_hash_str_find_ptr(&client->request.headers, "content-type", sizeof("content-type")-1))) {
zend_hash_str_find_ptr 2022 sapi/cli/php_cli_server.c 	if (NULL != (auth = zend_hash_str_find_ptr(&client->request.headers, "authorization", sizeof("authorization")-1))) {
zend_hash_str_find_ptr  674 sapi/fpm/fpm/fpm_main.c 	user_config_cache_entry *entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len);
zend_hash_str_find_ptr   31 sapi/fpm/fpm/fpm_php.c 	if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length)) == NULL) {
zend_hash_str_find_ptr  335 sapi/phpdbg/phpdbg_bp.c 		if (!(master = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen))) {
zend_hash_str_find_ptr  426 sapi/phpdbg/phpdbg_bp.c 	if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname, class_len))) {
zend_hash_str_find_ptr  583 sapi/phpdbg/phpdbg_bp.c 		if (!(ce = zend_hash_str_find_ptr(EG(class_table), zend_str_tolower_dup(new_break->class_name, new_break->class_len), new_break->class_len))) {
zend_hash_str_find_ptr  589 sapi/phpdbg/phpdbg_bp.c 	if (!(func = zend_hash_str_find_ptr(func_table, zend_str_tolower_dup(new_break->func_name, new_break->func_len), new_break->func_len))) {
zend_hash_str_find_ptr  642 sapi/phpdbg/phpdbg_bp.c 	if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], new_break.class_name, new_break.class_len))) {
zend_hash_str_find_ptr  647 sapi/phpdbg/phpdbg_bp.c 	if (!(method_table = zend_hash_str_find_ptr(class_table, new_break.func_name, new_break.func_len))) {
zend_hash_str_find_ptr  694 sapi/phpdbg/phpdbg_bp.c 	if (!(func_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len))) {
zend_hash_str_find_ptr  740 sapi/phpdbg/phpdbg_bp.c 	if (!(file_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len))) {
zend_hash_str_find_ptr  903 sapi/phpdbg/phpdbg_bp.c 	if (!(breaks = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], path, path_len))) {
zend_hash_str_find_ptr  938 sapi/phpdbg/phpdbg_bp.c 		return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main"));
zend_hash_str_find_ptr   91 sapi/phpdbg/phpdbg_list.c 		if ((function = zend_hash_str_find_ptr(&ce->function_table, lcname, strlen(lcname)))) {
zend_hash_str_find_ptr  139 sapi/phpdbg/phpdbg_list.c 	if (!(data = zend_hash_str_find_ptr(&PHPDBG_G(file_sources), abspath, strlen(abspath)))) {
zend_hash_str_find_ptr  223 sapi/phpdbg/phpdbg_list.c 		if ((fbc = zend_hash_str_find_ptr(func_table, func_name, func_name_len))) {
zend_hash_str_find_ptr  311 sapi/phpdbg/phpdbg_list.c 	dataptr = zend_hash_str_find_ptr(&PHPDBG_G(file_sources), filename, strlen(filename));
zend_hash_str_find_ptr  266 sapi/phpdbg/phpdbg_print.c 	zend_function *func = zend_hash_str_find_ptr(EG(function_table), function, len);
zend_hash_str_find_ptr  293 sapi/phpdbg/phpdbg_print.c 	if (!(func = zend_hash_str_find_ptr(&ce->function_table, function, strlen(function)))) {
zend_hash_str_find_ptr 1234 sapi/phpdbg/phpdbg_prompt.c 		if ((function = zend_hash_str_find_ptr(EG(function_table), lcname, lcname_len))) {
zend_hash_str_find_ptr  400 sapi/phpdbg/phpdbg_utils.c 			*ce = zend_hash_str_find_ptr(EG(class_table), lc_name, lc_length);
zend_hash_str_find_ptr  659 sapi/phpdbg/phpdbg_watch.c 	if ((watch = zend_hash_str_find_ptr(&PHPDBG_G(watchpoints), name, namelen))) {
zend_hash_str_find_ptr  262 win32/registry.c 		HashTable *ht = (HashTable *)zend_hash_str_find_ptr(PW32G(registry_directories), path, path_len);