Home
last modified time | relevance | path

Searched refs:sapi_getenv (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/main/
H A DSAPI.h202 SAPI_API char *sapi_getenv(char *name, size_t name_len);
H A DSAPI.c1019 SAPI_API char *sapi_getenv(char *name, size_t name_len) in sapi_getenv() function
H A Dmain.c2217 zuf.getenv_function = sapi_getenv; in php_module_startup()
/PHP-7.4/ext/phar/
H A Dphar_object.c634 testit = sapi_getenv("SCRIPT_NAME", sizeof("SCRIPT_NAME")-1); in PHP_METHOD()
640 path_info = sapi_getenv("PATH_INFO", sizeof("PATH_INFO")-1); in PHP_METHOD()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4084 ptr = sapi_getenv(str, str_len); in PHP_FUNCTION()

Completed in 42 milliseconds