Lines Matching defs:_zend_executor_globals

161 struct _zend_executor_globals {  struct
162 zval **return_value_ptr_ptr;
164 zval uninitialized_zval;
165 zval *uninitialized_zval_ptr;
167 zval error_zval;
168 zval *error_zval_ptr;
171 HashTable *symtable_cache[SYMTABLE_CACHE_SIZE];
172 HashTable **symtable_cache_limit;
173 HashTable **symtable_cache_ptr;
175 zend_op **opline_ptr;
177 HashTable *active_symbol_table;
178 HashTable symbol_table; /* main symbol table */
180 HashTable included_files; /* files already included */
182 JMP_BUF *bailout;
184 int error_reporting;
185 int orig_error_reporting;
186 int exit_status;
188 zend_op_array *active_op_array;
190 HashTable *function_table; /* function symbol table */
191 HashTable *class_table; /* class table */
192 HashTable *zend_constants; /* constants table */
194 zend_class_entry *scope;
195 zend_class_entry *called_scope; /* Scope of the calling class */
197 zval *This;
199 long precision;
201 int ticks_count;
203 zend_bool in_execution;
204 HashTable *in_autoload;
205 zend_function *autoload_func;
206 zend_bool full_tables_cleanup;
209 zend_bool no_extensions;
212 zend_bool timed_out;
213 OSVERSIONINFOEX windows_version_info;
216 HashTable regular_list;
217 HashTable persistent_list;
219 zend_vm_stack argument_stack;
221 int user_error_handler_error_reporting;
222 zval *user_error_handler;
223 zval *user_exception_handler;
224 zend_stack user_error_handlers_error_reporting;
225 zend_ptr_stack user_error_handlers;
226 zend_ptr_stack user_exception_handlers;
228 zend_error_handling_t error_handling;
229 zend_class_entry *exception_class;
232 int timeout_seconds;
234 int lambda_count;
236 HashTable *ini_directives;
237 HashTable *modified_ini_directives;
238 zend_ini_entry *error_reporting_ini_entry;
240 zend_objects_store objects_store;
241 zval *exception, *prev_exception;
242 zend_op *opline_before_exception;
243 zend_op exception_op[3];
245 struct _zend_execute_data *current_execute_data;
247 struct _zend_module_entry *current_module;
249 zend_property_info std_property_info;
251 zend_bool active;
253 zend_op *start_op;
255 void *saved_fpu_cw_ptr;
257 XPFPA_CW_DATATYPE saved_fpu_cw;
260 void *reserved[ZEND_MAX_RESERVED_RESOURCES];