Home
last modified time | relevance | path

Searched refs:str_index (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp391 zend_string *str_index; in umsg_format_helper() local
394 ZEND_HASH_FOREACH_KEY_VAL(args, num_index, str_index, elem) { in umsg_format_helper()
404 if (str_index == NULL) { in umsg_format_helper()
418 intl_stringFromChar(key, ZSTR_VAL(str_index), ZSTR_LEN(str_index), &err.code); in umsg_format_helper()
423 "Invalid UTF-8 data in argument key: '%s'", ZSTR_VAL(str_index)); in umsg_format_helper()
/php-src/ext/dom/
H A Dtoken_list.c255 zend_string *str_index; in dom_token_list_item_read() local
256 zend_hash_get_current_key_ex(token_set, &str_index, NULL, &position); in dom_token_list_item_read()
257 ZVAL_STR_COPY(retval, str_index); in dom_token_list_item_read()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c393 goto str_index; in zend_jit_fetch_dim_r_helper()
423 goto str_index; in zend_jit_fetch_dim_r_helper()
494 str_index: in zend_jit_fetch_dim_r_helper()
535 goto str_index; in zend_jit_fetch_dim_is_helper()
565 goto str_index; in zend_jit_fetch_dim_is_helper()
638 str_index: in zend_jit_fetch_dim_is_helper()
675 goto str_index; in zend_jit_fetch_dim_isset_helper()
693 goto str_index; in zend_jit_fetch_dim_isset_helper()
739 str_index: in zend_jit_fetch_dim_isset_helper()
876 str_index: in zend_jit_fetch_dim_rw_helper()
[all …]
/php-src/ext/spl/
H A Dspl_fixedarray.c714 zend_string *str_index; in PHP_METHOD() local
718 ZEND_HASH_FOREACH_KEY(Z_ARRVAL_P(data), num_index, str_index) { in PHP_METHOD()
719 if (str_index != NULL || (zend_long)num_index < 0) { in PHP_METHOD()
/php-src/ext/standard/
H A Dproc_open.c1152 zend_string *str_index; in PHP_FUNCTION() local
1232 ZEND_HASH_FOREACH_KEY_VAL(descriptorspec, nindex, str_index, descitem) { in PHP_FUNCTION()
1233 if (str_index) { in PHP_FUNCTION()
H A Dstring.c2434 zend_string *str_index = NULL; local
2451 ZEND_HASH_FOREACH_KEY_VAL(str_ht, num_index, str_index, tmp_str) {
2593 if (str_index) {
2597 zend_symtable_update(Z_ARRVAL_P(return_value), str_index, &tmp);
/php-src/Zend/
H A Dzend_hash.h253 …ASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num…
272 …inline int zend_hash_get_current_key(const HashTable *ht, zend_string **str_index, zend_ulong *num… in zend_hash_get_current_key() argument
273 return zend_hash_get_current_key_ex(ht, str_index, num_index, &ht->nInternalPointer); in zend_hash_get_current_key()
H A Dzend_vm_execute.h7687 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
10062 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_HANDLER()
10987 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
12543 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
20703 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
21143 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMPVAR_HANDLER()
21600 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER()
22000 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_HANDLER()
25892 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CONST_HANDLER()
28407 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_TMPVAR_HANDLER()
[all …]
H A Dzend_hash.c2846 …ASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num… in zend_hash_get_current_key_ex() argument
2860 *str_index = p->key; in zend_hash_get_current_key_ex()
H A Dzend_execute.c2707 str_index: in zend_fetch_dimension_address_inner()
2741 goto str_index; in zend_fetch_dimension_address_inner()
H A Dzend_vm_def.h6184 ZEND_VM_C_LABEL(str_index):
6195 ZEND_VM_C_GOTO(str_index);
6212 ZEND_VM_C_GOTO(str_index);

Completed in 240 milliseconds