Lines Matching refs:EG
13 if (EG(exception)) {
17 EG(in_execution) = 1;
23 ZEND_MM_ALIGNED_SIZE(sizeof(zval**) * op_array->last_var * (EG(active_symbol_table) ? 1 : 2)) +
28 …ar*)EX(CVs)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval**) * op_array->last_var * (EG(active_symbol_table)…
34 EX(symbol_table) = EG(active_symbol_table);
35 EX(prev_execute_data) = EG(current_execute_data);
36 EG(current_execute_data) = execute_data;
46 if (op_array->this_var != -1 && EG(This)) {
47 Z_ADDREF_P(EG(This)); /* For $this pointer */
48 if (!EG(active_symbol_table)) {
50 *EX_CV(op_array->this_var) = EG(This);
52 …if (zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), (voi…
53 Z_DELREF_P(EG(This));
58 …EX(opline) = UNEXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(sta…
59 EG(opline_ptr) = &EX(opline);
68 if (EG(timed_out)) {