Home
last modified time | relevance | path

Searched refs:skip (Results 176 – 200 of 2828) sorted by relevance

12345678910>>...114

/PHP-8.2/ext/spl/tests/
H A Diterator_041a.phpt62 static function test($func, $skip = null)
77 if (isset($skip[self::$fail]))
79 self::$fail = $skip[self::$fail];
/PHP-8.2/ext/standard/tests/mail/
H A Dgh7875.phpt12 if ($is_writable) die("skip cannot make file read-only");
14 if (!extension_loaded('posix')) die('skip POSIX extension not loaded');
15 if (posix_geteuid() == 0) die('skip Cannot run test as root.');
/PHP-8.2/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_003.phpt8 die("skip loading sqlite extensions is not supported");
12 die("skip, only for linux");
18 die("skip, mod_spatialite.so is not installed via libsqlite3-mod-spatialite");
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_setpriority_error.phpt12 die('skip pcntl_setpriority doesn\'t exist');
16 die("skip This test is not for Darwin");
/PHP-8.2/ext/standard/tests/file/
H A Dbug47517.phpt6 die('skip only for Windows');
10 die('skip test runs under an elevated user account');
H A Dlchgrp_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
H A Drename_variation7.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip.. not for Windows');
6 if (!function_exists("symlink")) die("skip symlinks are not supported");
/PHP-8.2/ext/intl/tests/
H A Drbbiter_getRules_basic2.phpt6 <?php if (version_compare(INTL_ICU_VERSION, '61.1') < 0) die('skip for ICU >= 61.1'); ?>
7 <?php if (version_compare(INTL_ICU_VERSION, '68.1') >= 0) die('skip for ICU < 68.1'); ?>
/PHP-8.2/ext/enchant/tests/
H A Dbroker_list_dicts.phpt12 echo "skip: Unable to init broker\n";
19 echo "skip: No broker dicts installed\n";
H A Dbroker_request_dict_01.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Dbroker_set_ordering.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Dbroker_request_dict.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_get_error.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
/PHP-8.2/ext/fileinfo/tests/
H A Dbug74170.phpt8 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
10 die('skip ru_RU.koi8r locale is not available');
/PHP-8.2/ext/gd/tests/
H A Dbug41442.phpt8 die("skip test requires GD 2.3.2 or older");
12 die("skip GD2 support unavailable");
H A Dbug48732.phpt8 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
10 die("skip No PNG support");
H A Dbug64641.phpt8 die("skip test requires GD 2.2.2 or higher");
11 die("skip No PNG support");
H A Dimagecolorallocatealpha_basic.phpt10 die("skip test requires GD 2.2.2 or higher");
13 die("skip No PNG support");
H A Dcreatefromgd2.phpt8 die("skip test requires GD 2.3.2 or older");
10 if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n");
/PHP-8.2/ext/standard/tests/misc/
H A Dtime_nanosleep_basic.phpt4 <?php if (!function_exists('time_nanosleep')) die("skip");
5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/PHP-8.2/ext/standard/tests/streams/
H A Dopendir-004.phpt7 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
8 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dbug72771.phpt7 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
8 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dbug77680.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
/PHP-8.2/Zend/tests/
H A Dconcat_003.phpt5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
6 if (getenv('SKIP_PERF_SENSITIVE')) die("skip performance sensitive test");
/PHP-8.2/ext/date/tests/
H A Dbug13142.phpt8 die("skip. set TZ env is not supported at runtime.");
11 die("skip unable to change TZ environment variable\n");

Completed in 25 milliseconds

12345678910>>...114