Home
last modified time | relevance | path

Searched refs:getenv (Results 151 – 175 of 505) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/pdo/tests/
H A Dpdo_016a.phpt6 $dir = getenv('REDIR_TEST_DIR');
9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
15 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
H A Dbug_69356.phpt6 $dir = getenv('REDIR_TEST_DIR');
13 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
14 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
/PHP-7.4/tests/basic/
H A Dtimeout_variation_2.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
H A Dtimeout_variation_9.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
H A Dtimeout_variation_10.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay.phpt5 if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
H A Dstream_context_tcp_nodelay_fopen.phpt5 if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
H A Dbug61115-1.phpt5 if (getenv("USE_ZEND_ALLOC") === "0") {
/PHP-7.4/sapi/fpm/tests/
H A Dskipif.inc7 if (!getmyuid() && !getenv('TEST_FPM_RUN_AS_ROOT')) {
/PHP-7.4/tests/lang/
H A Dbug45392.phpt7 if (getenv("USE_ZEND_ALLOC") === "0") {
/PHP-7.4/Zend/tests/
H A Dbug40236.phpt10 $php = getenv('TEST_PHP_EXECUTABLE');
/PHP-7.4/ext/oci8/tests/
H A Dpecl_bug10194_blob.phpt8 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
9 if (getenv("USE_ZEND_ALLOC") === "0") {
H A Dpecl_bug10194_blob_64.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
9 if (getenv("USE_ZEND_ALLOC") === "0") {
/PHP-7.4/ext/filter/tests/
H A Dbug49184.phpt13 var_dump(getenv("HTTP_X_FORWARDED_FOR"));
/PHP-7.4/tests/func/
H A D005a.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/PHP-7.4/sapi/cli/tests/
H A D003-2.phpt13 $php = getenv('TEST_PHP_EXECUTABLE');
H A D020.phpt13 $php = getenv('TEST_PHP_EXECUTABLE');
H A D010-2.phpt13 $php = getenv('TEST_PHP_EXECUTABLE');
H A Dargv_mb.phpt10 $php = getenv('TEST_PHP_EXECUTABLE');
H A D004.phpt10 $php = getenv('TEST_PHP_EXECUTABLE');
/PHP-7.4/ext/opcache/tests/
H A Dbug78106.phpt11 php_cli_server_start(getenv('TEST_PHP_EXTRA_ARGS'));
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c566 return getenv(name); in sapi_cgi_getenv()
585 return getenv(name); in sapi_fcgi_getenv()
626 return getenv(name); in _sapi_cgi_putenv()
641 return getenv(name); in _sapi_cgi_putenv()
646 return getenv("HTTP_COOKIE"); in sapi_cgi_read_cookies()
712 path_info = getenv("PATH_INFO"); in sapi_cgi_register_variables()
1100 getenv(name))
1821 if (getenv("SERVER_SOFTWARE") ||
1822 getenv("SERVER_NAME") ||
1823 getenv("GATEWAY_INTERFACE") ||
[all …]
/PHP-7.4/tests/output/
H A Dbug74815.phpt6 $php = getenv("TEST_PHP_EXECUTABLE");
/PHP-7.4/tests/run-test/
H A Dbug75042.phpt5 $php = getenv('TEST_PHP_EXECUTABLE');
/PHP-7.4/ext/pcre/tests/
H A Dbug72685.phpt5 if (getenv('SKIP_PERF_SENSITIVE')) die("skip performance sensitive test");

Completed in 37 milliseconds

12345678910>>...21