Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dincomplete_class.c61 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/PHP-5.6/Zend/
H A Dzend_vm_def.h1092 case BP_VAR_W:
1208 container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1407 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1523 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1623 object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1652 object_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1735 variable_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1792 value_ptr_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
1816 variable_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
2953 retval_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_execute.c204 case BP_VAR_W: in _get_zval_cv_lookup()
1067 case BP_VAR_W: { in zend_fetch_dimension_address_inner()
1099 case BP_VAR_W: { in zend_fetch_dimension_address_inner()
1112 return (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
H A Dzend_language_parser.y779 …iable(&$1); zend_do_end_variable_parse(&$4, BP_VAR_W, 1 TSRMLS_CC); zend_do_end_variable_parse(&$1…
780 …; zend_do_extended_fcall_end(TSRMLS_C); zend_do_end_variable_parse(&$1, BP_VAR_W, 0 TSRMLS_CC); $3…
1095 variable { zend_do_end_variable_parse(&$1, BP_VAR_W, 0 TSRMLS_CC); $$ = $1;
H A Dzend_vm_execute.h3687 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5583 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
6338 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9120 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10882 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11639 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
15090 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
19744 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
21750 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
32795 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CV_CONST()
[all …]
H A Dzend_compile.h777 #define BP_VAR_W 1 macro
H A Dzend_compile.c962 zend_do_end_variable_parse(variable, BP_VAR_W, 0 TSRMLS_CC); in zend_do_assign()
1369 case BP_VAR_W: in zend_do_end_variable_parse()
1393 if (opline && type == BP_VAR_W && arg_offset) { in zend_do_end_variable_parse()
2709 zend_do_end_variable_parse(param, BP_VAR_W, 0 TSRMLS_CC); in zend_do_pass_param()
2822 zend_do_end_variable_parse(expr, BP_VAR_W, 0 TSRMLS_CC); in zend_do_return()
2884 zend_do_end_variable_parse(value, BP_VAR_W, 0 TSRMLS_CC); in zend_do_yield()
6385 zend_do_end_variable_parse(array, BP_VAR_W, 0 TSRMLS_CC); in zend_do_foreach_begin()
6498 zend_do_end_variable_parse(value, BP_VAR_W, 0 TSRMLS_CC); in zend_do_foreach_cont()
H A Dzend_object_handlers.c508 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
/PHP-5.6/ext/spl/
H A Dspl_array.c315 if ((type == BP_VAR_W || type == BP_VAR_RW) && (ht->nApplyCount > 0)) { in spl_array_get_dimension_ptr_ptr()
335 case BP_VAR_W: { in spl_array_get_dimension_ptr_ptr()
367 case BP_VAR_W: { in spl_array_get_dimension_ptr_ptr()
377 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr_ptr()
411 …if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && !Z_ISREF_PP(ret) && ret != … in spl_array_read_dimension_ex()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c352 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()

Completed in 177 milliseconds