Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dincomplete_class.c61 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/PHP-5.4/Zend/
H A Dzend_vm_def.h1073 case BP_VAR_W:
1191 container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1395 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1511 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1611 object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1640 object_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1723 variable_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1778 value_ptr_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
1801 variable_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
2903 retval_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_execute.c205 case BP_VAR_W: in _get_zval_cv_lookup()
1036 case BP_VAR_W: { in zend_fetch_dimension_address_inner()
1068 case BP_VAR_W: { in zend_fetch_dimension_address_inner()
1081 return (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
H A Dzend_language_parser.y728 …iable(&$1); zend_do_end_variable_parse(&$4, BP_VAR_W, 1 TSRMLS_CC); zend_do_end_variable_parse(&$1…
729 …; zend_do_extended_fcall_end(TSRMLS_C); zend_do_end_variable_parse(&$1, BP_VAR_W, 0 TSRMLS_CC); $3…
980 variable { zend_do_end_variable_parse(&$1, BP_VAR_W, 0 TSRMLS_CC); $$ = $1;
H A Dzend_vm_execute.h3303 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
4811 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
5374 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
7785 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
9155 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
9716 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
12789 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
17051 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
18872 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
28619 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CV_CONST()
[all …]
H A Dzend_compile.h727 #define BP_VAR_W 1 macro
H A Dzend_compile.c951 zend_do_end_variable_parse(variable, BP_VAR_W, 0 TSRMLS_CC); in zend_do_assign()
1358 case BP_VAR_W: in zend_do_end_variable_parse()
1382 if (opline && type == BP_VAR_W && arg_offset) { in zend_do_end_variable_parse()
2539 zend_do_end_variable_parse(param, BP_VAR_W, 0 TSRMLS_CC); in zend_do_pass_param()
2620 zend_do_end_variable_parse(expr, BP_VAR_W, 0 TSRMLS_CC); in zend_do_return()
6020 zend_do_end_variable_parse(array, BP_VAR_W, 0 TSRMLS_CC); in zend_do_foreach_begin()
6131 zend_do_end_variable_parse(value, BP_VAR_W, 0 TSRMLS_CC); in zend_do_foreach_cont()
H A Dzend_object_handlers.c475 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
/PHP-5.4/ext/spl/
H A Dspl_array.c313 if ((type == BP_VAR_W || type == BP_VAR_RW) && (ht->nApplyCount > 0)) { in spl_array_get_dimension_ptr_ptr()
333 case BP_VAR_W: { in spl_array_get_dimension_ptr_ptr()
361 case BP_VAR_W: { in spl_array_get_dimension_ptr_ptr()
371 return (type == BP_VAR_W || type == BP_VAR_RW) ? in spl_array_get_dimension_ptr_ptr()
405 …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.4/ext/simplexml/
H A Dsimplexml.c352 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()

Completed in 154 milliseconds