Home
last modified time | relevance | path

Searched refs:getenv (Results 251 – 275 of 697) sorted by relevance

1...<<11121314151617181920>>...28

/php-src/ext/mbstring/tests/
H A Dcp866_encoding.phpt7 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
H A Dcp1252_encoding.phpt7 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/php-src/ext/readline/tests/
H A Dlibedit_write_history_001.phpt11 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
/php-src/ext/curl/tests/
H A Dcurl_upkeep_001.phpt7 if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
/php-src/Zend/tests/
H A Dbug40770.phpt7 $zend_mm_enabled = getenv("USE_ZEND_ALLOC");
H A Dbug70258.phpt7 $zend_mm_enabled = getenv("USE_ZEND_ALLOC");
H A Dbug74093.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/php-src/Zend/tests/fibers/
H A Dout-of-memory-in-fiber.phpt7 if (getenv("USE_ZEND_ALLOC") === "0") {
H A Dout-of-memory-in-recursive-fiber.phpt7 if (getenv("USE_ZEND_ALLOC") === "0") {
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_null.phpt6 $php = getenv('TEST_PHP_EXECUTABLE');
H A Dget_cfg_var_variation8.phpt9 <?php if (getenv('SKIP_ASAN')) die('xleak Startup failure leak'); ?>
H A Ddl-cve-2007-4887.phpt9 if (getenv('SKIP_ASAN')) die('xleak dl() crashes LSan');
/php-src/ext/posix/tests/
H A Dposix_getrlimit_single_resource.phpt7 if (getenv('SKIP_REPEAT')) die('skip Not repeatable');
H A Dposix_getgrgid_error.phpt7 if (getenv('SKIP_ASAN')) die('xleak LSan crashes when firebird is loaded');
/php-src/sapi/cli/tests/
H A D004.phpt10 $php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
H A D009.phpt10 $php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller32.phpt10 if (getenv('SKIP_ASAN')) die('xleak LSan crashes for this test');
H A Dfrontcontroller34.phpt10 if (getenv('SKIP_ASAN')) die('xleak LSan crashes for this test');
/php-src/ext/dl_test/tests/
H A Dskip.inc16 if (getenv('SKIP_ASAN')) {
/php-src/ext/pdo/tests/
H A Dpdo_011.phpt7 $dir = getenv('REDIR_TEST_DIR');
14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
15 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
86 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
/php-src/ext/standard/tests/strings/
H A Dwordwrap_memory_limit_win32.phpt6 if (getenv("USE_ZEND_ALLOC") === "0") die("skip Zend MM disabled");
/php-src/tests/lang/
H A D045.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/php-src/ext/gettext/tests/
H A Dbug53251.phpt7 if (getenv('SKIP_REPEAT')) die('skip gettext leaks global state across requests');
/php-src/ext/com_dotnet/tests/
H A Dbug66322.phpt12 if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
/php-src/ext/date/tests/
H A Dbug26317.phpt7 if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') {

Completed in 23 milliseconds

1...<<11121314151617181920>>...28