Home
last modified time | relevance | path

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

/PHP-5.5/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.5/main/
H A Dphp_variables.c583 uint string_key_len; 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()
593 …|| (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &… in php_autoglobal_merge()
599 …if (!globals_check || string_key_len != sizeof("GLOBALS") || memcmp(string_key, "GLOBALS", sizeof(… in php_autoglobal_merge()
600 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
/PHP-5.5/ext/standard/
H A Darray.c2138 uint string_key_len; in PHP_FUNCTION() local
2215 uint string_key_len; in php_array_merge() local
2271 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); in php_array_merge()
2290 uint string_key_len; in php_array_replace_recursive() local
2300 zend_hash_find(dest, string_key, string_key_len, (void **)&dest_entry) == FAILURE || in php_array_replace_recursive()
2304 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); in php_array_replace_recursive()
2639 uint string_key_len; in PHP_FUNCTION() local
4007 uint string_key_len; in PHP_FUNCTION() local
4039 RETURN_STRINGL(string_key, string_key_len - 1, 1); in PHP_FUNCTION()
4046 add_next_index_stringl(return_value, string_key, string_key_len - 1, 1); in PHP_FUNCTION()
[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;
3997 uint string_key_len; local
4037 &string_key_len, &num_key, 0, NULL)) {
4039 add_assoc_zval_ex(return_value, string_key, string_key_len, result);
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c783 int string_key_len, namespace_len, name_len, value_len; in PHP_FUNCTION() local
794 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, N… in PHP_FUNCTION()
803 … zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL); in PHP_FUNCTION()
/PHP-5.5/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.5/ext/curl/
H A Dinterface.c2603 uint string_key_len; 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()
2612 string_key_len = strlen(string_key)+1; in _php_curl_setopt()
2643 CURLFORM_NAMELENGTH, (long)string_key_len - 1, in _php_curl_setopt()
2682 CURLFORM_NAMELENGTH, (long)string_key_len - 1, in _php_curl_setopt()
2696 CURLFORM_NAMELENGTH, (long)string_key_len - 1, in _php_curl_setopt()
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c574 uint string_key_len; 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()
611 …add_get_index_stringl(return_value, 0, string_key, string_key_len-1, (void **) &inserted_pointer, … in ZEND_FUNCTION()

Completed in 63 milliseconds