zend_hash_get_current_key_ex  129 Zend/zend.c    		switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) {
zend_hash_get_current_key_ex  182 Zend/zend.c    	switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) {
zend_hash_get_current_key_ex  902 Zend/zend_API.c 				zend_hash_get_current_key_ex(&class_type->default_static_members, &str_index, &str_length, &num_index, 0, &pos);
zend_hash_get_current_key_ex  410 Zend/zend_builtin_functions.c 	switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)) {
zend_hash_get_current_key_ex  726 Zend/zend_builtin_functions.c 			zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos);
zend_hash_get_current_key_ex  819 Zend/zend_builtin_functions.c 		if (zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex  881 Zend/zend_builtin_functions.c 			    zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_KEY_IS_STRING ||
zend_hash_get_current_key_ex  537 Zend/zend_execute_API.c 			if (zend_hash_get_current_key_ex(Z_ARRVAL_P(p), &str_index, &str_index_len, &num_index, 0, NULL)!=HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex  172 Zend/zend_hash.h ZEND_API int zend_hash_get_current_key_ex(HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos);
zend_hash_get_current_key_ex  194 Zend/zend_hash.h 	zend_hash_get_current_key_ex(ht, str_index, NULL, num_index, duplicate, NULL)
zend_hash_get_current_key_ex 3243 Zend/zend_vm_def.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
zend_hash_get_current_key_ex 3304 Zend/zend_vm_def.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
zend_hash_get_current_key_ex 3328 Zend/zend_vm_def.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 1, NULL);
zend_hash_get_current_key_ex 2254 Zend/zend_vm_execute.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
zend_hash_get_current_key_ex 4829 Zend/zend_vm_execute.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
zend_hash_get_current_key_ex 7976 Zend/zend_vm_execute.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
zend_hash_get_current_key_ex 8037 Zend/zend_vm_execute.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
zend_hash_get_current_key_ex 8061 Zend/zend_vm_execute.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 1, NULL);
zend_hash_get_current_key_ex 20252 Zend/zend_vm_execute.h 				key_type = zend_hash_get_current_key_ex(fe_ht, &str_key, &str_key_len, &int_key, 0, NULL);
zend_hash_get_current_key_ex   52 ext/com_dotnet/com_variant.c 		keytype = zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos);
zend_hash_get_current_key_ex   79 ext/com_dotnet/com_variant.c 		zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos);
zend_hash_get_current_key_ex  477 ext/com_dotnet/com_wrapper.c 				zend_hash_get_current_key_ex(Z_OBJPROP_P(disp->object), &name,
zend_hash_get_current_key_ex  508 ext/com_dotnet/com_wrapper.c 				zend_hash_get_current_key_ex(&Z_OBJCE_P(disp->object)->function_table,
zend_hash_get_current_key_ex  610 ext/com_dotnet/com_wrapper.c 				zend_hash_get_current_key_ex(id_to_name, &name, &namelen, &pid, 0, &pos))) {
zend_hash_get_current_key_ex 1474 ext/curl/interface.c 					zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL);
zend_hash_get_current_key_ex 1651 ext/curl/interface.c 		if (zend_hash_get_current_key_ex(Z_ARRVAL_P(arr), &string_key, &str_key_len, &option, 0, &pos) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 1882 ext/dom/node.c 					if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(tmp), 
zend_hash_get_current_key_ex  659 ext/filter/filter.c 			if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(op), &arg_key, &arg_key_len, &index, 0, &pos) != HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 4260 ext/gd/gd.c    			if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex  482 ext/hash/hash.c 		(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, &str_len, &idx, 0, &pos)) != HASH_KEY_NON_EXISTANT;
zend_hash_get_current_key_ex  589 ext/hash/hash.c 		(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, NULL, &idx, 0, &pos)) != HASH_KEY_NON_EXISTANT;
zend_hash_get_current_key_ex  104 ext/json/json.c             i = zend_hash_get_current_key_ex(myht, &key, &key_len, &index, 0, &pos);
zend_hash_get_current_key_ex  162 ext/json/json.c             i = zend_hash_get_current_key_ex(myht, &key, &key_len, &index, 0, &pos);
zend_hash_get_current_key_ex 1707 ext/openssl/openssl.c 			zend_hash_get_current_key_ex(HASH_OF(dn), &strindex, &strindexlen, &intindex, 0, &hpos);
zend_hash_get_current_key_ex 1783 ext/openssl/openssl.c 				zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos);
zend_hash_get_current_key_ex 2999 ext/openssl/openssl.c 			zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos);
zend_hash_get_current_key_ex 3108 ext/openssl/openssl.c 			zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos);
zend_hash_get_current_key_ex  481 ext/pcntl/pcntl.c 			switch (return_val = zend_hash_get_current_key_ex(envs_hash, &key, &key_length, &key_num, 0, NULL)) {
zend_hash_get_current_key_ex  445 ext/pdo/pdo_stmt.c 			if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(input_params),
zend_hash_get_current_key_ex 2142 ext/pdo/pdo_stmt.c 			if (zend_hash_get_current_key_ex(stmt->bound_params, &str, &len, &num, 0, &pos) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 4696 ext/pgsql/pgsql.c 		if ((key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &field, &field_len, &num_idx, 0, &pos)) == HASH_KEY_NON_EXISTANT) {
zend_hash_get_current_key_ex 5393 ext/pgsql/pgsql.c 	while ((key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(var_array), &fld,
zend_hash_get_current_key_ex 5509 ext/pgsql/pgsql.c 		 key_type = zend_hash_get_current_key_ex(ht, &fld, &fld_len, &num_idx, 0, &pos);		
zend_hash_get_current_key_ex  368 ext/reflection/php_reflection.c 				zend_hash_get_current_key_ex(&ce->constants_table, &key, &key_len, &num_index, 0, &pos);
zend_hash_get_current_key_ex  491 ext/reflection/php_reflection.c 			if (zend_hash_get_current_key_ex(properties, &prop_name, &prop_name_size, &index, 1, &pos) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex  531 ext/reflection/php_reflection.c 					    zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_KEY_IS_STRING ||
zend_hash_get_current_key_ex 2721 ext/reflection/php_reflection.c 		if (zend_hash_get_current_key_ex(CE_STATIC_MEMBERS(ce), &key, &key_len, &num_index, 0, &pos) != FAILURE && key) {
zend_hash_get_current_key_ex 2836 ext/reflection/php_reflection.c 				zend_hash_get_current_key_ex(ht_list[i], &key, &key_len, &num_index, 0, &pos);
zend_hash_get_current_key_ex  229 ext/session/php_session.h 				(key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT; \
zend_hash_get_current_key_ex  864 ext/session/session.c 	n = zend_hash_get_current_key_ex(ht, &str, &str_len, &num_key, 0, pos);
zend_hash_get_current_key_ex 1855 ext/session/session.c 			while (zend_hash_get_current_key_ex(ht, &str, &str_len, &num_key,
zend_hash_get_current_key_ex  447 ext/soap/php_encoding.c 				    zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 1971 ext/soap/php_encoding.c 				key_type = zend_hash_get_current_key_ex(prop, &str_key, &str_key_len, &index, FALSE, NULL);
zend_hash_get_current_key_ex 2117 ext/soap/php_schema.c 							zend_hash_get_current_key_ex((*tmp)->attributes, &key, &key_len, NULL, 0, NULL);
zend_hash_get_current_key_ex 1697 ext/soap/php_sdl.c 	if (zend_hash_get_current_key_ex(ht, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2373 ext/soap/php_sdl.c 		if (zend_hash_get_current_key_ex(headers, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2434 ext/soap/php_sdl.c 		if (zend_hash_get_current_key_ex(params, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2483 ext/soap/php_sdl.c 		if (zend_hash_get_current_key_ex(faults, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2547 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(attr->extraAttributes, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2699 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(type->elements, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2718 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(type->attributes, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2873 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(sdl->groups, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2893 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(sdl->types, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2913 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(sdl->elements, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2933 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(sdl->encoders, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2980 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(sdl->bindings, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 2998 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(&sdl->functions, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 3021 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(sdl->requests, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex 3244 ext/soap/php_sdl.c 						zend_hash_get_current_key_ex(SOAP_GLOBAL(mem_cache), &key, &key_len, &idx, 0, &pos);
zend_hash_get_current_key_ex  929 ext/soap/soap.c 			zend_hash_get_current_key_ex(ht2, &name, &name_len, &index, 0, &pos2);
zend_hash_get_current_key_ex 3749 ext/soap/soap.c 			zend_hash_get_current_key_ex(Z_ARRVAL_P(ret), &param_name, &param_name_len, &param_index, 0, &pos);
zend_hash_get_current_key_ex  605 ext/sockets/sockets.c 			switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) {
zend_hash_get_current_key_ex  380 ext/spl/php_spl.c 			zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &func_name_len, &dummy, 0, &function_pos);
zend_hash_get_current_key_ex  688 ext/spl/spl_array.c 			if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex  798 ext/spl/spl_array.c 		return zend_hash_get_current_key_ex(aht, str_key, str_key_len, int_key, 1, &object->pos);
zend_hash_get_current_key_ex 1286 ext/spl/spl_array.c 	switch (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 1, &intern->pos)) {
zend_hash_get_current_key_ex  953 ext/standard/array.c 	switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, NULL)) {
zend_hash_get_current_key_ex 1103 ext/standard/array.c 			if (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 0, &pos) == HASH_KEY_IS_LONG) {
zend_hash_get_current_key_ex 1260 ext/standard/array.c 				switch (zend_hash_get_current_key_ex(target_hash, &string_key, &str_key_len, &num_key, 0, &pos)) {
zend_hash_get_current_key_ex 1393 ext/standard/array.c 		key_type = zend_hash_get_current_key_ex(Z_ARRVAL_PP(var_array), &var_name, &var_name_len, &num_key, 0, &pos);
zend_hash_get_current_key_ex 2030 ext/standard/array.c 	zend_hash_get_current_key_ex(Z_ARRVAL_PP(stack), &key, &key_len, &index, 0, NULL);
zend_hash_get_current_key_ex 2274 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &hpos)) {
zend_hash_get_current_key_ex 2303 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) {
zend_hash_get_current_key_ex 2469 ext/standard/array.c 			switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(input), &string_key, &string_key_len, &num_key, 1, &pos)) {
zend_hash_get_current_key_ex 2617 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(input), &string_key, &string_key_len, &num_key, 0, &pos)) {
zend_hash_get_current_key_ex 2739 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(target_hash, &string_key, &str_key_len, &num_key, 1, &pos)) {
zend_hash_get_current_key_ex 2799 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(array), &string_key, &str_key_len, &num_key, 0, &pos)) {
zend_hash_get_current_key_ex 4171 ext/standard/array.c 	while (num_req_val && (key_type = zend_hash_get_current_key_ex(Z_ARRVAL_PP(input), &string_key, &string_key_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTANT) {
zend_hash_get_current_key_ex 4466 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &string_key_len, &num_key, 0, &pos)) {
zend_hash_get_current_key_ex 4585 ext/standard/array.c 					key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(args[1]), &str_key, &str_key_len, &num_key, 0, &array_pos[i]);
zend_hash_get_current_key_ex 4723 ext/standard/array.c 			key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &str_key,
zend_hash_get_current_key_ex   57 ext/standard/http.c 		(key_type = zend_hash_get_current_key_ex(ht, &key, &key_len, &idx, 0, NULL)) != HASH_KEY_NON_EXISTANT;
zend_hash_get_current_key_ex  146 ext/standard/info.c 			switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) {
zend_hash_get_current_key_ex  548 ext/standard/info.c 						zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, (uint *)&stream_protocol_len, &num_key, 0, NULL) == HASH_KEY_IS_STRING;
zend_hash_get_current_key_ex  579 ext/standard/info.c 					zend_hash_get_current_key_ex(stream_xport_hash, &xport_name, (uint *)&xport_name_len, &num_key, 0, NULL) == HASH_KEY_IS_STRING;
zend_hash_get_current_key_ex  620 ext/standard/info.c 					zend_hash_get_current_key_ex(stream_filter_hash, &filter_name, (uint *)&filter_name_len, &num_key, 0, NULL) == HASH_KEY_IS_STRING;
zend_hash_get_current_key_ex  123 ext/standard/proc_open.c 		switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) {
zend_hash_get_current_key_ex  150 ext/standard/proc_open.c 		switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) {
zend_hash_get_current_key_ex  562 ext/standard/proc_open.c 		zend_hash_get_current_key_ex(Z_ARRVAL_P(descriptorspec), &str_index, NULL, &nindex, 0, &pos);
zend_hash_get_current_key_ex  530 ext/standard/streamsfuncs.c 		while (zend_hash_get_current_key_ex(stream_xport_hash,
zend_hash_get_current_key_ex  558 ext/standard/streamsfuncs.c 			(key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT;
zend_hash_get_current_key_ex  861 ext/standard/streamsfuncs.c 		if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(options), &wkey, &wkey_len, &num_key, 0, &pos)
zend_hash_get_current_key_ex  867 ext/standard/streamsfuncs.c 				if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) {
zend_hash_get_current_key_ex 2713 ext/standard/string.c 		switch (zend_hash_get_current_key_ex(hash, &string_key, &string_key_len, &num_key, 0, &hpos)) {
zend_hash_get_current_key_ex 3744 ext/standard/string.c 			switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(subject), &string_key,
zend_hash_get_current_key_ex  547 ext/standard/user_filters.c 			(key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT;
zend_hash_get_current_key_ex  581 ext/standard/var.c 			i = zend_hash_get_current_key_ex(HASH_OF(retval_ptr), &key, NULL, 
zend_hash_get_current_key_ex  791 ext/standard/var.c 					i = zend_hash_get_current_key_ex(myht, &key, &key_len, 
zend_hash_get_current_key_ex  283 ext/wddx/wddx.c 			hash_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(retval), &key, &key_length, &idx, 0, NULL);
zend_hash_get_current_key_ex  498 ext/wddx/wddx.c 			if (zend_hash_get_current_key_ex(HASH_OF(obj), &key, &key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex  570 ext/wddx/wddx.c 			ent_type = zend_hash_get_current_key_ex(target_hash, &key, &key_len, &idx, 0, NULL);
zend_hash_get_current_key_ex  699 ext/xsl/xsltprocessor.c 			if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, NULL) != HASH_KEY_IS_STRING) {
zend_hash_get_current_key_ex  523 ext/zip/php_zip.c 		zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos);
zend_hash_get_current_key_ex  609 main/php_variables.c 		key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos);
zend_hash_get_current_key_ex  135 sapi/apache2filter/apache_config.c 			zend_hash_get_current_key_ex(&d->config, &str, &str_len, 
zend_hash_get_current_key_ex  170 sapi/apache2filter/apache_config.c 			zend_hash_get_current_key_ex(&d->config, &str, &str_len, NULL, 0, 
zend_hash_get_current_key_ex  135 sapi/apache2handler/apache_config.c 			zend_hash_get_current_key_ex(&d->config, &str, &str_len, 
zend_hash_get_current_key_ex  170 sapi/apache2handler/apache_config.c 			zend_hash_get_current_key_ex(&d->config, &str, &str_len, NULL, 0, 
zend_hash_get_current_key_ex  485 sapi/apache2handler/sapi_apache2.c 				zend_hash_get_current_key_ex(&c->config, &str, &str_len, NULL, 0,  NULL) == HASH_KEY_IS_STRING;
zend_hash_get_current_key_ex  585 sapi/apache_hooks/php_apache.c 					switch(zend_hash_get_current_key_ex(Z_ARRVAL_P(first), &string_key, &string_key_len, &num_key, 0, &pos)) {
zend_hash_get_current_key_ex  584 sapi/cgi/cgi_main.c 		     zend_hash_get_current_key_ex(&request->env, &var, &var_len, &idx, 0, &pos) == HASH_KEY_IS_STRING &&
zend_hash_get_current_key_ex  102 win32/registry.c 					     zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING;
zend_hash_get_current_key_ex  248 win32/registry.c 			     zend_hash_get_current_key_ex(ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING;