this_var          968 Zend/zend_compile.c 		if (variable->u.op.var == CG(active_op_array)->this_var) {
this_var         1038 Zend/zend_compile.c 		if (lvar->u.op.var == CG(active_op_array)->this_var) {
this_var         1312 Zend/zend_compile.c 	zend_uint this_var = -1;
this_var         1327 Zend/zend_compile.c 				this_var = opline_ptr->result.var;
this_var         1328 Zend/zend_compile.c 				if (CG(active_op_array)->this_var == -1) {
this_var         1329 Zend/zend_compile.c 					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);
this_var         1336 Zend/zend_compile.c 				    variable->u.op.var == this_var) {
this_var         1338 Zend/zend_compile.c 					variable->u.op.var = CG(active_op_array)->this_var;
this_var         1340 Zend/zend_compile.c 			} else if (CG(active_op_array)->this_var == -1) {
this_var         1341 Zend/zend_compile.c 				CG(active_op_array)->this_var = lookup_cv(CG(active_op_array), estrndup("this", sizeof("this")-1), sizeof("this")-1, THIS_HASHVAL TSRMLS_CC);
this_var         1358 Zend/zend_compile.c 			    opline->op1.var == this_var) {
this_var         1360 Zend/zend_compile.c 				opline->op1.var = CG(active_op_array)->this_var;
this_var         1885 Zend/zend_compile.c 			CG(active_op_array)->this_var = var.u.op.var;
this_var         5521 Zend/zend_compile.c 		if (object->u.op.var == CG(active_op_array)->this_var) {
this_var         6248 Zend/zend_compile.c 	if (CG(active_op_array)->scope && CG(active_op_array)->this_var == -1) {
this_var         6249 Zend/zend_compile.c 		CG(active_op_array)->this_var = lookup_cv(CG(active_op_array), estrndup("this", sizeof("this")-1), sizeof("this")-1, THIS_HASHVAL TSRMLS_CC);
this_var          302 Zend/zend_compile.h 	zend_uint this_var;
this_var         1701 Zend/zend_execute.c 	if (op_array->this_var != -1 && EG(This)) {
this_var         1704 Zend/zend_execute.c 			EX_CV(op_array->this_var) = (zval **) EX_CV_NUM(execute_data, op_array->last_var + op_array->this_var);
this_var         1705 Zend/zend_execute.c 			*EX_CV(op_array->this_var) = EG(This);
this_var         1707 Zend/zend_execute.c 			if (zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), (void **) EX_CV_NUM(execute_data, op_array->this_var))==FAILURE) {
this_var           95 Zend/zend_opcode.c 	op_array->this_var = -1;
this_var           68 ext/opcache/Optimizer/compact_literals.c 		LITERAL_INFO_OBJ(constant, kind, 1, slots, related, op_array->this_var);
this_var         1125 sapi/phpdbg/phpdbg_prompt.c 	if (op_array->this_var != -1 && EG(This)) {
this_var         1128 sapi/phpdbg/phpdbg_prompt.c 			EX_CV(op_array->this_var) = (zval**)EX_CVs() + (op_array->last_var + op_array->this_var);
this_var         1129 sapi/phpdbg/phpdbg_prompt.c 			*EX_CV(op_array->this_var) = EG(This);
this_var         1131 sapi/phpdbg/phpdbg_prompt.c 			if (zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), (void**)&EX_CV(op_array->this_var))==FAILURE) {