Home
last modified time | relevance | path

Searched refs:string_key_len (Results 1 – 10 of 10) sorted by relevance

/PHP-5.6/ext/mysqlnd/
H A Dphp_mysqlnd.c52 uint string_key_len; 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.c450 uint string_key_len; 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()
/PHP-5.6/ext/standard/
H A Darray.c2018 uint string_key_len; in PHP_FUNCTION() local
2095 uint string_key_len; in php_array_merge() local
2151 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); in php_array_merge()
2170 uint string_key_len; in php_array_replace_recursive() local
2180 zend_hash_find(dest, string_key, string_key_len, (void **)&dest_entry) == FAILURE || in php_array_replace_recursive()
2519 uint string_key_len; in PHP_FUNCTION() local
3868 uint string_key_len; in PHP_FUNCTION() local
3900 RETURN_STRINGL(string_key, string_key_len - 1, 1); in PHP_FUNCTION()
3907 add_next_index_stringl(return_value, string_key, string_key_len - 1, 1); in PHP_FUNCTION()
4076 uint string_key_len; in PHP_FUNCTION() local
[all …]
H A Dstring.c2939 uint string_key_len; 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);
2950 string_key_len--; /* exclude final '\0' */
2951 if (string_key_len == 0) { /* empty string given as pattern */
2958 if (string_key_len > slen) { /* this pattern can never match */
2972 L(&patterns[i].pat) = string_key_len;
4006 uint string_key_len; local
4046 &string_key_len, &num_key, 0, NULL)) {
4048 add_assoc_zval_ex(return_value, string_key, string_key_len, result);
/PHP-5.6/main/
H A Dphp_variables.c672 uint string_key_len; in php_autoglobal_merge() local
680 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos); in php_autoglobal_merge()
682 …|| (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &… in php_autoglobal_merge()
688 …if (!globals_check || string_key_len != sizeof("GLOBALS") || memcmp(string_key, "GLOBALS", sizeof(… in php_autoglobal_merge()
689 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
/PHP-5.6/ext/pcre/
H A Dphp_pcre.c1423 uint string_key_len; in preg_replace_impl() local
1475 …switch(zend_hash_get_current_key_ex(Z_ARRVAL_PP(subject), &string_key, &string_key_len, &num_key, … in preg_replace_impl()
1478 add_assoc_stringl_ex(return_value, string_key, string_key_len, result, result_len, 0); in preg_replace_impl()
1858 uint string_key_len; in php_pcre_grep_impl() local
1920 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0,… in php_pcre_grep_impl()
1924 string_key_len, entry, sizeof(zval *), NULL); in php_pcre_grep_impl()
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c787 int string_key_len, namespace_len, name_len, value_len; in PHP_FUNCTION() local
798 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, N… in PHP_FUNCTION()
807 … zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL); in PHP_FUNCTION()
/PHP-5.6/sapi/apache_hooks/
H A Dphp_apache.c583 uint string_key_len; 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()
601 … if (zend_hash_find(Z_ARRVAL_P(first), string_key, string_key_len, (void **)&value) == FAILURE) { in add_header_to_table()
/PHP-5.6/ext/curl/
H A Dinterface.c2576 uint string_key_len; in _php_curl_setopt() local
2580 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL); in _php_curl_setopt()
2585 string_key_len = strlen(string_key)+1; in _php_curl_setopt()
2616 CURLFORM_NAMELENGTH, (long)string_key_len - 1, in _php_curl_setopt()
2655 CURLFORM_NAMELENGTH, (long)string_key_len - 1, in _php_curl_setopt()
2669 CURLFORM_NAMELENGTH, (long)string_key_len - 1, in _php_curl_setopt()
/PHP-5.6/Zend/
H A Dzend_builtin_functions.c577 uint string_key_len; in ZEND_FUNCTION() local
612 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 0, NULL)… in ZEND_FUNCTION()
614 …add_get_index_stringl(return_value, 0, string_key, string_key_len-1, (void **) &inserted_pointer, … in ZEND_FUNCTION()

Completed in 76 milliseconds