Home
last modified time | relevance | path

Searched refs:num_key (Results 1 – 24 of 24) sorted by relevance

/PHP-5.3/ext/mysqlnd/
H A Dphp_mysqlnd.c51 ulong num_key; in mysqlnd_minfo_print_hash() local
56 …zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_v… in mysqlnd_minfo_print_hash()
81 ulong num_key; in mysqlnd_minfo_print_hash() local
83 …zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_v… in mysqlnd_minfo_print_hash()
H A Dmysqlnd_debug.c490 ulong num_key; in MYSQLND_METHOD() local
492 …zend_hash_get_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, … in MYSQLND_METHOD()
/PHP-5.3/ext/standard/
H A Darray.c926 ulong num_key; in PHP_FUNCTION() local
1054 ulong num_key; in php_array_walk() local
1202 ulong num_key; in php_search_array() local
1317 ulong num_key; in PHP_FUNCTION() local
2164 ulong num_key; in PHP_FUNCTION() local
2241 ulong num_key; in php_array_merge() local
2304 ulong num_key; in php_array_replace_recursive() local
2686 ulong num_key; in PHP_FUNCTION() local
2730 ulong num_key; in PHP_FUNCTION() local
3952 ulong num_key; in PHP_FUNCTION() local
[all …]
H A Dinfo.c145 ulong num_key; in php_print_gpcse_array() local
162 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NUL… in php_print_gpcse_array()
171 php_printf("%ld", num_key); in php_print_gpcse_array()
767 ulong num_key; in php_print_info() local
772 …l_stream_wrappers_hash, &stream_protocol, (uint *)&stream_protocol_len, &num_key, 0, &pos) == HASH… in php_print_info()
799 ulong num_key; in php_print_info() local
804 …zend_hash_get_current_key_ex(stream_xport_hash, &xport_name, (uint *)&xport_name_len, &num_key, 0,… in php_print_info()
841 ulong num_key; in php_print_info() local
846 …rent_key_ex(stream_filter_hash, &filter_name, (uint *)&filter_name_len, &num_key, 0, &pos) == HASH… in php_print_info()
H A Dstreamsfuncs.c557 ulong num_key; in PHP_FUNCTION() local
569 &num_key, 0, &pos) == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
586 ulong num_key; in PHP_FUNCTION() local
596 …ey_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, &pos)) != HAS… in PHP_FUNCTION()
921 ulong num_key; in parse_context_options() local
925 …IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(options), &wkey, &wkey_len, &num_key, 0, &pos) in parse_context_options()
931 …_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) { in parse_context_options()
H A Duser_filters.c549 ulong num_key; in PHP_FUNCTION() local
561 …(key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, … in PHP_FUNCTION()
H A Dproc_open.c86 ulong num_key; in _php_array_to_envp() local
124 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp()
151 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp()
H A Dstring.c2701 ulong num_key; local
2712 switch (zend_hash_get_current_key_ex(hash, &string_key, &string_key_len, &num_key, 0, &hpos)) {
2730 Z_LVAL(ctmp) = num_key;
3696 ulong num_key; local
3735 &string_key_len, &num_key, 0, NULL)) {
3741 add_index_zval(return_value, num_key, result);
/PHP-5.3/ext/session/
H A Dphp_session.h219 ulong num_key; \
227 …(key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_N…
230 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key); \
H A Dsession.c549 ulong num_key; in migrate_global() local
554 n = zend_hash_get_current_key_ex(ht, &str, &str_len, &num_key, 0, pos); in migrate_global()
568 "numeric nature", num_key); in migrate_global()
1924 ulong num_key;
1929 …while (zend_hash_get_current_key_ex(ht_sess_var, &str, &str_len, &num_key, 0, &pos) == HASH_KEY_IS…
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_php.c266 ulong num_key; in fpm_php_get_string_from_table() local
284 …if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL) =… in fpm_php_get_string_from_table()
/PHP-5.3/Zend/
H A Dzend.c125 ulong num_key; in print_hash() local
140 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { in print_hash()
163 snprintf(key, sizeof(key), "%ld", num_key); in print_hash()
186 ulong num_key; in print_flat_hash() local
196 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { in print_flat_hash()
201 zend_printf("%ld", num_key); in print_flat_hash()
H A Dzend_builtin_functions.c551 ulong num_key; in ZEND_FUNCTION() local
585 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)… in ZEND_FUNCTION()
590 add_get_index_long(return_value, 0, num_key, (void **) &inserted_pointer); in ZEND_FUNCTION()
/PHP-5.3/main/
H A Dphp_variables.c641 ulong num_key; in php_autoglobal_merge() local
648 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos); in php_autoglobal_merge()
651 …|| (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != S… in php_autoglobal_merge()
663 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c1316 ulong num_key; in preg_replace_impl() local
1367 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) in preg_replace_impl()
1374 add_index_stringl(return_value, num_key, result, result_len, 0); in preg_replace_impl()
1743 ulong num_key; in php_pcre_grep_impl() local
1801 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0)) in php_pcre_grep_impl()
1809 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, in php_pcre_grep_impl()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1220 ulong num_key; in php_mysqli_fetch_into_hash() local
1231 …urrent_key_ex(Z_ARRVAL(new_return_value), &string_key, &string_key_len, &num_key, 0, &pos_values))… in php_mysqli_fetch_into_hash()
1233 add_index_stringl(return_value, num_key, new_str, new_str_len, 0); in php_mysqli_fetch_into_hash()
1241 …urrent_key_ex(Z_ARRVAL(new_return_value), &string_key, &string_key_len, &num_key, 0, &pos_values))… in php_mysqli_fetch_into_hash()
1243 add_index_zval(return_value, num_key, *entry_values); in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/spl/
H A Dspl_array.c874 ulong num_key; in spl_array_skip_protected() local
878 …if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == H… in spl_array_skip_protected()
1514 ulong num_key; in spl_array_iterator_key() local
1527 …switch (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 1, &intern->pos))… in spl_array_iterator_key()
1532 RETVAL_LONG(num_key); in spl_array_iterator_key()
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c131 ulong num_key; in php_xsl_xslt_make_params() local
143 if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) { in php_xsl_xslt_make_params()
/PHP-5.3/ext/sockets/
H A Dsockets.c744 ulong num_key; local
760 … switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) {
765 …zend_hash_index_update(new_hash, num_key, (void *)element, sizeof(zval *), (void **)&dest_element);
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c584 ulong num_key; in add_header_to_table() local
599 …switch(zend_hash_get_current_key_ex(Z_ARRVAL_P(first), &string_key, &string_key_len, &num_key, 0, … in add_header_to_table()
/PHP-5.3/ext/dom/
H A Dphp_dom.c506 ulong num_key; in dom_get_debug_info_helper() local
513 &string_length, &num_key, 0, &pos) != HASH_KEY_IS_STRING) { in dom_get_debug_info_helper()
/PHP-5.3/ext/zip/
H A Dphp_zip.c1022 ulong num_key; in php_zip_get_properties() local
1033 zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos); in php_zip_get_properties()
/PHP-5.3/ext/curl/
H A Dinterface.c2050 ulong num_key; in _php_curl_setopt() local
2068 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL); in _php_curl_setopt()
/PHP-5.3/ext/gd/
H A Dgd.c3936 ulong num_key; in php_imagettftext_common() local
3938 …if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRIN… in php_imagettftext_common()

Completed in 167 milliseconds