Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dincomplete_class.c61 if (type == BP_VAR_W || type == BP_VAR_RW) { in incomplete_class_get_property()
/PHP-5.5/Zend/
H A Dzend_vm_def.h1081 case BP_VAR_W:
1199 container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1399 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1515 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1615 object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W);
1644 object_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1727 variable_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
1784 value_ptr_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
1807 variable_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
2909 retval_ptr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
[all …]
H A Dzend_language_parser.y741 …iable(&$1); zend_do_end_variable_parse(&$4, BP_VAR_W, 1 TSRMLS_CC); zend_do_end_variable_parse(&$1…
742 …; zend_do_extended_fcall_end(TSRMLS_C); zend_do_end_variable_parse(&$1, BP_VAR_W, 0 TSRMLS_CC); $3…
1011 variable { zend_do_end_variable_parse(&$1, BP_VAR_W, 0 TSRMLS_CC); $$ = $1;
H A Dzend_execute.c207 case BP_VAR_W: in _get_zval_cv_lookup()
1035 case BP_VAR_W: { in zend_fetch_dimension_address_inner()
1067 case BP_VAR_W: { in zend_fetch_dimension_address_inner()
1080 return (type == BP_VAR_W || type == BP_VAR_RW) ? in zend_fetch_dimension_address_inner()
H A Dzend_vm_execute.h3398 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5271 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
6016 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
8761 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10501 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11248 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
14652 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
19271 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
21264 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
32186 case BP_VAR_W: in zend_fetch_var_address_helper_SPEC_CV_CONST()
[all …]
H A Dzend_compile.h757 #define BP_VAR_W 1 macro
H A Dzend_compile.c954 zend_do_end_variable_parse(variable, BP_VAR_W, 0 TSRMLS_CC); in zend_do_assign()
1361 case BP_VAR_W: in zend_do_end_variable_parse()
1385 if (opline && type == BP_VAR_W && arg_offset) { in zend_do_end_variable_parse()
2627 zend_do_end_variable_parse(param, BP_VAR_W, 0 TSRMLS_CC); in zend_do_pass_param()
2705 zend_do_end_variable_parse(expr, BP_VAR_W, 0 TSRMLS_CC); in zend_do_return()
2765 zend_do_end_variable_parse(value, BP_VAR_W, 0 TSRMLS_CC); in zend_do_yield()
6260 zend_do_end_variable_parse(array, BP_VAR_W, 0 TSRMLS_CC); in zend_do_foreach_begin()
6373 zend_do_end_variable_parse(value, BP_VAR_W, 0 TSRMLS_CC); in zend_do_foreach_cont()
H A Dzend_object_handlers.c476 (type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET)) { in zend_std_read_property()
/PHP-5.5/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.5/ext/simplexml/
H A Dsimplexml.c352 } else if (type == BP_VAR_W || type == BP_VAR_RW) { in sxe_prop_dim_read()

Completed in 216 milliseconds