Home
last modified time | relevance | path

Searched refs:BP_VAR_W (Results 1 – 16 of 16) sorted by relevance

/php-src/Zend/tests/offsets/
H A Dinternal_handlers.phpt247 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_W, hasOffset: true,…
252 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_W, hasOffset: false…
273 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_W, hasOffset: true,…
278 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_W, hasOffset: false…
287 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_W, hasOffset: true,…
292 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_W, hasOffset: true,…
296 …ayAccess, read: true, write: false, has: false, unset: false, readType: BP_VAR_W, hasOffset: false…
H A Dtest_offset_helpers.inc51 1 => 'BP_VAR_W',
/php-src/ext/standard/
H A Dincomplete_class.c55 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/php-src/ext/spl/
H A Dspl_array.c318 if ((type == BP_VAR_W || type == BP_VAR_RW) && intern->nApplyCount > 0) { in spl_array_get_dimension_ptr()
325 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr()
346 case BP_VAR_W: { in spl_array_get_dimension_ptr()
364 case BP_VAR_W: { in spl_array_get_dimension_ptr()
385 case BP_VAR_W: { in spl_array_get_dimension_ptr()
433 if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && in spl_array_read_dimension_ex()
500 zend_illegal_container_offset(object->ce->name, offset, BP_VAR_W); in spl_array_write_dimension_ex()
/php-src/Zend/
H A Dzend_execute.c308 case BP_VAR_W: in _get_zval_cv_lookup()
320 if (type == BP_VAR_W) { in _get_zval_ptr_cv()
334 if (type == BP_VAR_W) { in _get_zval_ptr_cv_deref()
1767 offset = zend_check_string_offset(dim, BP_VAR_W EXECUTE_DATA_CC); in zend_assign_to_string_offset()
2487 if (type != BP_VAR_W) { in zend_fetch_dimension_address_inner()
2514 if (type != BP_VAR_W) { in zend_fetch_dimension_address_inner()
2540 if (type != BP_VAR_W && type != BP_VAR_RW) { in zend_fetch_dimension_address_inner()
2552 retval = (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
3174 && type != BP_VAR_W in zend_fetch_property_address()
3294 cache_addr, BP_VAR_W, 0 OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference()
[all …]
H A Dzend_vm_def.h1749 if (type == BP_VAR_W) {
1776 if (type == BP_VAR_W) {
1828 BP_VAR_W : BP_VAR_R;
1886 BP_VAR_W : BP_VAR_R;
2745 value_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
4465 retval_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4949 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4986 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
5079 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
6064 expr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_compile.c2189 case BP_VAR_W: in zend_adjust_for_fetch_type()
3414 zend_delayed_compile_var(result, var_ast, BP_VAR_W, 0); in zend_compile_assign()
3439 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
3459 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_assign()
3507 zend_compile_var(&source_node, source_ast, BP_VAR_W, 1); in zend_compile_assign_ref()
3768 zend_compile_var(&arg_node, arg, BP_VAR_W, 1); in zend_compile_args()
5360 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_return()
5734 zend_compile_var(&expr_node, expr_ast, BP_VAR_W, 1); in zend_compile_foreach()
9623 zend_compile_var(&var_node_w, var_ast, BP_VAR_W, 0); in zend_compile_assign_coalesce()
9745 zend_compile_var(&value_node, value_ast, BP_VAR_W, 1); in zend_compile_yield()
[all …]
H A Dzend_object_handlers.c625 && (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
642 if (type == BP_VAR_W || type == BP_VAR_RW) { in zend_std_read_property()
731 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
H A Dzend_weakrefs.c369 if (type == BP_VAR_W || type == BP_VAR_RW) { in zend_weakmap_read_dimension()
H A Dzend_compile.h996 #define BP_VAR_W 1 macro
H A Dzend_vm_execute.h897 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER()
10212 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
10239 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
10291 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER()
18057 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
18084 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
18136 BP_VAR_W : BP_VAR_R; in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER()
23409 BP_VAR_W, opline->extended_value OPLINE_CC EXECUTE_DATA_CC); in ZEND_FETCH_OBJ_W_SPEC_VAR_CONST_HANDLER()
48455 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
48482 if (type == BP_VAR_W) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
[all …]
H A Dzend_API.c2186 zend_illegal_container_offset(ZSTR_KNOWN(ZEND_STR_ARRAY), key, BP_VAR_W); in array_set_zval_key()
4965 property = zend_std_get_static_property_with_info(scope, name, BP_VAR_W, &prop_info); in zend_update_static_property_ex()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1247 offset = zend_check_string_offset(dim, BP_VAR_W); in zend_assign_to_string_offset()
1442 if (type == BP_VAR_W) { in zend_jit_fetch_dim_obj_helper()
1469 zend_jit_fetch_dim_obj_helper(object_ptr, dim, result, BP_VAR_W); in zend_jit_fetch_dim_obj_w_helper()
2060 retval = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_W, cache_slot); in zend_jit_fetch_obj_w_slow()
2062 retval = zobj->handlers->read_property(zobj, name, BP_VAR_W, cache_slot, result); in zend_jit_fetch_obj_w_slow()
H A Dzend_jit_ir.c11428 if (type == BP_VAR_W) {
11453 if (dim_type == IS_UNDEF && type == BP_VAR_W && packed_loaded) {
11697 case BP_VAR_W:
11848 case BP_VAR_W:
11912 case BP_VAR_W:
12476 type = BP_VAR_W;
12852 …if (!zend_jit_fetch_dimension_address_inner(jit, opline, BP_VAR_W, op1_info, op2_info, dim_type, N…
/php-src/ext/simplexml/
H A Dsimplexml.c300 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()
/php-src/ext/reflection/
H A Dphp_reflection.c4280 variable_ptr = zend_std_get_static_property_with_info(ce, name, BP_VAR_W, &prop_info); in ZEND_METHOD()

Completed in 351 milliseconds