num_key           139 Zend/zend.c    	ulong num_key;
num_key           154 Zend/zend.c    		switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) {
num_key           178 Zend/zend.c    					snprintf(key, sizeof(key), "%ld", num_key);
num_key           201 Zend/zend.c    	ulong num_key;
num_key           211 Zend/zend.c    		switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) {
num_key           216 Zend/zend.c    				zend_printf("%ld", num_key);
num_key           578 Zend/zend_builtin_functions.c 	ulong num_key;
num_key           612 Zend/zend_builtin_functions.c 	switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 0, NULL)) {
num_key           617 Zend/zend_builtin_functions.c 			add_get_index_long(return_value, 0, num_key, (void **) &inserted_pointer);
num_key          2608 ext/curl/interface.c 					ulong  num_key;
num_key          2611 ext/curl/interface.c 					zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL);
num_key          2615 ext/curl/interface.c 						spprintf(&string_key, 0, "%ld", num_key);
num_key           507 ext/dom/php_dom.c 		ulong	num_key;
num_key           514 ext/dom/php_dom.c 			&string_length, &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
num_key          3860 ext/gd/gd.c    			ulong num_key;
num_key          3862 ext/gd/gd.c    			if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
num_key           451 ext/mysqlnd/mysqlnd_debug.c 				ulong	num_key;
num_key           453 ext/mysqlnd/mysqlnd_debug.c 				zend_hash_get_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, &pos_values);
num_key           571 ext/mysqlnd/mysqlnd_wireprotocol.c 				unsigned long num_key;
num_key           574 ext/mysqlnd/mysqlnd_wireprotocol.c 				if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, 0, &pos_value)) {
num_key           590 ext/mysqlnd/mysqlnd_wireprotocol.c 					unsigned long num_key;
num_key           592 ext/mysqlnd/mysqlnd_wireprotocol.c 					if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, 0, &pos_value)) {
num_key            53 ext/mysqlnd/php_mysqlnd.c 		ulong	num_key;
num_key            55 ext/mysqlnd/php_mysqlnd.c 		zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values);
num_key          1417 ext/pcre/php_pcre.c 	ulong			 num_key;
num_key          1468 ext/pcre/php_pcre.c 					switch(zend_hash_get_current_key_ex(Z_ARRVAL_PP(subject), &string_key, &string_key_len, &num_key, 0, NULL))
num_key          1475 ext/pcre/php_pcre.c 						add_index_stringl(return_value, num_key, result, result_len, 0);
num_key          1852 ext/pcre/php_pcre.c 	ulong			 num_key;
num_key          1913 ext/pcre/php_pcre.c 			switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, NULL))
num_key          1921 ext/pcre/php_pcre.c 					zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry,
num_key           258 ext/session/php_session.h 	ulong num_key;												\
num_key           266 ext/session/php_session.h 				(key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTENT; \
num_key           269 ext/session/php_session.h 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key);	\
num_key          2107 ext/snmp/snmp.c 	ulong num_key;
num_key          2115 ext/snmp/snmp.c 		zend_hash_get_current_key_ex(&php_snmp_properties, &key, &key_len, &num_key, 0, &pos);
num_key           800 ext/sockets/sockets.c 	ulong       num_key;
num_key           816 ext/sockets/sockets.c 			switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) {
num_key           821 ext/sockets/sockets.c 					zend_hash_index_update(new_hash, num_key, (void *)element, sizeof(zval *), (void **)&dest_element);
num_key           935 ext/spl/spl_array.c 	ulong num_key;
num_key           939 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) {
num_key          1289 ext/standard/array.c 	ulong num_key;
num_key          1337 ext/standard/array.c 		key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(var_array), &var_name, &var_name_len, &num_key, 0, &pos);
num_key          1346 ext/standard/array.c 			ZVAL_LONG(&num, num_key);
num_key          2019 ext/standard/array.c 	ulong num_key;
num_key          2072 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &hpos)) {
num_key          2079 ext/standard/array.c 					zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL);
num_key          2096 ext/standard/array.c 	ulong num_key;
num_key          2101 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) {
num_key          2171 ext/standard/array.c 	ulong num_key;
num_key          2177 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) {
num_key          2192 ext/standard/array.c 					zend_hash_index_find(dest, num_key, (void **)&dest_entry) == FAILURE ||
num_key          2196 ext/standard/array.c 					zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
num_key          2520 ext/standard/array.c 	ulong	  num_key;
num_key          2535 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &pos)) {
num_key          2542 ext/standard/array.c 					zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL);
num_key          2654 ext/standard/array.c 	ulong num_key;
num_key          2668 ext/standard/array.c 		switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &str_key_len, &num_key, 0, &pos)) {
num_key          2670 ext/standard/array.c 				zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL);
num_key          3869 ext/standard/array.c 	ulong num_key;
num_key          3892 ext/standard/array.c 	while (num_req && (key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTENT) {
num_key          3902 ext/standard/array.c 					RETURN_LONG(num_key);
num_key          3909 ext/standard/array.c 					add_next_index_long(return_value, num_key);
num_key          4077 ext/standard/array.c 	ulong num_key;
num_key          4109 ext/standard/array.c 		int key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &string_key_len, &num_key, 0, &pos);
num_key          4118 ext/standard/array.c 						Z_LVAL_P(key) = num_key;
num_key          4157 ext/standard/array.c 				zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand, sizeof(zval *), NULL);
num_key          4226 ext/standard/array.c 		ulong num_key;
num_key          4246 ext/standard/array.c 					key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(args[0]), &str_key, &str_key_len, &num_key, 0, &array_pos[i]);
num_key          4283 ext/standard/array.c 				add_index_zval(return_value, num_key, result);
num_key          4339 ext/standard/array.c 	ulong num_key;
num_key          4375 ext/standard/array.c 			key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &str_key, &str_key_len, &num_key, 0, &pos);
num_key          4381 ext/standard/array.c 					add_index_zval(chunk, num_key, *entry);
num_key           200 ext/standard/info.c 	ulong num_key;
num_key           216 ext/standard/info.c 			switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) {
num_key           225 ext/standard/info.c 					php_info_printf("%ld", num_key);
num_key            86 ext/standard/proc_open.c 	ulong num_key;
num_key           133 ext/standard/proc_open.c 		switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) {
num_key           167 ext/standard/proc_open.c 		switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos)) {
num_key           552 ext/standard/streamsfuncs.c 	ulong num_key;
num_key           564 ext/standard/streamsfuncs.c 					&num_key, 0, &pos) == HASH_KEY_IS_STRING) {
num_key           582 ext/standard/streamsfuncs.c 	ulong num_key;
num_key           592 ext/standard/streamsfuncs.c 			(key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTENT;
num_key           923 ext/standard/streamsfuncs.c 	ulong num_key;
num_key           927 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)
num_key           933 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)) {
num_key          2926 ext/standard/string.c 		ulong	num_key;
num_key          2929 ext/standard/string.c 		switch (zend_hash_get_current_key_ex(pats, &string_key, &string_key_len, &num_key, 0, &hpos)) {
num_key          2931 ext/standard/string.c 			string_key_len = 1 + zend_spprintf(&string_key, 0, "%ld", (long)num_key);
num_key          3977 ext/standard/string.c 	ulong num_key;
num_key          4016 ext/standard/string.c 												&string_key_len, &num_key, 0, NULL)) {
num_key          4022 ext/standard/string.c 					add_index_zval(return_value, num_key, result);
num_key           555 ext/standard/user_filters.c 	ulong num_key;
num_key           567 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_EXISTENT;
num_key           140 ext/xsl/xsltprocessor.c 	ulong num_key;
num_key           152 ext/xsl/xsltprocessor.c 		if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) {
num_key          1055 ext/zip/php_zip.c 	ulong num_key;
num_key          1066 ext/zip/php_zip.c 		zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos);
num_key           667 main/php_variables.c 	ulong num_key;
num_key           674 main/php_variables.c 		key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos);
num_key           677 main/php_variables.c 			|| (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != SUCCESS)
num_key           688 main/php_variables.c 				zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL);
num_key           584 sapi/apache_hooks/php_apache.c 	ulong num_key;
num_key           599 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)) {
num_key           266 sapi/fpm/fpm/fpm_php.c 	ulong num_key;
num_key           284 sapi/fpm/fpm/fpm_php.c 			if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL) == HASH_KEY_IS_STRING) {