Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A DSAPI.h199 SAPI_API char *sapi_getenv(const char *name, size_t name_len);
H A DSAPI.c1018 SAPI_API char *sapi_getenv(const char *name, size_t name_len) in sapi_getenv() function
H A Dmain.c2100 zuf.getenv_function = sapi_getenv; in php_module_startup()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c816 char *ptr = sapi_getenv(str, str_len); in PHP_FUNCTION()
/PHP-8.1/ext/phar/
H A Dphar_object.c633 testit = sapi_getenv("SCRIPT_NAME", sizeof("SCRIPT_NAME")-1); in PHP_METHOD()
639 path_info = sapi_getenv("PATH_INFO", sizeof("PATH_INFO")-1); in PHP_METHOD()

Completed in 37 milliseconds