Searched defs:this_var (Results 1 - 2 of 2) sorted by relevance

/PHP_5_5/Zend/
H A Dzend_compile.h296 zend_uint this_var; member in struct:_zend_op_array
H A Dzend_compile.c959 if (variable->u.op.var == CG(active_op_array)->this_var) {
1029 if (lvar->u.op.var == CG(active_op_array)->this_var) {
1303 zend_uint this_var = -1; local
1318 this_var = opline_ptr->result.var;
1319 if (CG(active_op_array)->this_var == -1) {
1320 CG(active_op_array)->this_var = lookup_cv(CG(active_op_array), Z_STRVAL(CONSTANT(opline_ptr->op1.constant)), Z_STRLEN(CONSTANT(opline_ptr->op1.constant)), Z_HASH_P(&CONSTANT(opline_ptr->op1.constant)) TSRMLS_CC);
1327 variable->u.op.var == this_var) {
1329 variable->u.op.var = CG(active_op_array)->this_var;
1331 } else if (CG(active_op_array)->this_var == -1) {
1332 CG(active_op_array)->this_var
[all...]

Completed in 11 milliseconds