Home
last modified time | relevance | path

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

/php-src/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 Dphp_dom.c2321 zend_illegal_container_offset(object->ce->name, offset, type); in dom_modern_nodemap_read_dimension()
2351 zend_illegal_container_offset(object->ce->name, member, BP_VAR_IS); in dom_modern_nodemap_has_dimension()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c255 zend_illegal_container_offset(object->ce->name, offset, type); in resourcebundle_array_get()
/php-src/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-src/ext/spl/
H A Dspl_array.c324 zend_illegal_container_offset(ce_name, offset, type); in spl_array_get_dimension_ptr()
500 zend_illegal_container_offset(object->ce->name, offset, BP_VAR_W); in spl_array_write_dimension_ex()
541 zend_illegal_container_offset(object->ce->name, offset, BP_VAR_UNSET); in spl_array_unset_dimension_ex()
611 zend_illegal_container_offset(object->ce->name, offset, BP_VAR_IS); in spl_array_has_dimension_ex()
H A Dspl_fixedarray.c355 zend_illegal_container_offset(spl_ce_SplFixedArray->name, offset, BP_VAR_R); in spl_offset_convert_to_long()
/php-src/Zend/
H A Dzend.h364 ZEND_API ZEND_COLD void zend_illegal_container_offset(const zend_string *container, const zval *off…
H A Dzend_execute.c1516 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_RW); in zend_illegal_array_offset_access()
1521 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_IS); in zend_illegal_array_offset_isset()
1526 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_UNSET); in zend_illegal_array_offset_unset()
1531 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_STRING), offset, type); in zend_illegal_string_offset()
H A Dzend.c1767 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.c2166 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), key, BP_VAR_W); in array_set_zval_key()

Completed in 78 milliseconds