From: Antony Dovgal Date: Mon, 7 May 2007 18:03:01 +0000 (+0000) Subject: fix test names X-Git-Tag: php-5.2.3RC1~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f6554512136708a3500f740df8593d368afccd8;p=php fix test names --- 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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- 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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- 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-- --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-- --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-- --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-- --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-- --FILE-- @@ -38,4 +38,4 @@ echo "ok\n"; hello hello -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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --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-- --FILE-- @@ -38,4 +38,4 @@ echo "ok\n"; hello hello -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-- --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-- --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-- --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-- --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-- --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-- --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-- --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--