Home
last modified time | relevance | path

Searched refs:zend_illegal_container_offset (Results 1 – 12 of 12) sorted by relevance

/PHP-8.4/ext/dom/
H A Dhtml_collection.c110 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 Dnodelist.c290 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 Dtoken_list.c323 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 Dphp_dom.c2462 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 Dresourcebundle_class.c256 zend_illegal_container_offset(object->ce->name, offset, type); in resourcebundle_array_get()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_helpers.c489 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 Dspl_array.c326 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 Dspl_fixedarray.c351 zend_illegal_container_offset(spl_ce_SplFixedArray->name, offset, BP_VAR_R); in spl_offset_convert_to_long()
/PHP-8.4/Zend/
H A Dzend.h398 ZEND_API ZEND_COLD void zend_illegal_container_offset(const zend_string *container, const zval *off…
H A Dzend_execute.c1555 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 Dzend.c1802 ZEND_API ZEND_COLD void zend_illegal_container_offset(const zend_string *container, const zval *off… in zend_illegal_container_offset() function
H A Dzend_API.c2254 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), key, BP_VAR_W); in array_set_zval_key()

Completed in 172 milliseconds