Home
last modified time | relevance | path

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

/PHP-8.2/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.2/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.c358 zend_illegal_container_offset(spl_ce_SplFixedArray->name, offset, BP_VAR_R); in spl_offset_convert_to_long()
/PHP-8.2/Zend/
H A Dzend.h362 ZEND_API ZEND_COLD void zend_illegal_container_offset(const zend_string *container, const zval *off…
H A Dzend_execute.c1515 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_RW); in zend_illegal_array_offset_access()
1520 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_IS); in zend_illegal_array_offset_isset()
1525 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), offset, BP_VAR_UNSET); in zend_illegal_array_offset_unset()
1530 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_STRING), offset, type); in zend_illegal_string_offset()
H A Dzend.c1753 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.c2165 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), key, BP_VAR_W); in array_set_zval_key()

Completed in 64 milliseconds