diff options
Diffstat (limited to 'ext')
96 files changed, 99 insertions, 99 deletions
diff --git a/ext/dba/tests/bug36436.phpt b/ext/dba/tests/bug36436.phpt index e85cf85282..60470660e8 100755 --- a/ext/dba/tests/bug36436.phpt +++ b/ext/dba/tests/bug36436.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #36436 DBA problem with Berkeley DB4 +Bug #36436 (DBA problem with Berkeley DB4) --SKIPIF-- <?php $handler = 'db4'; diff --git a/ext/dbase/tests/bug31754.phpt b/ext/dbase/tests/bug31754.phpt index 32f802b57b..bc116ed1bd 100644 --- a/ext/dbase/tests/bug31754.phpt +++ b/ext/dbase/tests/bug31754.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #31754: (dbase_open() fails for mode = 1) +Bug #31754 (dbase_open() fails for mode = 1) --SKIPIF-- <?php if (!extension_loaded('dbase')) { diff --git a/ext/dom/tests/bug36756.phpt b/ext/dom/tests/bug36756.phpt index e24f9f0804..af7488d3fd 100644 --- a/ext/dom/tests/bug36756.phpt +++ b/ext/dom/tests/bug36756.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #36756: (DOMDocument::removeChild corrupts node) +Bug #36756 (DOMDocument::removeChild corrupts node) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/filter/tests/bug39763.phpt b/ext/filter/tests/bug39763.phpt index cc8d9cceea..b0eaaadf0f 100644 --- a/ext/filter/tests/bug39763.phpt +++ b/ext/filter/tests/bug39763.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39763 filter applies magic_quotes twice in parse_str() +Bug #39763 (filter applies magic_quotes twice in parse_str()) --INI-- magic_quotes_gpc=1 filter.default= diff --git a/ext/ftp/tests/bug27809.phpt b/ext/ftp/tests/bug27809.phpt index bcbe03f131..ff9765c102 100644 --- a/ext/ftp/tests/bug27809.phpt +++ b/ext/ftp/tests/bug27809.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #27809: ftp_systype returns null +Bug #27809 (ftp_systype returns null) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug37799.phpt b/ext/ftp/tests/bug37799.phpt index a47d586789..bc9ce002a8 100644 --- a/ext/ftp/tests/bug37799.phpt +++ b/ext/ftp/tests/bug37799.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #37799: ftp_ssl_connect() falls back to non-ssl connection +Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection) --SKIPIF-- <?php $ssl = 1; diff --git a/ext/ftp/tests/bug39458-2.phpt b/ext/ftp/tests/bug39458-2.phpt index 4cd2a45236..9e4be5d5ff 100644 --- a/ext/ftp/tests/bug39458-2.phpt +++ b/ext/ftp/tests/bug39458-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39458: ftp_nlist() returns false on empty directories (other server behaviour) +Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour)) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39458.phpt b/ext/ftp/tests/bug39458.phpt index 5ea345776c..828664990e 100644 --- a/ext/ftp/tests/bug39458.phpt +++ b/ext/ftp/tests/bug39458.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39458: ftp_nlist() returns false on empty directories +Bug #39458 (ftp_nlist() returns false on empty directories) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39583-2.phpt b/ext/ftp/tests/bug39583-2.phpt index 44921b3205..0a8423d391 100644 --- a/ext/ftp/tests/bug39583-2.phpt +++ b/ext/ftp/tests/bug39583-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39583: FTP always transfers in binary mode +Bug #39583 (FTP always transfers in binary mode) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39583.phpt b/ext/ftp/tests/bug39583.phpt index 3c73758dc1..b3af56ec00 100644 --- a/ext/ftp/tests/bug39583.phpt +++ b/ext/ftp/tests/bug39583.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39583: FTP always transfers in binary mode +Bug #39583 (FTP always transfers in binary mode) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug7216-2.phpt b/ext/ftp/tests/bug7216-2.phpt index 62b6ec84bf..23ab851199 100644 --- a/ext/ftp/tests/bug7216-2.phpt +++ b/ext/ftp/tests/bug7216-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #7216: ftp_mkdir returns nothing (2) +Bug #7216 (ftp_mkdir returns nothing (2)) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug7216.phpt b/ext/ftp/tests/bug7216.phpt index 870e02ea61..000bb1dede 100644 --- a/ext/ftp/tests/bug7216.phpt +++ b/ext/ftp/tests/bug7216.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #7216: ftp_mkdir returns nothing +Bug #7216 (ftp_mkdir returns nothing) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/gmp/tests/bug32773.phpt b/ext/gmp/tests/bug32773.phpt index feb9d8d755..6823fa1a1b 100644 --- a/ext/gmp/tests/bug32773.phpt +++ b/ext/gmp/tests/bug32773.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #32773 binary GMP functions returns unexpected value, when second parameter is int(0) +Bug #32773 (binary GMP functions returns unexpected value, when second parameter is int(0)) --SKIPIF-- <?php if (!extension_loaded("gmp")) print "skip"; ?> --FILE-- diff --git a/ext/iconv/tests/bug16069.phpt b/ext/iconv/tests/bug16069.phpt index 246b90c6cd..81fc235e26 100644 --- a/ext/iconv/tests/bug16069.phpt +++ b/ext/iconv/tests/bug16069.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #16069 +Bug #16069 (ICONV transliteration failure) --SKIPIF-- <?php include( 'skipif.inc' ); diff --git a/ext/mcrypt/tests/bug37595.phpt b/ext/mcrypt/tests/bug37595.phpt Binary files differindex 3c682129f2..0530f3e813 100644 --- a/ext/mcrypt/tests/bug37595.phpt +++ b/ext/mcrypt/tests/bug37595.phpt diff --git a/ext/mcrypt/tests/bug8040.phpt b/ext/mcrypt/tests/bug8040.phpt index 12e28687fd..78fef5caf9 100644 --- a/ext/mcrypt/tests/bug8040.phpt +++ b/ext/mcrypt/tests/bug8040.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #8040 +Bug #8040 (MCRYPT_MODE_* do not seem to exist) --SKIPIF-- <?php if (!extension_loaded("mcrypt")) print "skip"; ?> --FILE-- diff --git a/ext/mysqli/tests/bug28817.phpt b/ext/mysqli/tests/bug28817.phpt index 0cc8b13612..a52cc6269b 100644 --- a/ext/mysqli/tests/bug28817.phpt +++ b/ext/mysqli/tests/bug28817.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #28817 testcase (properties) +Bug #28817 (problems with properties declared in the class extending MySQLi) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug30967.phpt b/ext/mysqli/tests/bug30967.phpt index 0a82d0d43c..410764a779 100644 --- a/ext/mysqli/tests/bug30967.phpt +++ b/ext/mysqli/tests/bug30967.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #30967 testcase (properties) +Bug #30967 (problems with properties declared in the class extending the class extending MySQLi) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug31141.phpt b/ext/mysqli/tests/bug31141.phpt index acad79f1f9..3dc0dda1d5 100644 --- a/ext/mysqli/tests/bug31141.phpt +++ b/ext/mysqli/tests/bug31141.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #31141 testcase (properties) +Bug #31141 (properties declared in the class extending MySQLi are not available) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug31668.phpt b/ext/mysqli/tests/bug31668.phpt index b813096a2a..6333030339 100644 --- a/ext/mysqli/tests/bug31668.phpt +++ b/ext/mysqli/tests/bug31668.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #31668 multi_query works exactly every other time (multi_query was global, now per connection) +Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection)) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug32405.phpt b/ext/mysqli/tests/bug32405.phpt index f805dc7982..456a690483 100644 --- a/ext/mysqli/tests/bug32405.phpt +++ b/ext/mysqli/tests/bug32405.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #32405 +Bug #32405 (mysqli->fetch() is returning bad data) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug33090.phpt b/ext/mysqli/tests/bug33090.phpt index 5c1cba961e..5cda386e56 100644 --- a/ext/mysqli/tests/bug33090.phpt +++ b/ext/mysqli/tests/bug33090.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #33090 +Bug #33090 (mysql_prepare doesn't return an error) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug33263.phpt b/ext/mysqli/tests/bug33263.phpt index 8ccb1e7e53..55285ae89e 100644 --- a/ext/mysqli/tests/bug33263.phpt +++ b/ext/mysqli/tests/bug33263.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #33263 (mysqli_real_connect in __construct) +Bug #33263 (mysqli_real_connect in __construct) --SKIPIF-- <?php require_once('skipif.inc'); ?> <?php require_once('skipifemb.inc'); ?> diff --git a/ext/mysqli/tests/bug34785.phpt b/ext/mysqli/tests/bug34785.phpt index a2b9f22881..3fe145a5f7 100644 --- a/ext/mysqli/tests/bug34785.phpt +++ b/ext/mysqli/tests/bug34785.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #32405 +Bug #34785 (Can not properly subclass mysqli_stmt) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug34810.phpt b/ext/mysqli/tests/bug34810.phpt index 0b8a799a84..58a3bfb6d9 100644 --- a/ext/mysqli/tests/bug34810.phpt +++ b/ext/mysqli/tests/bug34810.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #34810 (mysqli::init() and others use wrong $this pointer without checks) +Bug #34810 (mysqli::init() and others use wrong $this pointer without checks) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug35103.phpt b/ext/mysqli/tests/bug35103.phpt index b6118b9b2b..19f7f30708 100644 --- a/ext/mysqli/tests/bug35103.phpt +++ b/ext/mysqli/tests/bug35103.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #35103 Bad handling of unsigned bigint +Bug #35103 (Bad handling of unsigned bigint) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug35517.phpt b/ext/mysqli/tests/bug35517.phpt index eb1b543463..84f6e3ece8 100644 --- a/ext/mysqli/tests/bug35517.phpt +++ b/ext/mysqli/tests/bug35517.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #35517 mysqli_stmt_fetch returns NULL +Bug #35517 (mysqli_stmt_fetch returns NULL) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug35759.phpt b/ext/mysqli/tests/bug35759.phpt index 5f67a76247..ce598427ac 100644 --- a/ext/mysqli/tests/bug35759.phpt +++ b/ext/mysqli/tests/bug35759.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #35759 : mysqli_stmt_bind_result() makes huge allocation when column empty +Bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug36420.phpt b/ext/mysqli/tests/bug36420.phpt index d35485e7fd..921be8568b 100644 --- a/ext/mysqli/tests/bug36420.phpt +++ b/ext/mysqli/tests/bug36420.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #36420 (segfault when access result->num_rows after calling result->close()) +Bug #36420 (segfault when access result->num_rows after calling result->close()) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug36745.phpt b/ext/mysqli/tests/bug36745.phpt index 868015c450..980dd893ea 100644 --- a/ext/mysqli/tests/bug36745.phpt +++ b/ext/mysqli/tests/bug36745.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #36745 : LOAD DATA LOCAL INFILE doesn't return correct error message +Bug #36745 (LOAD DATA LOCAL INFILE doesn't return correct error message) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug36802.phpt b/ext/mysqli/tests/bug36802.phpt index 99f8633301..d3fa8b1229 100644 --- a/ext/mysqli/tests/bug36802.phpt +++ b/ext/mysqli/tests/bug36802.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #36802 : crashes with mysql_init +Bug #36802 (crashes with mysql_init) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug36949.phpt b/ext/mysqli/tests/bug36949.phpt index fb57df4864..9c7156a1f6 100644 --- a/ext/mysqli/tests/bug36949.phpt +++ b/ext/mysqli/tests/bug36949.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #36949 +Bug #36949 (invalid internal mysqli objects dtor) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/mysqli/tests/bug37090.phpt b/ext/mysqli/tests/bug37090.phpt index 555a0482b4..fa742495ea 100644 --- a/ext/mysqli/tests/bug37090.phpt +++ b/ext/mysqli/tests/bug37090.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #37090: mysqli_set_charset return code +Bug #37090 (mysqli_set_charset return code) --SKIPIF-- <?php require_once('skipif.inc'); if (!function_exists('mysqli_set_charset')) { diff --git a/ext/oci8/tests/bug27303.phpt b/ext/oci8/tests/bug27303.phpt index 8ba087bc1a..467dbfe638 100644 --- a/ext/oci8/tests/bug27303.phpt +++ b/ext/oci8/tests/bug27303.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27303 (OCIBindByName binds numeric PHP values as characters) +Bug #27303 (OCIBindByName binds numeric PHP values as characters) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug27303_2.phpt b/ext/oci8/tests/bug27303_2.phpt index 67f3552f13..97acefa302 100644 --- a/ext/oci8/tests/bug27303_2.phpt +++ b/ext/oci8/tests/bug27303_2.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27303 (OCIBindByName binds numeric PHP values as characters) +Bug #27303 (OCIBindByName binds numeric PHP values as characters) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug27303_3.phpt b/ext/oci8/tests/bug27303_3.phpt index 3a8982d305..dd8b62083b 100644 --- a/ext/oci8/tests/bug27303_3.phpt +++ b/ext/oci8/tests/bug27303_3.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27303 (OCIBindByName binds numeric PHP values as characters) +Bug #27303 (OCIBindByName binds numeric PHP values as characters) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug27303_4.phpt b/ext/oci8/tests/bug27303_4.phpt index 8ba4ef44b4..ed178f1a78 100644 --- a/ext/oci8/tests/bug27303_4.phpt +++ b/ext/oci8/tests/bug27303_4.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27303 (OCIBindByName binds numeric PHP values as characters) +Bug #27303 (OCIBindByName binds numeric PHP values as characters) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug32325.phpt b/ext/oci8/tests/bug32325.phpt index 6bfcd404eb..00054f51e1 100644 --- a/ext/oci8/tests/bug32325.phpt +++ b/ext/oci8/tests/bug32325.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #32325 (Can't retrieve collection using OCI8) +Bug #32325 (Can't retrieve collection using OCI8) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug35973.phpt b/ext/oci8/tests/bug35973.phpt index b62f5cfd0f..81e1e58ba2 100644 --- a/ext/oci8/tests/bug35973.phpt +++ b/ext/oci8/tests/bug35973.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) +Bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) --SKIPIF-- <?php if (!extension_loaded("oci8")) print "skip"; ?> --FILE-- diff --git a/ext/oci8/tests/bug36010.phpt b/ext/oci8/tests/bug36010.phpt index ef435496a8..d451f3f2f4 100644 --- a/ext/oci8/tests/bug36010.phpt +++ b/ext/oci8/tests/bug36010.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #36010 (Crash when executing SQL statment with lob parameter twice) +Bug #36010 (Crash when executing SQL statment with lob parameter twice) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug38161.phpt b/ext/oci8/tests/bug38161.phpt index 27cfafdc8f..e0fbba816a 100644 --- a/ext/oci8/tests/bug38161.phpt +++ b/ext/oci8/tests/bug38161.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) +Bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) --SKIPIF-- <?php if (!extension_loaded("oci8")) print "skip"; ?> --FILE-- diff --git a/ext/pcre/tests/bug21758.phpt b/ext/pcre/tests/bug21758.phpt index d3426f328d..78a1d6a747 100644 --- a/ext/pcre/tests/bug21758.phpt +++ b/ext/pcre/tests/bug21758.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #21758: preg_replace_callback() not working with class methods +Bug #21758 (preg_replace_callback() not working with class methods) --FILE-- <?php class Foo { diff --git a/ext/pcre/tests/bug27011.phpt b/ext/pcre/tests/bug27011.phpt index 9a2434f064..6fa88ef379 100644 --- a/ext/pcre/tests/bug27011.phpt +++ b/ext/pcre/tests/bug27011.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #27011: segfault in preg_match_all() +Bug #27011 (segfault in preg_match_all()) --FILE-- <?php diff --git a/ext/pcre/tests/bug38600.phpt b/ext/pcre/tests/bug38600.phpt index 8e1f78c0e3..fc954e43c6 100644 --- a/ext/pcre/tests/bug38600.phpt +++ b/ext/pcre/tests/bug38600.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #38600: infinite loop in pcre with extended class +Bug #38600 (infinite loop in pcre with extended class) --FILE-- <?php $foo = 'bla bla bla'; diff --git a/ext/pcre/tests/bug40195.phpt b/ext/pcre/tests/bug40195.phpt index 0de625c365..87ebf42a66 100644 --- a/ext/pcre/tests/bug40195.phpt +++ b/ext/pcre/tests/bug40195.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #40195: pcre 6.7 regression +Bug #40195 (pcre 6.7 regression) --FILE-- <?php diff --git a/ext/pdo/tests/bug_34630.phpt b/ext/pdo/tests/bug_34630.phpt index dd5f6fce05..070217bafe 100644 --- a/ext/pdo/tests/bug_34630.phpt +++ b/ext/pdo/tests/bug_34630.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PHP Bug #34630: inserting streams as LOBs +PDO Common: Bug #34630 (inserting streams as LOBs) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/bug_34687.phpt b/ext/pdo/tests/bug_34687.phpt index 3ab78189d6..dbb1471f09 100644 --- a/ext/pdo/tests/bug_34687.phpt +++ b/ext/pdo/tests/bug_34687.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PHP Bug #34687: query doesn't return error information +PDO Common: Bug #34687 (query doesn't return error information) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/bug_35671.phpt b/ext/pdo/tests/bug_35671.phpt index 768773f90d..8d1e11419a 100644 --- a/ext/pdo/tests/bug_35671.phpt +++ b/ext/pdo/tests/bug_35671.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PHP Bug #35671: binding by name breakage +PDO Common: Bug #35671 (binding by name breakage) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/bug_36428.phpt b/ext/pdo/tests/bug_36428.phpt index 6abba6bd7c..703b9d4de0 100755 --- a/ext/pdo/tests/bug_36428.phpt +++ b/ext/pdo/tests/bug_36428.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PHP Bug #36428: Incorrect error message for PDO::fetchAll +PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll()) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/bug_38253.phpt b/ext/pdo/tests/bug_38253.phpt index 6dfdab8df1..c89fba866e 100644 --- a/ext/pdo/tests/bug_38253.phpt +++ b/ext/pdo/tests/bug_38253.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PHP Bug #38253: PDO produces segfault with default fetch mode +PDO Common: Bug #38253 (PDO produces segfault with default fetch mode) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/bug_38394.phpt b/ext/pdo/tests/bug_38394.phpt index 38ce9bc363..be990b3b19 100644 --- a/ext/pdo/tests/bug_38394.phpt +++ b/ext/pdo/tests/bug_38394.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PHP Bug #38394: Prepared statement error stops subsequent statements +PDO Common: Bug #38394 (Prepared statement error stops subsequent statements) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/bug_39398.phpt b/ext/pdo/tests/bug_39398.phpt index 7b81747cf3..633771a951 100644 --- a/ext/pdo/tests/bug_39398.phpt +++ b/ext/pdo/tests/bug_39398.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PHP Bug #39398: Booleans are not automatically translated to integers +PDO Common: Bug #39398 (Booleans are not automatically translated to integers) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/pecl_bug_5217.phpt b/ext/pdo/tests/pecl_bug_5217.phpt index 0f9bc2c9dc..34de925e41 100644 --- a/ext/pdo/tests/pecl_bug_5217.phpt +++ b/ext/pdo/tests/pecl_bug_5217.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PECL Bug #5217: serialize/unserialze safety +PDO Common: PECL Bug #5217 (serialize/unserialze safety) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/pecl_bug_5772.phpt b/ext/pdo/tests/pecl_bug_5772.phpt index af380ff285..e38c8947e2 100644 --- a/ext/pdo/tests/pecl_bug_5772.phpt +++ b/ext/pdo/tests/pecl_bug_5772.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PECL Bug #5772 PDO::FETCH_FUNC breaks on mixed case func name +PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name) --SKIPIF-- <?php # vim:ft=php: if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo/tests/pecl_bug_5809.phpt b/ext/pdo/tests/pecl_bug_5809.phpt index fa36233e19..bb412812e5 100644 --- a/ext/pdo/tests/pecl_bug_5809.phpt +++ b/ext/pdo/tests/pecl_bug_5809.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO Common: PECL Bug #5809 PDOStatement::execute(array()) changes param +PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param) --SKIPIF-- <?php # vim:ft=php: if (!extension_loaded('pdo')) die('skip'); diff --git a/ext/pdo_mysql/tests/bug_33689.phpt b/ext/pdo_mysql/tests/bug_33689.phpt index 01bfa706e0..c3f5b4dd93 100644 --- a/ext/pdo_mysql/tests/bug_33689.phpt +++ b/ext/pdo_mysql/tests/bug_33689.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO MySQL Bug #33689 +PDO MySQL Bug #33689 (query() execute() and fetch() return false on valid select queries) --SKIPIF-- <?php if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded'); diff --git a/ext/pdo_mysql/tests/pecl_bug_5200.phpt b/ext/pdo_mysql/tests/pecl_bug_5200.phpt index 2dffd1141f..d07fe94326 100644 --- a/ext/pdo_mysql/tests/pecl_bug_5200.phpt +++ b/ext/pdo_mysql/tests/pecl_bug_5200.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO MySQL PECL Bug #5200 +PDO MySQL PECL Bug #5200 (Describe table gives unexpected result mysql and type enum) --SKIPIF-- <?php if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded'); diff --git a/ext/pdo_mysql/tests/pecl_bug_5780.phpt b/ext/pdo_mysql/tests/pecl_bug_5780.phpt index 3ee1e6e30e..c2e0a79371 100644 --- a/ext/pdo_mysql/tests/pecl_bug_5780.phpt +++ b/ext/pdo_mysql/tests/pecl_bug_5780.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO MySQL PECL Bug #5780 +PDO MySQL PECL Bug #5780 (Failure to produce an error when one is expected) --SKIPIF-- <?php # vim:ft=php: if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded'); diff --git a/ext/pdo_mysql/tests/pecl_bug_5802.phpt b/ext/pdo_mysql/tests/pecl_bug_5802.phpt index 70bd461635..fa22ecdcb6 100644 --- a/ext/pdo_mysql/tests/pecl_bug_5802.phpt +++ b/ext/pdo_mysql/tests/pecl_bug_5802.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO MySQL PECL Bug #5802 +PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag) --SKIPIF-- <?php # vim:ft=php: if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded'); diff --git a/ext/pdo_oci/tests/bug_33707.phpt b/ext/pdo_oci/tests/bug_33707.phpt index 6e53e3fb98..1ac9fa45cb 100644 --- a/ext/pdo_oci/tests/bug_33707.phpt +++ b/ext/pdo_oci/tests/bug_33707.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO OCI Bug #33707 +PDO OCI Bug #33707 (Errors in select statements not reported) --SKIPIF-- <?php if (!extension_loaded('pdo') || !extension_loaded('pdo_oci')) die('skip not loaded'); diff --git a/ext/pdo_pgsql/tests/bug_33876.phpt b/ext/pdo_pgsql/tests/bug_33876.phpt index fc9d20f696..0ec04e8bd9 100644 --- a/ext/pdo_pgsql/tests/bug_33876.phpt +++ b/ext/pdo_pgsql/tests/bug_33876.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO PgSQL Bug #33876 +PDO PgSQL Bug #33876 (PDO misquotes/miscasts bool(false)) --SKIPIF-- <?php if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded'); diff --git a/ext/pgsql/tests/80_bug14383.phpt b/ext/pgsql/tests/80_bug14383.phpt index c60e11c19a..40bd915e82 100644 --- a/ext/pgsql/tests/80_bug14383.phpt +++ b/ext/pgsql/tests/80_bug14383.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #14383 +Bug #14383 (using postgres with DBA causes DBA not to be able to find any keys) --SKIPIF-- <?php require_once(dirname(__FILE__).'/../../dba/tests/skipif.inc'); @@ -34,4 +34,4 @@ array(3) { string(27) "Content 2 replaced 2nd time" ["key5"]=> string(23) "The last content string" -}
\ No newline at end of file +} diff --git a/ext/pgsql/tests/80_bug24499.phpt b/ext/pgsql/tests/80_bug24499.phpt index ddb3c58a21..32e789de8d 100755 --- a/ext/pgsql/tests/80_bug24499.phpt +++ b/ext/pgsql/tests/80_bug24499.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #24499 Notice: Undefined property: stdClass:: +Bug #24499 (Notice: Undefined property: stdClass::) --SKIPIF-- <?php require_once('skipif.inc'); diff --git a/ext/pgsql/tests/80_bug27597.phpt b/ext/pgsql/tests/80_bug27597.phpt index b27d6e94f0..7d5b5db890 100755 --- a/ext/pgsql/tests/80_bug27597.phpt +++ b/ext/pgsql/tests/80_bug27597.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #27597 pg_fetch_array not returning false +Bug #27597 (pg_fetch_array not returning false) --SKIPIF-- <?php require_once('skipif.inc'); diff --git a/ext/session/tests/bug31454.phpt b/ext/session/tests/bug31454.phpt index 67f4f3b422..dd60996214 100644 --- a/ext/session/tests/bug31454.phpt +++ b/ext/session/tests/bug31454.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref) +Bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref) --SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- diff --git a/ext/session/tests/bug36459.phpt b/ext/session/tests/bug36459.phpt index 5d74b3bc4b..1488fb4ddd 100644 --- a/ext/session/tests/bug36459.phpt +++ b/ext/session/tests/bug36459.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) +Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) --SKIPIF-- <?php include('skipif.inc'); ?> --INI-- diff --git a/ext/session/tests/bug38377.phpt b/ext/session/tests/bug38377.phpt index 514e459637..bd33bddbdb 100644 --- a/ext/session/tests/bug38377.phpt +++ b/ext/session/tests/bug38377.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #38377 (session_destroy() gives warning after session_regenerate_id()) +Bug #38377 (session_destroy() gives warning after session_regenerate_id()) --SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- diff --git a/ext/simplexml/tests/bug37565.phpt b/ext/simplexml/tests/bug37565.phpt index e04f9577f1..019fc7169a 100755 --- a/ext/simplexml/tests/bug37565.phpt +++ b/ext/simplexml/tests/bug37565.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #37565 Using reflection::export with simplexml causing a crash +Bug #37565 (Using reflection::export with simplexml causing a crash) --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug29839.phpt b/ext/soap/tests/bugs/bug29839.phpt index 25b4512a72..89d2aec754 100644 --- a/ext/soap/tests/bugs/bug29839.phpt +++ b/ext/soap/tests/bugs/bug29839.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #29839 incorrect convert (xml:lang to lang) +Bug #29839 (incorrect convert (xml:lang to lang)) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- @@ -38,4 +38,4 @@ echo "ok\n"; <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</ns1:value></string></SOAP-ENV:Body></SOAP-ENV:Envelope> <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</ns1:value></string></SOAP-ENV:Body></SOAP-ENV:Envelope> -ok
\ No newline at end of file +ok diff --git a/ext/soap/tests/bugs/bug30106.phpt b/ext/soap/tests/bugs/bug30106.phpt index dbc44f6f0d..6cd2396d52 100644 --- a/ext/soap/tests/bugs/bug30106.phpt +++ b/ext/soap/tests/bugs/bug30106.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #30106 SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception. +Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug30799.phpt b/ext/soap/tests/bugs/bug30799.phpt index d5f2da5170..fe7c8ca731 100644 --- a/ext/soap/tests/bugs/bug30799.phpt +++ b/ext/soap/tests/bugs/bug30799.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #30799 SoapServer doesn't handle private or protected properties +Bug #30799 (SoapServer doesn't handle private or protected properties) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug30928.phpt b/ext/soap/tests/bugs/bug30928.phpt index c7b497c0ed..f1283fb41d 100644 --- a/ext/soap/tests/bugs/bug30928.phpt +++ b/ext/soap/tests/bugs/bug30928.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #30928 When Using WSDL, SoapServer doesn't handle private or protected properties +Bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug30994.phpt b/ext/soap/tests/bugs/bug30994.phpt index 7e811bbbf9..c59e3163c2 100644 --- a/ext/soap/tests/bugs/bug30994.phpt +++ b/ext/soap/tests/bugs/bug30994.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #30994 SOAP server unable to handle request with references +Bug #30994 (SOAP server unable to handle request with references) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug31422.phpt b/ext/soap/tests/bugs/bug31422.phpt index fbad1cbd98..3697e9356c 100644 --- a/ext/soap/tests/bugs/bug31422.phpt +++ b/ext/soap/tests/bugs/bug31422.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #31422 No Error-Logging on SoapServer-Side +Bug #31422 (No Error-Logging on SoapServer-Side) --SKIPIF-- <?php require_once('skipif.inc'); ?> --INI-- diff --git a/ext/soap/tests/bugs/bug31695.phpt b/ext/soap/tests/bugs/bug31695.phpt index 770f5b4b6d..60eb40c1ef 100644 --- a/ext/soap/tests/bugs/bug31695.phpt +++ b/ext/soap/tests/bugs/bug31695.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #31695 Cannot redefine endpoint when using WSDL +Bug #31695 (Cannot redefine endpoint when using WSDL) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug31755.phpt b/ext/soap/tests/bugs/bug31755.phpt index 6523588c92..1346d3b923 100644 --- a/ext/soap/tests/bugs/bug31755.phpt +++ b/ext/soap/tests/bugs/bug31755.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #31422 No Error-Logging on SoapServer-Side +Bug #31422 (No Error-Logging on SoapServer-Side) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug32776.phpt b/ext/soap/tests/bugs/bug32776.phpt index b3c4ff0170..042e6e7b07 100644 --- a/ext/soap/tests/bugs/bug32776.phpt +++ b/ext/soap/tests/bugs/bug32776.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #32776 SOAP doesn't support one-way operations +Bug #32776 (SOAP doesn't support one-way operations) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug34453.phpt b/ext/soap/tests/bugs/bug34453.phpt index 7b6bba0253..e14a7ae809 100755 --- a/ext/soap/tests/bugs/bug34453.phpt +++ b/ext/soap/tests/bugs/bug34453.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #29839 incorrect convert (xml:lang to lang) +Bug #29839 (incorrect convert (xml:lang to lang)) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- @@ -38,4 +38,4 @@ echo "ok\n"; <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</ns1:value></string></SOAP-ENV:Body></SOAP-ENV:Envelope> <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</ns1:value></string></SOAP-ENV:Body></SOAP-ENV:Envelope> -ok
\ No newline at end of file +ok diff --git a/ext/soap/tests/bugs/bug35142.phpt b/ext/soap/tests/bugs/bug35142.phpt index e12b5ad98a..79eea0dbe0 100755 --- a/ext/soap/tests/bugs/bug35142.phpt +++ b/ext/soap/tests/bugs/bug35142.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #35142 SOAP Client/Server Complex Object Support +Bug #35142 (SOAP Client/Server Complex Object Support) --SKIPIF-- <?php require_once('skipif.inc'); ?> --INI-- diff --git a/ext/soap/tests/bugs/bug35273.phpt b/ext/soap/tests/bugs/bug35273.phpt index 9c33d891ca..cd238bad16 100755 --- a/ext/soap/tests/bugs/bug35273.phpt +++ b/ext/soap/tests/bugs/bug35273.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #35273 Error in mapping soap - java types +Bug #35273 (Error in mapping soap - java types) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/soap/tests/bugs/bug36226.phpt b/ext/soap/tests/bugs/bug36226.phpt index c88d969f29..29bcd7d710 100755 --- a/ext/soap/tests/bugs/bug36226.phpt +++ b/ext/soap/tests/bugs/bug36226.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #36226 SOAP Inconsistent handling when passing potential arrays. +Bug #36226 (SOAP Inconsistent handling when passing potential arrays) --SKIPIF-- <?php require_once('skipif.inc'); ?> --INI-- diff --git a/ext/soap/tests/bugs/bug41004.phpt b/ext/soap/tests/bugs/bug41004.phpt index 5f359d9a6f..992c6b708d 100755 --- a/ext/soap/tests/bugs/bug41004.phpt +++ b/ext/soap/tests/bugs/bug41004.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #41004 minOccurs="0" and null class member variable +Bug #41004 (minOccurs="0" and null class member variable) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- diff --git a/ext/spl/tests/bug33136.phpt b/ext/spl/tests/bug33136.phpt index 13b0583073..2f3155f272 100755 --- a/ext/spl/tests/bug33136.phpt +++ b/ext/spl/tests/bug33136.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #33136 method offsetSet in class extended from ArrayObject crash PHP +Bug #33136 (method offsetSet in class extended from ArrayObject crash PHP) --SKIPIF-- <?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- diff --git a/ext/spl/tests/bug36287.phpt b/ext/spl/tests/bug36287.phpt index 29ae0e2c9d..03e695e2a2 100755 --- a/ext/spl/tests/bug36287.phpt +++ b/ext/spl/tests/bug36287.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #36287 +Bug #36287 (Segfault with SplFileInfo conversion) --SKIPIF-- <?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- diff --git a/ext/standard/tests/array/bug28974.phpt b/ext/standard/tests/array/bug28974.phpt index fb272e1d74..a2bd86f6d3 100644 --- a/ext/standard/tests/array/bug28974.phpt +++ b/ext/standard/tests/array/bug28974.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #28974 array_(p)slice() treats large lengths incorrectly - overflow +Bug #28974 (array_(p)slice() treats large lengths incorrectly - overflow) --FILE-- <?php $a = $b = $c = array(0,1,2,3,4,5); diff --git a/ext/standard/tests/array/bug29253.phpt b/ext/standard/tests/array/bug29253.phpt index b2202a104c..749b0aa9f6 100755 --- a/ext/standard/tests/array/bug29253.phpt +++ b/ext/standard/tests/array/bug29253.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #29253 array_diff with $GLOBALS argument fails +Bug #29253 (array_diff with $GLOBALS argument fails) --FILE-- <?php $zz = $GLOBALS; diff --git a/ext/standard/tests/array/bug33940.phpt b/ext/standard/tests/array/bug33940.phpt index f1aba87bd5..3dd45f39b9 100755 --- a/ext/standard/tests/array/bug33940.phpt +++ b/ext/standard/tests/array/bug33940.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #33940 array_map() fails to pass by reference when called recursively +Bug #33940 (array_map() fails to pass by reference when called recursively) --INI-- error_reporting=4095 allow_call_time_pass_reference=1 diff --git a/ext/standard/tests/array/bug34982.phpt b/ext/standard/tests/array/bug34982.phpt index 9de3408b0a..7a80d78864 100755 --- a/ext/standard/tests/array/bug34982.phpt +++ b/ext/standard/tests/array/bug34982.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #34982 array_walk_recursive() modifies elements outside function scope +Bug #34982 (array_walk_recursive() modifies elements outside function scope) --FILE-- <?php $ar = array( diff --git a/ext/standard/tests/general_functions/bug34794.phpt b/ext/standard/tests/general_functions/bug34794.phpt index 3aacf7e518..1b25bc28c4 100644 --- a/ext/standard/tests/general_functions/bug34794.phpt +++ b/ext/standard/tests/general_functions/bug34794.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #34794: proc_close() hangs when used with two processes +Bug #34794 (proc_close() hangs when used with two processes) --SKIPIF-- <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; diff --git a/ext/standard/tests/general_functions/bug39322.phpt b/ext/standard/tests/general_functions/bug39322.phpt index cb34599950..6ba740dc81 100644 --- a/ext/standard/tests/general_functions/bug39322.phpt +++ b/ext/standard/tests/general_functions/bug39322.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #39322: proc_terminate() loosing process resource +Bug #39322 (proc_terminate() loosing process resource) --SKIPIF-- <?php if (!is_executable('/bin/sleep')) echo 'skip sleep not found'; diff --git a/ext/standard/tests/general_functions/is_resource.phpt b/ext/standard/tests/general_functions/is_resource.phpt index d44461e442..2717e3fa43 100644 --- a/ext/standard/tests/general_functions/is_resource.phpt +++ b/ext/standard/tests/general_functions/is_resource.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #27822: is_resource() returns TRUE for closed resources +Bug #27822 (is_resource() returns TRUE for closed resources) --FILE-- <?php $f = fopen(__FILE__, 'r'); diff --git a/ext/standard/tests/strings/bug36306.phpt b/ext/standard/tests/strings/bug36306.phpt index ff6279a2d3..2d8449aac3 100644 --- a/ext/standard/tests/strings/bug36306.phpt +++ b/ext/standard/tests/strings/bug36306.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #36306 crc32() 64bit +Bug #36306 (crc32() 64bit) --FILE-- <?php diff --git a/ext/zip/tests/bug7214.phpt b/ext/zip/tests/bug7214.phpt index 7d7de5720a..f791b7940d 100644 --- a/ext/zip/tests/bug7214.phpt +++ b/ext/zip/tests/bug7214.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #7214, zip_entry_read() binary safe +Bug #7214 (zip_entry_read() binary safe) --SKIPIF-- <?php /* $Id$ */ @@ -20,4 +20,4 @@ if (strlen($contents) == zip_entry_filesize($entry)) { ?> --EXPECT-- -Ok
\ No newline at end of file +Ok diff --git a/ext/zip/tests/bug7658.phpt b/ext/zip/tests/bug7658.phpt index 3372b0d121..450c357239 100644 --- a/ext/zip/tests/bug7658.phpt +++ b/ext/zip/tests/bug7658.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #7658, modify archive with general bit flag 3 set +Bug #7658 (modify archive with general bit flag 3 set) --SKIPIF-- <?php /* $Id$ */ diff --git a/ext/zip/tests/bug8009.phpt b/ext/zip/tests/bug8009.phpt index 90ab765bfa..5dd363d2da 100644 --- a/ext/zip/tests/bug8009.phpt +++ b/ext/zip/tests/bug8009.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #8009, cannot add again same entry to an archive +Bug #8009 (cannot add again same entry to an archive) --SKIPIF-- <?php /* $Id$ */ diff --git a/ext/zip/tests/bug8700.phpt b/ext/zip/tests/bug8700.phpt index 5e7df4560b..c394cf0bec 100644 --- a/ext/zip/tests/bug8700.phpt +++ b/ext/zip/tests/bug8700.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #8700, getFromIndex(0) fails +Bug #8700 (getFromIndex(0) fails) --SKIPIF-- <?php /* $Id$ */ |