Home
last modified time | relevance | path

Searched refs:compiler_globals (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/
H A Dzend.c508 compiler_globals->compiled_filename = NULL; in compiler_globals_ctor()
526 compiler_globals->last_static_member = zend_hash_num_elements(compiler_globals->class_table); in compiler_globals_ctor()
528compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
540 free(compiler_globals->function_table); in compiler_globals_dtor()
544 free(compiler_globals->class_table); in compiler_globals_dtor()
548 free(compiler_globals->auto_globals); in compiler_globals_dtor()
556 compiler_globals->last_static_member = 0; in compiler_globals_dtor()
640 zend_compiler_globals *compiler_globals; in zend_startup() local
726 compiler_globals->in_compilation = 0; in zend_startup()
792 free(compiler_globals->function_table); in zend_post_startup()
[all …]
H A Dzend_globals_macros.h35 int zendparse(void *compiler_globals);
37 # define CG(v) (compiler_globals.v)
38 extern ZEND_API struct _zend_compiler_globals compiler_globals;
H A Dzend_compile.c104 ZEND_API zend_compiler_globals compiler_globals; variable
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c80 zend_compiler_globals *compiler_globals; variable
1056 compiler_globals = ts_resource(compiler_globals_id); in main()
/PHP-5.5/
H A D.gdbinit21 set $cg = compiler_globals
27 this also sets compiler_globals to $cg
/PHP-5.5/main/
H A Dmain.c490 …P_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, asp_tags, zend_compiler_globals, compiler_globals)
513 …INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, short_tags, zend_compiler_globals, compiler_globals)

Completed in 56 milliseconds