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

/PHP_5_4/Zend/
H A Dzend_compile.c956 if (variable->u.op.var == CG(active_op_array)->this_var) {
1026 if (lvar->u.op.var == CG(active_op_array)->this_var) {
1300 zend_uint this_var = -1; local
1315 this_var = opline_ptr->result.var;
1316 if (CG(active_op_array)->this_var == -1) {
1317 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);
1324 variable->u.op.var == this_var) {
1326 variable->u.op.var = CG(active_op_array)->this_var;
1328 } else if (CG(active_op_array)->this_var == -1) {
1329 CG(active_op_array)->this_var
[all...]
H A Dzend_compile.h286 zend_uint this_var; member in struct:_zend_op_array

Completed in 10 milliseconds