Lines Matching defs:_zend_executor_globals

164 struct _zend_executor_globals {  struct
165 zval **return_value_ptr_ptr;
167 zval uninitialized_zval;
168 zval *uninitialized_zval_ptr;
170 zval error_zval;
171 zval *error_zval_ptr;
173 zend_ptr_stack arg_types_stack;
176 HashTable *symtable_cache[SYMTABLE_CACHE_SIZE];
177 HashTable **symtable_cache_limit;
178 HashTable **symtable_cache_ptr;
180 zend_op **opline_ptr;
182 HashTable *active_symbol_table;
183 HashTable symbol_table; /* main symbol table */
185 HashTable included_files; /* files already included */
187 JMP_BUF *bailout;
189 int error_reporting;
190 int orig_error_reporting;
191 int exit_status;
193 zend_op_array *active_op_array;
195 HashTable *function_table; /* function symbol table */
196 HashTable *class_table; /* class table */
197 HashTable *zend_constants; /* constants table */
199 zend_class_entry *scope;
200 zend_class_entry *called_scope; /* Scope of the calling class */
202 zval *This;
204 long precision;
206 int ticks_count;
208 zend_bool in_execution;
209 HashTable *in_autoload;
210 zend_function *autoload_func;
211 zend_bool full_tables_cleanup;
214 zend_bool no_extensions;
217 zend_bool timed_out;
218 OSVERSIONINFOEX windows_version_info;
221 HashTable regular_list;
222 HashTable persistent_list;
224 zend_vm_stack argument_stack;
226 int user_error_handler_error_reporting;
227 zval *user_error_handler;
228 zval *user_exception_handler;
229 zend_stack user_error_handlers_error_reporting;
230 zend_ptr_stack user_error_handlers;
231 zend_ptr_stack user_exception_handlers;
233 zend_error_handling_t error_handling;
234 zend_class_entry *exception_class;
237 int timeout_seconds;
239 int lambda_count;
241 HashTable *ini_directives;
242 HashTable *modified_ini_directives;
243 zend_ini_entry *error_reporting_ini_entry;
245 zend_objects_store objects_store;
246 zval *exception, *prev_exception;
247 zend_op *opline_before_exception;
248 zend_op exception_op[3];
250 struct _zend_execute_data *current_execute_data;
252 struct _zend_module_entry *current_module;
254 zend_property_info std_property_info;
256 zend_bool active;
258 zend_op *start_op;
260 void *saved_fpu_cw_ptr;
262 XPFPA_CW_DATATYPE saved_fpu_cw;
265 void *reserved[ZEND_MAX_RESERVED_RESOURCES];