/PHP-8.1/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-8.1/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");
|
/PHP-8.1/ext/pgsql/tests/ |
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-8.1/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-8.1/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();
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_pam_sha256_public_key_ini.phpt | 14 die("skip SHA256 auth plugin not built-in to mysqlnd"); 18 die(printf("skip: [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error())); 21 die("skip: SHA-256 requires MySQL 5.6.6+"); 24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error)); 35 die("skip SHA-256 server plugin unavailable"); 38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error)); 42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error)); 53 die(sprintf("skip Cannot create RSA pub key file '%s'", $file)); 58 die(sprintf("skip Failed to create pub key file")); 70 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error)); [all …]
|
H A D | mysqli_pam_sha256.phpt | 14 die("skip SHA256 auth plugin not built-in to mysqlnd"); 18 die(printf("skip: [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error())); 21 die("skip: SHA-256 requires MySQL 5.6.6+"); 24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error)); 35 die("skip SHA-256 server plugin unavailable"); 38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error)); 42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error)); 46 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l… 58 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error)); 63 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error)); [all …]
|
H A D | mysqli_pam_sha256_public_key_option.phpt | 14 die("skip SHA256 auth plugin not built-in to mysqlnd"); 18 die(printf("skip: [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error())); 21 die("skip: SHA-256 requires MySQL 5.6.6+"); 24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error)); 35 die("skip SHA-256 server plugin unavailable"); 38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error)); 42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error)); 52 die(sprintf("skip Cannot create RSA pub key file '%s'", $file)); 55 die(sprintf("skip Failed to create pub key file")); 67 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error)); [all …]
|
H A D | mysqli_connect_attr.phpt | 10 die("skip: test applies only to mysqlnd"); 13 die("skip Cannot connect to the server"); 15 /* skip test if the server version does not have session_connect_attrs table yet*/ 17 die("skip select from information_schema.tables for session_connect_attrs query failed"); 23 die("skip mysql does not support session_connect_attrs table yet"); 26 /* skip test if performance_schema is OFF*/ 28 die("skip show variables like 'performance_schema' failed"); 34 die("skip performance_schema is OFF");
|
H A D | mysqli_debug_ini.phpt | 10 die("skip mysqli_debug() not available"); 13 die("skip: can't say for sure if mysqli_debug works"); 16 die("skip: debug functionality not enabled"); 20 die("skip needs mysqlnd"); 23 die("skip PHP cannot create a file in /tmp/mysqli_debug_phpt");
|
/PHP-8.1/ext/enchant/tests/ |
H A D | dict_quick_check.phpt | 9 if (getenv('SKIP_ASAN')) die('skip Known libenchant memory leak'); 10 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");} 11 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe… 16 die('skip, no dictionary for ' . $tag . ' tag');
|
/PHP-8.1/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");
|
H A D | inet_ipv6.phpt | 5 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.1/sapi/cli/tests/ |
H A D | gh8827-001.phpt | 6 die("skip CLI only"); 9 die("skip not for Windows"); 12 die("skip std streams are not closeable in debug builds"); 15 die("skip cannot be repeated");
|
/PHP-8.1/ext/gmp/tests/ |
H A D | gmp_setbit_long.phpt | 6 <?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.1/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-8.1/ext/pcre/tests/ |
H A D | skip.ini | 2 skip[]=skip_001.inc 6 skip[]=skip_002.inc 14 skip[]=skip_003.inc
|
/PHP-8.1/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.'); 56 die('skip Not enough memory.');
|
/PHP-8.1/ext/dba/tests/ |
H A D | dba_cdb_read.phpt | 41 // with skip = 0 dba_fetch must fetch the first result 43 $skip = array(); 46 $skip[$key] = 0; 52 echo dba_fetch($key, $skip[$key], $db_file); 53 $skip[$key]++;
|