/php-src/ext/standard/tests/image/ |
H A D | skipif_imagetype.inc | 2 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-src/ext/pcntl/tests/ |
H A D | pcntl_unshare_02.phpt | 8 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 D | pcntl_unshare_03.phpt | 8 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 D | pcntl_unshare_01.phpt | 8 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");
|
H A D | pcntl_setns_newpid.phpt | 8 if (!function_exists("pcntl_setns")) die("skip pcntl_setns is not available"); 9 if (posix_getuid() !== 0) die('skip Test needs root user'); 10 if (getenv('SKIP_ASAN')) die('skip Timeouts under ASAN');
|
H A D | pcntl_getcpu.phpt | 7 if (!function_exists("pcntl_getcpu")) die("skip pcntl_getcpu() is not available"); 8 if (!function_exists("pcntl_setcpuaffinity")) die("skip pcntl_setcpuaffinity() is not available"); 9 if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
|
/php-src/ext/pgsql/tests/inc/ |
H A D | skipif.inc | 3 // 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-src/ext/readline/tests/ |
H A D | libedit_write_history_001.phpt | 6 <?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 D | libedit_write_history_001-win32.phpt | 6 <?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 D | readline_write_history_001.phpt | 6 <?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-src/ext/gd/tests/ |
H A D | gh10344.phpt | 8 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-src/ext/standard/tests/mail/ |
H A D | mail_windows_skipif.inc | 3 die('skip windows only test'); 8 die('skip unable to open smtp socket'); 13 die('skip unable to open imap socket');
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_pam_sha256_public_key_ini.phpt | 12 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 D | mysqli_pam_sha256.phpt | 12 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 D | mysqli_pam_sha256_public_key_option.phpt | 12 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 D | bug55283.phpt | 10 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-src/ext/pdo/tests/ |
H A D | bug_43130.phpt | 8 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 D | bug_36798.phpt | 8 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-src/Zend/tests/ |
H A D | bug55509.phpt | 6 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.'); 54 die('skip wmic not available'); 59 die('skip Not enough memory.');
|
/php-src/ext/standard/tests/network/ |
H A D | bug73594a.phpt | 5 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 D | getmxrr.phpt | 5 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 D | bug73594.phpt | 5 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");
|
/php-src/sapi/fpm/tests/ |
H A D | skipif.inc | 4 die("skip not for Windows"); 8 die('skip Refusing to run as root'); 14 die("skip php-fpm binary not found");
|
/php-src/ext/pcre/tests/ |
H A D | skip.ini | 2 skip[]=skip_001.inc 6 skip[]=skip_002.inc 14 skip[]=skip_003.inc
|
/php-src/ext/sysvshm/tests/ |
H A D | bug72858.phpt | 8 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');
|