Home
last modified time | relevance | path

Searched refs:EMBED_SAPI_API (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/embed/
H A Dphp_embed.h41 #define EMBED_SAPI_API SAPI_API macro
43 #define EMBED_SAPI_API macro
51 EMBED_SAPI_API int php_embed_init(int argc, char **argv);
52 EMBED_SAPI_API void php_embed_shutdown(void);
53 extern EMBED_SAPI_API sapi_module_struct php_embed_module;
H A Dphp_embed.c114 EMBED_SAPI_API sapi_module_struct php_embed_module = {
158 EMBED_SAPI_API int php_embed_init(int argc, char **argv) in php_embed_init()
221 EMBED_SAPI_API void php_embed_shutdown(void) in php_embed_shutdown()

Completed in 5 milliseconds