Searched refs:str_index (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 391 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 D | token_list.c | 255 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 D | zend_jit_helpers.c | 479 goto str_index; in zend_jit_fetch_dim_r_helper() 509 goto str_index; in zend_jit_fetch_dim_r_helper() 580 str_index: in zend_jit_fetch_dim_r_helper() 621 goto str_index; in zend_jit_fetch_dim_is_helper() 651 goto str_index; in zend_jit_fetch_dim_is_helper() 724 str_index: in zend_jit_fetch_dim_is_helper() 761 goto str_index; in zend_jit_fetch_dim_isset_helper() 779 goto str_index; in zend_jit_fetch_dim_isset_helper() 825 str_index: in zend_jit_fetch_dim_isset_helper() 962 str_index: in zend_jit_fetch_dim_rw_helper() [all …]
|
/php-src/ext/spl/ |
H A D | spl_fixedarray.c | 716 zend_string *str_index; in PHP_METHOD() local 720 ZEND_HASH_FOREACH_KEY(Z_ARRVAL_P(data), num_index, str_index) { in PHP_METHOD() 721 if (str_index != NULL || (zend_long)num_index < 0) { in PHP_METHOD()
|
/php-src/ext/standard/ |
H A D | proc_open.c | 1152 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 D | string.c | 2434 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 D | zend_hash.h | 254 …ASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num… 273 …inline int zend_hash_get_current_key(const HashTable *ht, zend_string **str_index, zend_ulong *num… in zend_hash_get_current_key() argument 274 return zend_hash_get_current_key_ex(ht, str_index, num_index, &ht->nInternalPointer); in zend_hash_get_current_key()
|
H A D | zend_vm_execute.h | 7725 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER() 10110 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_HANDLER() 11035 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER() 12601 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER() 20778 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER() 21218 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMPVAR_HANDLER() 21675 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER() 22075 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_HANDLER() 25984 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CONST_HANDLER() 28499 str_index: in ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_TMPVAR_HANDLER() [all …]
|
H A D | zend_hash.c | 2846 …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 D | zend_execute.c | 2707 str_index: in zend_fetch_dimension_address_inner() 2741 goto str_index; in zend_fetch_dimension_address_inner()
|
H A D | zend_vm_def.h | 6203 ZEND_VM_C_LABEL(str_index): 6214 ZEND_VM_C_GOTO(str_index); 6231 ZEND_VM_C_GOTO(str_index);
|
Completed in 372 milliseconds