Searched refs:php_embed_module (Results 1 – 3 of 3) sorted by relevance
128 EMBED_SAPI_API sapi_module_struct php_embed_module = { variable196 sapi_startup(&php_embed_module); in php_embed_init()220 php_embed_module.ini_entries = malloc(sizeof(HARDCODED_INI)); in php_embed_init()221 memcpy(php_embed_module.ini_entries, HARDCODED_INI, sizeof(HARDCODED_INI)); in php_embed_init()224 php_embed_module.additional_functions = additional_functions; in php_embed_init()227 php_embed_module.executable_location = argv[0]; in php_embed_init()231 if (php_embed_module.startup(&php_embed_module) == FAILURE) { in php_embed_init()271 if (php_embed_module.ini_entries) { in php_embed_shutdown()272 free(php_embed_module.ini_entries); in php_embed_shutdown()273 php_embed_module.ini_entries = NULL; in php_embed_shutdown()
51 extern EMBED_SAPI_API sapi_module_struct php_embed_module;
137 php_embed_module.ini_defaults = example_ini_defaults;
Completed in 6 milliseconds