MCPcopy Create free account
hub / github.com/amule-project/amule / php_engine_init

Function php_engine_init

src/webserver/src/php_syntree.cpp:1083–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083void php_engine_init()
1084{
1085 g_global_scope = make_scope_table();
1086
1087 g_current_scope = g_global_scope;
1088
1089 g_scope_stack = new PHP_SCOPE_STACK_TYPE;
1090
1091 // here built-in functions/objects/vars are loaded
1092 php_init_core_lib();
1093 php_init_amule_lib();
1094}
1095
1096void php_exp_tree_free(PHP_EXP_NODE *tree)
1097{

Callers 1

CPhPLibContextMethod · 0.85

Calls 3

make_scope_tableFunction · 0.85
php_init_core_libFunction · 0.70
php_init_amule_libFunction · 0.70

Tested by

no test coverage detected