Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 697) sorted by last modified time

12345678910>>...28

/php-src/sapi/cgi/
H A Dcgi_main.c563 return getenv(name); in sapi_cgi_getenv()
582 return getenv(name); in sapi_fcgi_getenv()
623 return getenv(name); in _sapi_cgi_putenv()
638 return getenv(name); in _sapi_cgi_putenv()
643 return getenv("HTTP_COOKIE"); in sapi_cgi_read_cookies()
709 path_info = getenv("PATH_INFO"); in sapi_cgi_register_variables()
1085 getenv(name))
1790 if (getenv("SERVER_SOFTWARE") ||
1791 getenv("SERVER_NAME") ||
1792 getenv("GATEWAY_INTERFACE") ||
[all …]
/php-src/main/
H A Dfastcgi.c510 str = getenv("_FCGI_SHUTDOWN_EVENT_"); in fcgi_init()
519 str = getenv("_FCGI_MUTEX_"); in fcgi_init()
763 char *ip = getenv("FCGI_WEB_SERVER_ADDRS"); in fcgi_listen()
1720 os_name = getenv("OS");
H A Dmain.c374 if ((envpath = getenv("PATH")) != NULL) { in php_binary_init()
H A Dphp_variables.c861 char *local_proxy = getenv("HTTP_PROXY"); in check_http_proxy()
/php-src/
H A Drun-tests.php170 if (getenv("TEST_PHP_WORKER")) {
179 if (getenv('TEST_PHP_SRCDIR')) {
180 @chdir(getenv('TEST_PHP_SRCDIR'));
212 $environment = getenv();
241 if (getenv('TEST_PHP_LOG_FORMAT')) {
248 if (getenv('TEST_PHP_DETAILED')) {
249 $DETAILED = getenv('TEST_PHP_DETAILED');
256 if (getenv('SHOW_ONLY_GROUPS')) {
264 if (getenv('TEST_PHP_USER')) {
379 if (getenv('TEST_PHP_ARGS')) {
[all …]
/php-src/Zend/
H A Dzend_API.c3282 if (!getenv("ZEND_DONT_UNLOAD_MODULES")) { in module_registry_unload()
H A Dzend_alloc.c2297 char *tmp = getenv("ZEND_ALLOC_PRINT_LEAKS");
2878 tmp = getenv("USE_ZEND_ALLOC");
2880 bool tracked = (tmp = getenv("USE_TRACKED_ALLOC")) && ZEND_ATOL(tmp);
2904 tmp = getenv("USE_ZEND_ALLOC_HUGE_PAGES");
H A Dzend.c950 char *tmp = getenv("USE_ZEND_DTRACE"); in zend_startup()
/php-src/ext/openssl/
H A Dopenssl.c1295 config_filename = getenv("OPENSSL_CONF"); in PHP_INI_END()
1297 config_filename = getenv("SSLEAY_CONF"); in PHP_INI_END()
/php-src/ext/odbc/tests/
H A Dodbc_non_persistent_connection_reuse.phpt8 if (getenv('SKIP_ASAN')) {
H A Dodbc_persistent_close_all.phpt8 if (getenv('SKIP_ASAN')) {
/php-src/sapi/cli/tests/
H A D017.phpt17 $php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
18 $ini = getenv('TEST_PHP_EXTRA_ARGS');
69 $dir = PHP_OS_FAMILY == 'Windows' ? getenv("USERPROFILE") : getenv("HOME");
83 $php_history_path = PHP_OS_FAMILY == 'Windows' ? getenv("USERPROFILE") : $php_history_tmp;
H A D006.phpt18 $php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
/php-src/ext/readline/
H A Dreadline_cli.c621 if (getenv(histfile_env_name)) { in readline_shell_run()
622 spprintf(&history_file, MAXPATHLEN, "%s", getenv(histfile_env_name)); in readline_shell_run()
624 spprintf(&history_file, MAXPATHLEN, "%s/.php_history", getenv("HOME")); in readline_shell_run()
627 spprintf(&history_file, MAX_PATH, "%s/.php_history", getenv("USERPROFILE")); in readline_shell_run()
/php-src/ext/pcntl/tests/
H A Dpcntl_qosclass.phpt8 if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
H A Dpcntl_getcpu.phpt9 if (getenv('TRAVIS')) die('skip Currently fails on Travis');
10 if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
H A Dpcntl_cpuaffinity.phpt8 if (getenv('TRAVIS')) die('skip Currently fails on Travis');
H A Dpcntl_setns_basic.phpt9 if (getenv('SKIP_ASAN')) die('skip Timeouts under ASAN');
H A Dpcntl_setns_newpid.phpt10 if (getenv('SKIP_ASAN')) die('skip Timeouts under ASAN');
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt9 if (getenv('SKIP_SLOW_TESTS')) {
/php-src/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt5 $zend_mm_enabled = getenv("USE_ZEND_ALLOC");
/php-src/Zend/tests/
H A Ddeprecation_to_exception_during_inheritance.phpt5 if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
/php-src/ext/standard/
H A Dbasic_functions.stub.php1954 function getenv(?string $name = null, bool $local_only = false): string|array|false {} function
H A Dbasic_functions_arginfo.h2416 ZEND_FUNCTION(getenv);
3041 ZEND_FE(getenv, arginfo_getenv)
/php-src/ext/zend_test/tests/
H A Dobserver_error_01.phpt13 if (getenv("USE_ZEND_ALLOC") === "0") die("skip requires zmm");

Completed in 189 milliseconds

12345678910>>...28