Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dphp_mysqlnd.c50 uint string_key_len; 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()
61 &s, &s_len, string_key.u, string_key_len TSRMLS_CC) == SUCCESS) { in mysqlnd_minfo_print_hash()
80 uint string_key_len; 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.c489 uint string_key_len; 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.c1053 uint string_key_len; in php_array_walk() local
1108 ZVAL_STRINGL(key, string_key, string_key_len - 1, 1); in php_array_walk()
2163 uint string_key_len; in PHP_FUNCTION() local
2240 uint string_key_len; in php_array_merge() local
2303 uint string_key_len; in php_array_replace_recursive() local
2441 uint string_key_len; in PHP_FUNCTION() local
2476 ZVAL_STRINGL(new_val, string_key, string_key_len - 1, 0); in PHP_FUNCTION()
2573 uint string_key_len; in PHP_FUNCTION() local
3951 uint string_key_len; in PHP_FUNCTION() local
3983 RETURN_STRINGL(string_key, string_key_len - 1, 1); in PHP_FUNCTION()
[all …]
H A Dstring.c2698 uint string_key_len; local
2712 switch (zend_hash_get_current_key_ex(hash, &string_key, &string_key_len, &num_key, 0, &hpos)) {
2714 len = string_key_len-1;
2719 zend_hash_add(&tmp_hash, string_key, string_key_len, entry, sizeof(zval*), NULL);
3695 uint string_key_len; local
3735 &string_key_len, &num_key, 0, NULL)) {
3737 add_assoc_zval_ex(return_value, string_key, string_key_len, result);
/PHP-5.3/main/
H A Dphp_variables.c640 uint string_key_len; 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()
650 …|| (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &… in php_autoglobal_merge()
657 …if (!globals_check || string_key_len != sizeof("GLOBALS") || memcmp(string_key, "GLOBALS", sizeof(… in php_autoglobal_merge()
658 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); in php_autoglobal_merge()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1219 uint string_key_len; in php_mysqli_fetch_into_hash() local
1231 …switch (zend_hash_get_current_key_ex(Z_ARRVAL(new_return_value), &string_key, &string_key_len, &nu… in php_mysqli_fetch_into_hash()
1236 add_assoc_stringl_ex(return_value, string_key, string_key_len, new_str, new_str_len, 0); in php_mysqli_fetch_into_hash()
1241 …switch (zend_hash_get_current_key_ex(Z_ARRVAL(new_return_value), &string_key, &string_key_len, &nu… in php_mysqli_fetch_into_hash()
1246 add_assoc_zval_ex(return_value, string_key, string_key_len, *entry_values); in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c753 int string_key_len, namespace_len, name_len, value_len; in PHP_FUNCTION() local
764 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, N… in PHP_FUNCTION()
773 … zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL); in PHP_FUNCTION()
/PHP-5.3/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.3/ext/curl/
H A Dinterface.c2051 uint string_key_len; 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()
2092 CURLFORM_NAMELENGTH, (long)string_key_len - 1, in _php_curl_setopt()
2106 CURLFORM_NAMELENGTH, (long)string_key_len - 1, in _php_curl_setopt()
/PHP-5.3/Zend/
H A Dzend_builtin_functions.c550 uint string_key_len; 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()
587 …add_get_index_stringl(return_value, 0, string_key, string_key_len-1, (void **) &inserted_pointer, … in ZEND_FUNCTION()

Completed in 98 milliseconds