Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend.c508 compiler_globals->last_static_member = zend_hash_num_elements(compiler_globals->class_table); in compiler_globals_ctor()
512 compiler_globals->static_members = NULL; in compiler_globals_ctor()
521 free(compiler_globals->function_table); in compiler_globals_dtor()
525 free(compiler_globals->class_table); in compiler_globals_dtor()
529 free(compiler_globals->auto_globals); in compiler_globals_dtor()
531 if (compiler_globals->static_members) { in compiler_globals_dtor()
532 free(compiler_globals->static_members); in compiler_globals_dtor()
601 zend_compiler_globals *compiler_globals; in zend_startup() local
678 compiler_globals->in_compilation = 0; in zend_startup()
742 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.c39 ZEND_API zend_compiler_globals compiler_globals; variable
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c81 zend_compiler_globals *compiler_globals; variable
902 compiler_globals = ts_resource(compiler_globals_id); in main()
/PHP-5.3/
H A D.gdbinit8 set $cg = compiler_globals
14 this also sets compiler_globals to $cg
/PHP-5.3/main/
H A Dmain.c452 …INI_PERDIR, OnUpdateBool, allow_call_time_pass_reference, zend_compiler_globals, compiler_globals)
453 …P_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, asp_tags, zend_compiler_globals, compiler_globals)
488 …INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, short_tags, zend_compiler_globals, compiler_globals)

Completed in 38 milliseconds