Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/
H A Dphp_session.h257 ulong num_key; \
265 …(key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_N…
268 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key); \
/PHP-5.5/ext/standard/
H A Darray.c1288 ulong num_key; in PHP_FUNCTION() local
2139 ulong num_key; in PHP_FUNCTION() local
2216 ulong num_key; in php_array_merge() local
2291 ulong num_key; in php_array_replace_recursive() local
2640 ulong num_key; in PHP_FUNCTION() local
2785 ulong num_key; in PHP_FUNCTION() local
4008 ulong num_key; in PHP_FUNCTION() local
4041 RETURN_LONG(num_key); in PHP_FUNCTION()
4214 ulong num_key; in PHP_FUNCTION() local
4332 ulong num_key; in PHP_FUNCTION() local
[all …]
H A Dstreamsfuncs.c550 ulong num_key; in PHP_FUNCTION() local
562 &num_key, 0, &pos) == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
580 ulong num_key; in PHP_FUNCTION() local
590 …ey_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, &pos)) != HAS… in PHP_FUNCTION()
932 ulong num_key; in parse_context_options() local
936 …IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(options), &wkey, &wkey_len, &num_key, 0, &pos) in parse_context_options()
942 …_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.c555 ulong num_key; in PHP_FUNCTION() local
567 …(key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, … in PHP_FUNCTION()
H A Dproc_open.c85 ulong num_key; in _php_array_to_envp() local
132 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp()
166 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp()
H A Dinfo.c200 ulong num_key; in php_print_gpcse_array() local
216 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NUL… in php_print_gpcse_array()
225 php_info_printf("%ld", num_key); in php_print_gpcse_array()
H A Dstring.c2940 ulong num_key; local
2943 switch (zend_hash_get_current_key_ex(pats, &string_key, &string_key_len, &num_key, 0, &hpos)) {
2945 string_key_len = 1 + zend_spprintf(&string_key, 0, "%ld", (long)num_key);
3998 ulong num_key; local
4037 &string_key_len, &num_key, 0, NULL)) {
4043 add_index_zval(return_value, num_key, result);
/PHP-5.5/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.5/ext/mysqlnd/
H A Dphp_mysqlnd.c53 ulong num_key; in mysqlnd_minfo_print_hash() local
55 …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.c451 ulong num_key; in MYSQLND_METHOD() local
453 …zend_hash_get_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, … in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c571 unsigned long num_key; in php_mysqlnd_auth_write() local
574 …G == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, 0, &pos_value)) { in php_mysqlnd_auth_write()
590 unsigned long num_key; in php_mysqlnd_auth_write() local
592 …G == zend_hash_get_current_key_ex(packet->connect_attr, &s_key, &s_len, &num_key, 0, &pos_value)) { in php_mysqlnd_auth_write()
/PHP-5.5/Zend/
H A Dzend.c138 ulong num_key; in print_hash() local
153 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { in print_hash()
177 snprintf(key, sizeof(key), "%ld", num_key); in print_hash()
200 ulong num_key; in print_flat_hash() local
210 switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) { in print_flat_hash()
215 zend_printf("%ld", num_key); in print_flat_hash()
H A Dzend_builtin_functions.c575 ulong num_key; in ZEND_FUNCTION() local
609 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)… in ZEND_FUNCTION()
614 add_get_index_long(return_value, 0, num_key, (void **) &inserted_pointer); in ZEND_FUNCTION()
/PHP-5.5/main/
H A Dphp_variables.c584 ulong num_key; in php_autoglobal_merge() local
591 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos); in php_autoglobal_merge()
594 …|| (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != S… in php_autoglobal_merge()
605 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1377 ulong num_key; in preg_replace_impl() local
1428 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) in preg_replace_impl()
1435 add_index_stringl(return_value, num_key, result, result_len, 0); in preg_replace_impl()
1808 ulong num_key; in php_pcre_grep_impl() local
1866 switch (zend_hash_get_current_key(Z_ARRVAL_P(input), &string_key, &num_key, 0)) in php_pcre_grep_impl()
1874 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, in php_pcre_grep_impl()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c140 ulong num_key; in php_xsl_xslt_make_params() local
152 if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) { in php_xsl_xslt_make_params()
/PHP-5.5/ext/sockets/
H A Dsockets.c800 ulong num_key; local
816 … switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) {
821 …zend_hash_index_update(new_hash, num_key, (void *)element, sizeof(zval *), (void **)&dest_element);
/PHP-5.5/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.5/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.5/ext/spl/
H A Dspl_array.c930 ulong num_key; in spl_array_skip_protected() local
934 …if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == H… in spl_array_skip_protected()
/PHP-5.5/ext/curl/
H A Dinterface.c2604 ulong num_key; in _php_curl_setopt() local
2607 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL); in _php_curl_setopt()
2611 spprintf(&string_key, 0, "%ld", num_key); in _php_curl_setopt()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1036 ulong num_key; in php_zip_get_properties() local
1047 zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos); in php_zip_get_properties()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2117 ulong num_key; in php_snmp_get_properties() local
2125 zend_hash_get_current_key_ex(&php_snmp_properties, &key, &key_len, &num_key, 0, &pos); in php_snmp_get_properties()
/PHP-5.5/ext/gd/
H A Dgd.c3840 ulong num_key; in php_imagettftext_common() local
3842 …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 139 milliseconds