Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 2316) sorted by relevance

12345678910>>...93

/PHP-8.2/ext/standard/tests/image/
H A Dskipif_imagetype.inc2 if (!defined('IMAGETYPE_GIF')) die('skip images of type GIF not supported');
3 if (!defined('IMAGETYPE_JPEG')) die('skip images of type JPEG not supported');
4 if (!defined('IMAGETYPE_PNG')) die('skip images of type PNG not supported');
5 if (!defined('IMAGETYPE_SWF')) die('skip images of type SWF not supported');
6 if (!defined('IMAGETYPE_PSD')) die('skip images of type PSD not supported');
7 if (!defined('IMAGETYPE_BMP')) die('skip images of type BMP not supported');
8 if (!defined('IMAGETYPE_TIFF_II')) die('skip images of type TIFF not supported');
9 if (!defined('IMAGETYPE_TIFF_MM')) die('skip images of type TIFF not supported');
10 if (!defined('IMAGETYPE_JPC')) die('skip images of type JPC not supported');
11 //if (!defined('IMAGETYPE_JP2')) die('skip images of type JP2 not supported');
[all …]
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_unshare_02.phpt8 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
9 if (!defined("CLONE_NEWPID")) die("skip flag unavailable");
10 if (getenv("SKIP_ASAN")) die("skip asan chokes on this");
14 die("skip Insufficient privileges for CLONE_NEWUSER");
17 die("skip Insufficient privileges for CLONE_NEWPID");
19 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
H A Dpcntl_unshare_03.phpt8 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
9 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
13 die("skip Insufficient privileges for CLONE_NEWUSER");
16 die("skip Insufficient privileges for CLONE_NEWPID");
18 if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
19 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
H A Dpcntl_unshare_01.phpt8 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
9 if (!defined("CLONE_NEWUSER")) die("skip flag unavailable");
11 die("skip Insufficient privileges to use CLONE_NEWUSER");
13 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
/PHP-8.2/ext/pgsql/tests/inc/
H A Dskipif.inc3 // This script prints "skip" unless:
16 die("skip Cannot repeat pgsql tests");
20 die("skip could not connect\n");
28 die("skip Server version {$pg} is {$op} {$version}\n");
38 die("skip libpq or backend < 9.0\n");
47 die("skip libpq or backend >= 9.0\n");
/PHP-8.2/ext/readline/tests/
H A Dlibedit_write_history_001.phpt6 <?php if (!function_exists('readline_add_history')) die("skip");
7 if (READLINE_LIB != "libedit") die("skip libedit only");
9 die('skip not for windows');
11 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
H A Dlibedit_write_history_001-win32.phpt6 <?php if (!function_exists('readline_add_history')) die("skip");
7 if (READLINE_LIB != "libedit") die("skip libedit only");
9 die('skip windows only test');
H A Dreadline_write_history_001.phpt6 <?php if (!function_exists('readline_add_history')) die("skip");
7 if (READLINE_LIB == "libedit") die("skip readline only");
8 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
/PHP-8.2/ext/gd/tests/
H A Dgh10344.phpt8 die("skip windows only test");
11 die("skip Not (yet) fixed in libgd itself");
14 die("skip ttf support unavailable");
17 die("skip font not readable");
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt12 die("skip SHA256 auth plugin not built-in to mysqlnd");
19 die("skip: SHA-256 requires MySQL 5.6.6+");
22 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
33 die("skip SHA-256 server plugin unavailable");
36 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
40 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
51 die(sprintf("skip Cannot create RSA pub key file '%s'", $file));
56 die(sprintf("skip Failed to create pub key file"));
68 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
73 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
[all …]
H A Dmysqli_pam_sha256.phpt12 die("skip SHA256 auth plugin not built-in to mysqlnd");
16 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
19 die("skip: SHA-256 requires MySQL 5.6.6+");
22 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
33 die("skip SHA-256 server plugin unavailable");
36 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
40 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
44 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
56 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
61 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
[all …]
H A Dmysqli_pam_sha256_public_key_option.phpt12 die("skip SHA256 auth plugin not built-in to mysqlnd");
19 die("skip: SHA-256 requires MySQL 5.6.6+");
22 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
33 die("skip SHA-256 server plugin unavailable");
36 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
40 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
50 die(sprintf("skip Cannot create RSA pub key file '%s'", $file));
53 die(sprintf("skip Failed to create pub key file"));
65 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
[all …]
H A Dbug55283.phpt10 die("skip Requires MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT");
13 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
16 die(sprintf("skip Connect failed, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
19 die(sprintf("skip SSL only supported on TCP/IP"));
30 … die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
36 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
39 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error));
/PHP-8.2/ext/standard/tests/mail/
H A Dmail_windows_skipif.inc3 die('skip windows only test');
8 die('skip unable to open smtp socket');
13 die('skip unable to open imap socket');
/PHP-8.2/ext/pdo/tests/
H A Dbug_43130.phpt8 if (false == $dir) die('skip no driver');
9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip not relevant for sql…
10 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql…
11 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
12 if (!strncasecmp(getenv('PDOTEST_DSN'), 'firebird', strlen('firebird'))) die('skip not relevant for…
13 if (!strncasecmp(getenv('PDOTEST_DSN'), 'odbc', strlen('odbc'))) die('skip not relevant for odbc dr…
15 PDOTest::skip();
H A Dbug_36798.phpt8 if (false == $dir) die('skip no driver');
10 PDOTest::skip();
13 …if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output …
15 die('skip not for pdo_dblib');
17 die('skip not for pdo_odbc');
/PHP-8.2/ext/standard/tests/network/
H A Dbug73594a.phpt5 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
11 if ($ret != 0) die("skip dig command is not present or failed to run");
13 // skip empty and header lines
16 if (empty($out)) die("skip local resolver does not return authority records");
H A Dgetmxrr.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
6 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
8 die('skip: no Windows support');
10 if (getenv('SKIP_MSAN')) die('skip msan missing interceptor for dn_expand()');
H A Dbug73594.phpt5 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
11 if ($ret != 0) die("skip dig command is not present or failed to run");
13 // skip empty and header lines
16 if (empty($out)) die("skip local resolver does not return additional records");
H A Dinet_ipv6.phpt5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()");
6 if (!function_exists("inet_pton")) die("skip no inet_pton()");
10 die("skip no IPv6 support");
12 if (stristr(PHP_OS, "darwin") !== false) die("skip MacOS has broken inet_*() funcs");
/PHP-8.2/ext/gmp/tests/
H A Dgmp_setbit_long.phpt6 <?php if (getenv("TRAVIS") === "true") die("skip not suitable for Travis-CI"); ?>
7 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
8 <?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); ?>
12 die("skip cannot determine free memory amount.");
21 die("skip not enough free RAM.");
/PHP-8.2/sapi/fpm/tests/
H A Dskipif.inc4 die("skip not for Windows");
8 die('skip Refusing to run as root');
14 die("skip php-fpm binary not found");
/PHP-8.2/ext/pcre/tests/
H A Dskip.ini2 skip[]=skip_001.inc
6 skip[]=skip_002.inc
14 skip[]=skip_003.inc
/PHP-8.2/Zend/tests/
H A Dbug55509.phpt6 die('skip Not for 32-bits OS');
11 die("skip Zend MM disabled");
14 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
27 die('skip Not enough memory.');
49 die('skip Not enough memory.');
56 die('skip Not enough memory.');
/PHP-8.2/ext/sysvshm/tests/
H A Dbug72858.phpt8 if (4 < PHP_INT_SIZE) { print "skip 32-bit only"; }
9 if (substr(PHP_OS, 0, 3) != "WIN") { print "skip windows only"; }
10 if (getenv('GITHUB_ACTIONS')) die('skip on GitHub actions');

Completed in 36 milliseconds

12345678910>>...93