From 5c3913de6da5553387c273b201c240d15b9ea53b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..df8445b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,76 @@ +Extension [ extension #117 qb version 2.3.0 ] { + + - INI { + Entry [ qb.allow_native_compilation ] + Current = '' + } + Entry [ qb.allow_memory_map ] + Current = '1' + } + Entry [ qb.compiler_path ] + Current = '' + } + Entry [ qb.compiler_env_path ] + Current = '' + } + Entry [ qb.native_code_cache_path ] + Current = '' + } + Entry [ qb.execution_log_path ] + Current = '' + } + Entry [ qb.thread_count ] + Current = '0' + } + Entry [ qb.allow_bytecode_interpretation ] + Current = '1' + } + Entry [ qb.allow_debugger_inspection ] + Current = '1' + } + Entry [ qb.allow_debug_backtrace ] + Current = '' + } + Entry [ qb.debug_with_exact_type ] + Current = '' + } + Entry [ qb.column_major_matrix ] + Current = '' + } + Entry [ qb.compile_to_native ] + Current = '' + } + Entry [ qb.show_opcodes ] + Current = '0' + } + Entry [ qb.show_native_source ] + Current = '0' + } + Entry [ qb.show_compiler_errors ] + Current = '0' + } + Entry [ qb.show_source_opcodes ] + Current = '0' + } + Entry [ qb.tab_width ] + Current = '4' + } + } + + - Constants [6] { + Constant [ integer QB_SCAN_FILE ] { 0 } + Constant [ integer QB_SCAN_ALL ] { 1 } + Constant [ integer QB_START_DEFERRAL ] { 2 } + Constant [ integer QB_END_DEFERRAL ] { 3 } + Constant [ integer QB_PBJ_DETAILS ] { 1 } + Constant [ integer QB_PBJ_DECLARATION ] { 2 } + } + + - Functions { + Function [ function qb_compile ] { + } + Function [ function qb_extract ] { + } + } +} + -- cgit