Home
last modified time | relevance | path

Searched refs:HASH_KEY_IS_STRING (Results 1 – 25 of 46) sorted by relevance

12

/PHP-5.5/ext/standard/
H A Dhttp.c62 if (key_type == HASH_KEY_IS_STRING && key_len && key[key_len-1] == '\0') { in php_url_encode_hash_ex()
84 if (key_type == HASH_KEY_IS_STRING) { in php_url_encode_hash_ex()
152 if (key_type == HASH_KEY_IS_STRING) { in php_url_encode_hash_ex()
H A Dinfo.c118 while (zend_hash_get_current_key_ex(ht, &key, &len, NULL, 0, &pos) == HASH_KEY_IS_STRING) in php_info_print_stream_hash()
126 if (zend_hash_get_current_key_ex(ht, &key, &len, NULL, 0, &pos) == HASH_KEY_IS_STRING) { in php_info_print_stream_hash()
217 case HASH_KEY_IS_STRING: in php_print_gpcse_array()
H A Dstreamsfuncs.c562 &num_key, 0, &pos) == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
592 if (key_flags == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
936 …if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_P(options), &wkey, &wkey_len, &num… in parse_context_options()
942 …if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_k… in parse_context_options()
H A Darray.c1339 if (key_type == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
2193 case HASH_KEY_IS_STRING: in PHP_FUNCTION()
2222 case HASH_KEY_IS_STRING: in php_array_merge()
2298 case HASH_KEY_IS_STRING: in php_array_replace_recursive()
2656 case HASH_KEY_IS_STRING: in PHP_FUNCTION()
2803 case HASH_KEY_IS_STRING: in PHP_FUNCTION()
4038 if (key_type == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
4045 if (key_type == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
4258 case HASH_KEY_IS_STRING: in PHP_FUNCTION()
4386 if (key_type == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
[all …]
H A Dproc_open.c133 case HASH_KEY_IS_STRING: in _php_array_to_envp()
167 case HASH_KEY_IS_STRING: in _php_array_to_envp()
H A Duser_filters.c569 if (key_flags == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c136 &num_index, 0, NULL) == HASH_KEY_IS_STRING; in merge_php_config()
171 NULL) == HASH_KEY_IS_STRING; in apply_config()
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c158 &num_index, 0, NULL) == HASH_KEY_IS_STRING; in merge_php_config()
193 NULL) == HASH_KEY_IS_STRING; in apply_config()
H A Dsapi_apache2.c523 zend_hash_get_current_key_ex(&c->config, &str, &str_len, NULL, 0, NULL) == HASH_KEY_IS_STRING; in php_apache_ini_dtor()
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c73 if( hashKeyType == HASH_KEY_IS_STRING ) in collator_convert_hash_item_from_utf8_to_utf16()
118 if( hashKeyType == HASH_KEY_IS_STRING ) in collator_convert_hash_item_from_utf16_to_utf8()
/PHP-5.5/win32/
H A Dregistry.c109 … zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in LoadDirectory()
262 zend_hash_get_current_key_ex(ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in UpdateIniFromRegistry()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c284 …ent_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL) == HASH_KEY_IS_STRING) { in fpm_php_get_string_from_table()
/PHP-5.5/Zend/
H A Dzend_hash.h28 #define HASH_KEY_IS_STRING 1 macro
381 return zend_hash_update_current_key_ex(ht, HASH_KEY_IS_STRING, arKey, nKeyLength, 0, mode, pos); in zend_symtable_update_current_key_ex()
H A Dzend_builtin_functions.c610 case HASH_KEY_IS_STRING: in ZEND_FUNCTION()
1015 …d_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
1082 …t_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
1484 while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
H A Dzend_hash.c1165 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_ex()
1203 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_type_ex()
1257 } else if (key_type == HASH_KEY_IS_STRING) { in zend_hash_update_current_key_ex()
H A Dzend.c154 case HASH_KEY_IS_STRING: in print_hash()
211 case HASH_KEY_IS_STRING: in print_flat_hash()
/PHP-5.5/ext/wddx/
H A Dwddx.c325 case HASH_KEY_IS_STRING: in PS_SERIALIZER_DECODE_FUNC()
534 if (zend_hash_get_current_key_ex(objhash, &key, &key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) { in php_wddx_serialize_object()
579 if (type == HASH_KEY_IS_STRING) { in php_wddx_serialize_array()
609 if (ent_type == HASH_KEY_IS_STRING) { in php_wddx_serialize_array()
/PHP-5.5/ext/json/
H A Djson.c192 if (i == HASH_KEY_IS_STRING) { in json_determine_array_type()
292 if (i == HASH_KEY_IS_STRING) { in json_encode_array()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1806 if (zend_hash_get_current_key_ex(ht, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in sdl_serialize_key()
2482 …if (zend_hash_get_current_key_ex(headers, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl_function_headers()
2543 if (zend_hash_get_current_key_ex(params, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl_parameters()
2592 if (zend_hash_get_current_key_ex(faults, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl_function_faults()
2809 …d_hash_get_current_key_ex(type->elements, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl_type()
2983 …zend_hash_get_current_key_ex(sdl->groups, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl()
3003 …(zend_hash_get_current_key_ex(sdl->types, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl()
3023 …nd_hash_get_current_key_ex(sdl->elements, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl()
3043 …nd_hash_get_current_key_ex(sdl->encoders, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl()
3090 …nd_hash_get_current_key_ex(sdl->bindings, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { in make_persistent_sdl()
[all …]
/PHP-5.5/main/
H A Dphp_variables.c593 …|| (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &… in php_autoglobal_merge()
598 if (key_type == HASH_KEY_IS_STRING) { in php_autoglobal_merge()
H A Dphp_ini.c795 …nd_hash_get_current_key_ex(source_hash, &str, &str_len, &num_index, 0, NULL) == HASH_KEY_IS_STRING; in php_ini_activate_config()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c152 if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) { in php_xsl_xslt_make_params()
794 …y_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, NULL) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c507 } else if (res == HASH_KEY_IS_STRING) { in determine_vector_type()
596 case HASH_KEY_IS_STRING: in PHP_to_XMLRPC_worker()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1430 case HASH_KEY_IS_STRING: in preg_replace_impl()
1868 case HASH_KEY_IS_STRING: in php_pcre_grep_impl()
/PHP-5.5/ext/filter/
H A Dfilter.c705 …t_current_key_ex(Z_ARRVAL_PP(op), &arg_key, &arg_key_len, &index, 0, &pos) != HASH_KEY_IS_STRING) { in php_filter_array_handler()

Completed in 119 milliseconds

12