Searched refs:zend_illegal_container_offset (Results 1 – 12 of 12) sorted by relevance
/PHP-8.4/ext/dom/ |
H A D | html_collection.c | 110 zend_illegal_container_offset(object->ce->name, offset, type); in dom_html_collection_read_dimension() 131 zend_illegal_container_offset(object->ce->name, member, BP_VAR_IS); in dom_html_collection_has_dimension()
|
H A D | nodelist.c | 290 zend_illegal_container_offset(object->ce->name, offset, type); in dom_modern_nodelist_read_dimension() 305 zend_illegal_container_offset(object->ce->name, member, BP_VAR_IS); in dom_modern_nodelist_has_dimension()
|
H A D | token_list.c | 323 zend_illegal_container_offset(object->ce->name, offset, type); in dom_token_list_read_dimension() 336 zend_illegal_container_offset(object->ce->name, offset, BP_VAR_IS); in dom_token_list_has_dimension()
|
H A D | php_dom.c | 2462 zend_illegal_container_offset(object->ce->name, offset, type); in dom_modern_nodemap_read_dimension() 2492 zend_illegal_container_offset(object->ce->name, member, BP_VAR_IS); in dom_modern_nodemap_has_dimension()
|
/PHP-8.4/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 256 zend_illegal_container_offset(object->ce->name, offset, type); in resourcebundle_array_get()
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 489 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), dim, BP_VAR_R); in zend_jit_fetch_dim_r_helper() 631 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), dim, in zend_jit_fetch_dim_is_helper() 735 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), dim, BP_VAR_IS); in zend_jit_fetch_dim_isset_helper() 871 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), dim, BP_VAR_RW); in zend_jit_fetch_dim_rw_helper() 1004 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), dim, BP_VAR_R); in zend_jit_fetch_dim_w_helper() 1048 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_STRING), dim, BP_VAR_R); in zend_check_string_offset() 1064 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_STRING), dim, type); in zend_check_string_offset() 1142 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_STRING), dim, in zend_jit_fetch_dim_str_is_helper()
|
/PHP-8.4/ext/spl/ |
H A D | spl_array.c | 326 zend_illegal_container_offset(ce_name, offset, type); in spl_array_get_dimension_ptr() 502 zend_illegal_container_offset(object->ce->name, offset, BP_VAR_W); in spl_array_write_dimension_ex() 543 zend_illegal_container_offset(object->ce->name, offset, BP_VAR_UNSET); in spl_array_unset_dimension_ex() 615 zend_illegal_container_offset(object->ce->name, offset, BP_VAR_IS); in spl_array_has_dimension_ex()
|
H A D | spl_fixedarray.c | 351 zend_illegal_container_offset(spl_ce_SplFixedArray->name, offset, BP_VAR_R); in spl_offset_convert_to_long()
|
/PHP-8.4/Zend/ |
H A D | zend.h | 398 ZEND_API ZEND_COLD void zend_illegal_container_offset(const zend_string *container, const zval *off…
|
H A D | zend_execute.c | 1555 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_RW); in zend_illegal_array_offset_access() 1560 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_IS); in zend_illegal_array_offset_isset() 1565 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_UNSET); in zend_illegal_array_offset_unset() 1570 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_STRING), offset, type); in zend_illegal_string_offset()
|
H A D | zend.c | 1802 ZEND_API ZEND_COLD void zend_illegal_container_offset(const zend_string *container, const zval *off… in zend_illegal_container_offset() function
|
H A D | zend_API.c | 2254 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), key, BP_VAR_W); in array_set_zval_key()
|
Completed in 172 milliseconds