设为首页 加入收藏

TOP

PHP内核中重要的两个全局变量(二)
2014-11-23 17:45:09 来源: 作者: 【 】 浏览:93
Tags:PHP 内核 重要 两个 全局 变量
class_table; /* class table */
HashTable *zend_constants; /* constants table */


zend_class_entry *scope;


zval *This;


long precision;


int ticks_count;


zend_bool in_execution;
HashTable *in_autoload;
zend_function *autoload_func;
zend_bool full_tables_cleanup;
zend_bool ze1_compatibility_mode;


/* for extended information support */
zend_bool no_extensions;


#ifdef ZEND_WIN32
zend_bool timed_out;
#endif


HashTable regular_list;
HashTable persistent_list;


zend_ptr_stack argument_stack;


int user_error_handler_error_reporting;
zval *user_error_handler;
zval *user_exception_handler;
zend_stack user_error_handlers_error_reporting;
zend_ptr_stack user_error_handlers;
zend_ptr_stack user_exception_handlers;


/* timeout support */
int timeout_seconds;


int lambda_count;


HashTable *ini_directives;
HashTable *modified_ini_directives;


zend_objects_store objects_store;
zval *exception;
zend_op *opline_before_exception;


struct _zend_execute_data *current_execute_data;


struct _zend_module_entry *current_module;


zend_property_info std_property_info;


zend_bool active;


void *reserved[ZEND_MAX_RESERVED_RESOURCES];
};


首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇GDB在调试Zend引擎时的几个重要的.. 下一篇Zend 引擎执行器的核心代码

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: