Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dincomplete_class.c56 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/PHP-7.0/ext/spl/
H A Dspl_array.c302 if ((type == BP_VAR_W || type == BP_VAR_RW) && intern->nApplyCount > 0) { in spl_array_get_dimension_ptr()
329 case BP_VAR_W: { in spl_array_get_dimension_ptr()
345 case BP_VAR_W: { in spl_array_get_dimension_ptr()
379 case BP_VAR_W: { in spl_array_get_dimension_ptr()
392 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr()
437 if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && in spl_array_read_dimension_ex()
/PHP-7.0/Zend/
H A Dzend_vm_def.h1591 case BP_VAR_W:
1611 case BP_VAR_W:
1704 container = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
1770 container = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
2152 object = GET_OP1_OBJ_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
2187 object_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
2291 variable_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
2318 value_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
4076 retval_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
4377 varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_execute.c248 case BP_VAR_W: in _get_zval_cv_lookup()
1571 case BP_VAR_W: in zend_fetch_dimension_address_inner()
1601 case BP_VAR_W: in zend_fetch_dimension_address_inner()
1620 case BP_VAR_W: in zend_fetch_dimension_address_inner()
1648 retval = (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
1801 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_W); in zend_fetch_dimension_address_W()
H A Dzend_vm_execute.h5082 case BP_VAR_W:
5102 case BP_VAR_W:
7050 case BP_VAR_W:
7070 case BP_VAR_W:
7568 case BP_VAR_W:
7588 case BP_VAR_W:
31500 case BP_VAR_W:
33740 case BP_VAR_W:
34700 case BP_VAR_W:
41974 case BP_VAR_W:
[all …]
H A Dzend_compile.h828 #define BP_VAR_W 1 macro
H A Dzend_compile.c1827 case BP_VAR_W: in zend_adjust_for_fetch_type()
2585 zend_delayed_compile_var(&var_node, var_ast, BP_VAR_W); in zend_compile_assign()
2592 zend_delayed_compile_dim(result, var_ast, BP_VAR_W); in zend_compile_assign()
2608 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
2646 zend_delayed_compile_var(&target_node, target_ast, BP_VAR_W); in zend_compile_assign_ref()
2773 zend_compile_var(&arg_node, arg, BP_VAR_W); in zend_compile_args()
3964 zend_compile_var(&expr_node, expr_ast, BP_VAR_W); in zend_compile_foreach()
3970 zend_separate_if_call_and_write(&expr_node, expr_ast, BP_VAR_W); in zend_compile_foreach()
6566 zend_compile_var(&value_node, value_ast, BP_VAR_W); in zend_compile_array()
7348 if (type == BP_VAR_W || type == BP_VAR_REF in zend_compile_var()
H A Dzend_object_handlers.c593 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c342 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()

Completed in 157 milliseconds