]> granicus.if.org Git - php/commitdiff
fix test names
authorAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 17:23:53 +0000 (17:23 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 17:23:53 +0000 (17:23 +0000)
82 files changed:
Zend/tests/bug27304.phpt
Zend/tests/bug29104.phpt
Zend/tests/bug29210.phpt
Zend/tests/bug30519.phpt
Zend/tests/bug30702.phpt
Zend/tests/bug30791.phpt
Zend/tests/bug30889.phpt
Zend/tests/bug32296.phpt
Zend/tests/bug32427.phpt
Zend/tests/bug32660.phpt
Zend/tests/bug32674.phpt
Zend/tests/bug32833.phpt
Zend/tests/bug33257.phpt
Zend/tests/bug35437.phpt
Zend/tests/bug37811.phpt
Zend/tests/bug38220.phpt
Zend/tests/bug40770.phpt
Zend/tests/bug40809.phpt
Zend/tests/bug41075.phpt
ext/dba/tests/bug36436.phpt
ext/dbase/tests/bug31754.phpt
ext/dom/tests/bug36756.phpt
ext/filter/tests/bug39846.phpt
ext/ftp/tests/bug27809.phpt
ext/ftp/tests/bug37799.phpt
ext/ftp/tests/bug39458-2.phpt
ext/ftp/tests/bug39458.phpt
ext/ftp/tests/bug39583-2.phpt
ext/ftp/tests/bug39583.phpt
ext/ftp/tests/bug7216-2.phpt
ext/ftp/tests/bug7216.phpt
ext/gmp/tests/bug32773.phpt
ext/iconv/tests/bug16069.phpt
ext/mcrypt/tests/bug8040.phpt
ext/mysqli/tests/bug28817.phpt
ext/mysqli/tests/bug30967.phpt
ext/mysqli/tests/bug31141.phpt
ext/mysqli/tests/bug31668.phpt
ext/mysqli/tests/bug32405.phpt
ext/mysqli/tests/bug33090.phpt
ext/mysqli/tests/bug34785.phpt
ext/mysqli/tests/bug35517.phpt
ext/pcre/tests/bug27011.phpt
ext/pcre/tests/bug38600.phpt
ext/pcre/tests/bug40195.phpt
ext/pdo/tests/bug_34630.phpt
ext/pdo/tests/bug_34687.phpt
ext/pdo/tests/bug_36428.phpt
ext/pdo/tests/bug_38253.phpt
ext/pdo/tests/bug_38394.phpt
ext/pdo/tests/bug_39398.phpt
ext/pdo/tests/pecl_bug_5217.phpt
ext/pdo_mysql/tests/bug_33689.phpt
ext/pdo_pgsql/tests/bug_33876.phpt
ext/pgsql/tests/80_bug14383.phpt
ext/pgsql/tests/80_bug24499.phpt
ext/pgsql/tests/80_bug27597.phpt
ext/simplexml/tests/bug37565.phpt
ext/soap/tests/bugs/bug29839.phpt
ext/soap/tests/bugs/bug30106.phpt
ext/soap/tests/bugs/bug30799.phpt
ext/soap/tests/bugs/bug30928.phpt
ext/soap/tests/bugs/bug30994.phpt
ext/soap/tests/bugs/bug31422.phpt
ext/soap/tests/bugs/bug31695.phpt
ext/soap/tests/bugs/bug31755.phpt
ext/soap/tests/bugs/bug32776.phpt
ext/soap/tests/bugs/bug34453.phpt
ext/soap/tests/bugs/bug35142.phpt
ext/soap/tests/bugs/bug35273.phpt
ext/soap/tests/bugs/bug36226.phpt
ext/soap/tests/bugs/bug41004.phpt
ext/spl/tests/bug33136.phpt
ext/spl/tests/bug36287.phpt
ext/standard/tests/array/bug28974.phpt
ext/standard/tests/array/bug29253.phpt
ext/standard/tests/array/bug33940.phpt
ext/standard/tests/array/bug34982.phpt
ext/standard/tests/general_functions/is_resource.phpt
ext/standard/tests/strings/bug36306.phpt
tests/lang/031.phpt
tests/lang/bug23524.phpt

index 51e392d59b8dd7bd999f5bca4a57a027e6c66282..f9ee491d551134bb7cf2009adf6055dd27749036 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #27304
+Bug #27304 (static functions don't function properly)
 --FILE--
 <?php
 
index c7afbee07357e4514e0d764e8436a6696bee1104..788b2190bf7bd9f768d4102836812f0101143b68 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #29104 Function declaration in method doesn't work 
+Bug #29104 (Function declaration in method doesn't work)
 --FILE--
 <?php
 class A
index 6290e8fc3f7e19e42b5e8da75b1fbeb9e1262646..a2f5c9ee551163404111a524c1b35e81aabd8fd9 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #29210 Function: is_callable - no support for private and protected classes 
+Bug #29210 (Function: is_callable - no support for private and protected classes)
 --FILE--
 <?php
 class test_class {
index 185d21aef7a44ab8a0c32f0b3357c64dc1a748d6..7d70cba071752cea5ecfe77afdea1b7ca7175caa 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #30519 Interface not existing says Class not found 
+Bug #30519 (Interface not existing says Class not found)
 --FILE--
 <?php
 class test implements a {
index 537e7981f574deaff0ce2d52821756cff526cee4..b8ae438c229a5b675ed954df9be6ba9f2a7534bd 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #30702 cannot initialize class variable from class constant
+Bug #30702 (cannot initialize class variable from class constant)
 --FILE--
 <?php
 class foo {
index 0cd0db37ac2c24278a03e46fcb3f693a701778ce..edc2caca7ea6e1252f1220304aff833c99b5c51b 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #30791 magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded 
+Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
 --FILE--
 <?php
 
index 4f58cbf5a5dc965021fd9cce207d9437ba93e797..fb92edfb0f3b948c667b6eafbcbf497ef1f605ad 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #30889 Conflict between __get/__set and ++ operator
+Bug #30889 (Conflict between __get/__set and ++ operator)
 --FILE--
 <?php
 class overloaded
index 81fe25df8bd3de59cdbcf60fddf2e3c41e765f5f..b3e705ec14de9f97eb9f95375a7c89c5eaec8930 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #32296 get_class_methods output has changed between 5.0.2 and 5.0.3 
+Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
 --FILE--
 <?php
 abstract class space{
index 0a5cc4f8935772ce56c2086a6433641565360d33..9b2d818659fb192ec6ddff91e24eb6e6c8fca091 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #32427 Interfaces are not allowed 'static' access modifier
+Bug #32427 (Interfaces are not allowed 'static' access modifier)
 --FILE--
 <?php
 
index a598954dda8294a3dce4f667a33b69ebf60d202d..3a307189a4fd0bae33e8a32202dea97ff30a3cf4 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #32660 Assignment by reference causes crash when field access is overloaded (__get) 
+Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
 --FILE--
 <?php
 class A
index 547bcec096e5b2ccfbda8a7b6b5b082462af2c8f..771270f93b0f5853264df9eed1b1efddc5570ecf 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #32674 exception in iterator causes crash
+Bug #32674 (exception in iterator causes crash)
 --FILE--
 <?php
 class collection implements Iterator {
index cf66bb4fb9f0ba5e3d10605b7f115dddb4a9288c..e58c8453d9736e821f9d419c1edc89e51f0a8fca 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #32833 Invalid opcode 
+Bug #32833 (Invalid opcode with $a[] .= '')
 --FILE--
 <?php 
 $test = array();
index 2ce3e2fe96e4bf38f9b0575824d460c415336cf6..c17ddfd17f8a749f9fc6f4e7923a6f0f0e0d5b67 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #33257 array_splice() inconsistent when passed function instead of variable 
+Bug #33257 (array_splice() inconsistent when passed function instead of variable)
 --INI--
 error_reporting=4095
 --FILE--
index eecdee968313a164b268ee1274a4b195019b37d7..73222a9f23256711978fb8d8f62fded179a4a809 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #35437 Segfault or Invalid Opcode 137/1/4 
+Bug #35437 (Segfault or Invalid Opcode 137/1/4)
 --FILE--
 <?php
 function err2exception($errno, $errstr)
index fa6573887e8d90ddfd6f16bfe919b2776472acf3..def4e04d7cf553d78415b6837b56faf8b40f6b00 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #37811 define not using toString on objects
+Bug #37811 (define not using toString on objects)
 --FILE--
 <?php
 
index d64e409778e83c33336682229af5acc5e7070d1e..bee3ffc75d3ec506518facc617f14383ae43543c 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #38220 Crash on some object operations 
+Bug #38220 (Crash on some object operations)
 --FILE--
 <?php
 class drv {
index b71d1b952f735348d37fb4910affbd142cd99e09..c4c78c2220ef11bc6a454789019e7af107af4c6f 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #40770 Apache child exits when PHP memory limit reached 
+Bug #40770 (Apache child exits when PHP memory limit reached)
 --INI--
 memory_limit=8M
 --SKIPIF--
index c80849a10a27dec1eec00be8442e315c1baadb07..9ff4e6f1b6c52adf9d0f676790b15b30ed1f2702 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #40809 Poor perfomance of ".=" 
+Bug #40809 (Poor performance of ".=")
 --FILE--
 <?php
 error_reporting(E_ALL|E_STRICT);
index fe179ac1e7fa6684854b64f4be6676c1c7a5d471..d2b4baf456e10de930706f0d7ad2c1ac56487c54 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #41075(memleak when creating default object caused exception)
+Bug #41075 (memleak when creating default object caused exception)
 --FILE--
 <?php
 
index e85cf85282ac888f8f0b2582c0acd1573e869c70..60470660e8fac2cdcf42acf21968c023dfb03703 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #36436 DBA problem with Berkeley DB4 
+Bug #36436 (DBA problem with Berkeley DB4)
 --SKIPIF--
 <?php 
        $handler = 'db4';
index 32f802b57bb5b3f469865eb89c274de8f68f50aa..bc116ed1bdd2df7ae58838edb3f3f4c2e8e916ee 100644 (file)
@@ -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')) {
index c7423fccd3aa2744d92448e794a53a3265379f7b..a0a221ee609e6de4f74954820e0344f7f503f866 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #36756: (DOMDocument::removeChild corrupts node)
+Bug #36756 (DOMDocument::removeChild corrupts node)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 99b68e8b0307bb81d0ad04e61271c9dd71cee4cf..57407f1082c9080734d85cbda1e27a6d735171bb 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #39846 ipv4 trailing data validation
+Bug #39846 (ipv4 trailing data validation)
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
 --FILE--
index bcbe03f131d46793c3d25ea7b466aead97dffe05..ff9765c102ba9b628282f6225a035cc284e1073f 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #27809: ftp_systype returns null
+Bug #27809 (ftp_systype returns null)
 --SKIPIF--
 <?php
 require 'skipif.inc';
index a47d586789bf7ea69d0d125b002451d6686eac0e..bc9ce002a8e051ee59d322fffab6721e19520255 100644 (file)
@@ -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;
index 4cd2a45236aebcfa3520d6bccaa23fa2b08f92b6..9e4be5d5ffb83ab74005f8c1608f1068c1a3bfd6 100644 (file)
@@ -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';
index 5ea345776c3bcb4a48f130500981b0686f1aebc4..828664990e4c1ca2269c3cb98040ff97f5a61777 100644 (file)
@@ -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';
index 44921b3205f1b3d82445f9846b7e785edf0816de..0a8423d3913ed6614c83fb292fcbbe777c2730b3 100644 (file)
@@ -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';
index 3c73758dc10ccf915de837b483e7970160472620..b3af56ec0076bebd177317c9fabd5154d7dd38a8 100644 (file)
@@ -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';
index 62b6ec84bfdac4a207e98dc7da6521be01068b53..23ab8511996cef3e670dbff1cc114973258d96e5 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #7216: ftp_mkdir returns nothing (2)
+Bug #7216 (ftp_mkdir returns nothing (2))
 --SKIPIF--
 <?php
 require 'skipif.inc';
index 870e02ea614c544ad7b50fc7c8085a69db1bc758..000bb1dede8d0a9deedd6c9fb033991741b2d3d2 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #7216: ftp_mkdir returns nothing
+Bug #7216 (ftp_mkdir returns nothing)
 --SKIPIF--
 <?php
 require 'skipif.inc';
index feb9d8d755222383a926f60e76c99092a50929f6..6823fa1a1bbcd26f00d106d4afc9c028ae2564b9 100644 (file)
@@ -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--
index 3fe5159e4772a3b87b986bebf9f5a9f613c7fc65..119b6296c0a36097210c57790d1a74de38346646 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #16069
+Bug #16069 (ICONV transliteration failure)
 --SKIPIF--
 <?php
 include( 'skipif.inc' );
index 12e28687fdd45396a4674bbe5144295efe140d9a..78fef5caf93ae6468efdec748fdf8a20d29a2349 100644 (file)
@@ -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--
index c5398a09dae9d7907ec6c9a4ea11657fe5d63c10..f3be0a893540276b6601fd05b070768e32016d51 100644 (file)
@@ -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--
index 0a82d0d43cd4848448f3399bf01134e512aecced..410764a779ec116b42cb70e8030ddd34269d3c92 100644 (file)
@@ -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--
index 9afc9bf9bfb87c0632f176748c30ea66fcd67aef..71834742a9da932e0f16398efd84f0df6298a634 100644 (file)
@@ -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--
index 14903935ccf8adf7b64ac708519d021fcf12c490..3a12428bc3469d1d13aa9ceaa9d4978930b88de5 100644 (file)
@@ -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--
index 3ec0c3b9703bc64e623b3610f41f1dd319887aa4..604619dc32adec9b6387d9e630e14d63623ec577 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #32405
+Bug #32405 (mysqli->fetch() is returning bad data)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 5c1cba961e485c4887a7abed09e856ad66fd40e0..5cda386e564f0def77633e2cd53402f350bffba7 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #33090
+Bug #33090 (mysql_prepare doesn't return an error)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 051cc063b3b899d937537d6b24386e7ad4b82284..7b423645ebacf865ada83e18c59ed71fc23ec1a5 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #34785
+Bug #34785 (Can not properly subclass mysqli_stmt)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 222c48f780241aa43dc7e1c6c748ac873d37dd05..5fe5959ae2029a76f639137efb55380b06cfc6f7 100644 (file)
@@ -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--
index 9a2434f06440c41814a979f758890f634e994624..6fa88ef379aefde539e01008b487d625396db431 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #27011: segfault in preg_match_all()
+Bug #27011 (segfault in preg_match_all())
 --FILE--
 <?php
 
index 8e1f78c0e3567b72fdaa6157fe92f16c80379920..fc954e43c692597c96071ac92f741725c03076e2 100644 (file)
@@ -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';
index bf22a05bdc824a63c52998282651a310eb8ce0c9..887761b00d2d73f733be4f8b34f979027a22d496 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #40195: pcre 6.7 regression
+Bug #40195 (pcre 6.7 regression)
 --FILE--
 <?php
 
index f308f230e45e5b70f99697ee6e3a2f82824bdf19..88a3152d1d15aab59f5ab8cad3cf86a95471d6df 100644 (file)
@@ -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');
index 3ab78189d68b50e6b5c5fe35787c231cf7bfc42d..dbb1471f09e10cb87dc65a47696da588577578ae 100644 (file)
@@ -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');
index 77dcdd0c50992de7392d267e8d899a4e73eab6a4..b414c6c5dd7dfeabbdc62ae9fcb21783a81df991 100755 (executable)
@@ -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');
index 6dfdab8df1146099bc39ef66d9a7dbf5becaea80..c89fba866e4a3882543927480cbe8073a9cd730d 100644 (file)
@@ -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');
index 38ce9bc3632b040fe5d1cd492a9b52a05e99754e..be990b3b199c3f91b2a14aead6af39aec4e2fe94 100644 (file)
@@ -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');
index 7b81747cf3e7de4e529d92afac1f75496d5a6dfa..633771a951a49f67c27245fb095fbd25f1991b92 100644 (file)
@@ -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');
index 30e54f00bc4838eff0d25e0654d6c93cc2db9469..c87241cec667a8a2d9911ddee10518404202abd1 100644 (file)
@@ -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');
index 6df65695648ae65407812a6259c1ae2c8dc4aa3f..1a54f7a18a235b957fc8943415fa670e77d4a0d7 100644 (file)
@@ -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');
index fc9d20f69683bc0c1513cf154cb13f93dfb85780..0ec04e8bd98fec07e941a3e65c9b4e5e69cc18dc 100644 (file)
@@ -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');
index c60e11c19accfb479d72c8a2e1c2dbb19f2fddb7..40bd915e82db870dcfb80eb3099bdb7fa4f6f1f3 100644 (file)
@@ -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
+}
index ddb3c58a210298303edc36046cfc6d282cbc1275..32e789de8d8f3bd7b593de6c8759dd36e945a9e8 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #24499 Notice: Undefined property: stdClass::
+Bug #24499 (Notice: Undefined property: stdClass::)
 --SKIPIF--
 <?php 
 require_once('skipif.inc');
index aa04a4a225a09dfb73657fc337c380e6c31458f9..09ce7e23d90038b17b696708bf8bef9c23b9efe5 100755 (executable)
@@ -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');
index 572cc35f764c9d3af28a196a58a27e6c091f1d71..906c56ac5bb06021cf25c108b0e6b589046ce5fc 100755 (executable)
@@ -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--
index 25b4512a72c22c075da72711f797c0e3021a3f9a..89d2aec7543a4629518ff4988410634c561508b0 100644 (file)
@@ -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
index e94ac8924e3de9aab9f34e455f38eeedcf864b22..130beb01b5e8785d08118eb5a32bdadc7c6f0558 100644 (file)
@@ -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--
index d5f2da5170c5705de9feade4efd88db3b3495962..fe7c8ca731cd8d4f2ba9b355a3549eea4f55c35d 100644 (file)
@@ -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--
index c5f2e25ceaccea711b5e0e8001731d0e09f31b6a..639d75c66a1800237c570458dd341f1ea21e0878 100644 (file)
@@ -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--
index 7e811bbbf9fd6e853db7211f93c07fbd9821caf4..c59e3163c27164477fa757cad746b1d1cb5f35ed 100644 (file)
@@ -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--
index fbad1cbd98d3b84431aa33418bf86c68eedbd18b..3697e9356c66f403d791a7dceb9f9992282f09ea 100644 (file)
@@ -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--
index 770f5b4b6d588e1cbd7ba185516db876d762d668..60eb40c1ef71b83af7be7315099fcd6df1ea915b 100644 (file)
@@ -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--
index 872e2de5720e62b4e27475c5170021daa6f90077..804e5d8fd8f4c12c2c6fd0a36d0f4b2875f43733 100644 (file)
@@ -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--
index ff2b5b77207bb00816e4f50b516af9ce13c20930..f9e1bfac79f36e53fc30809abdb4f6599d7d2224 100644 (file)
@@ -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--
index 7b6bba02530372fde5836966d8298c44ef21c66a..e14a7ae80934767b7f7c31efbe24aa7ab634f426 100755 (executable)
@@ -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
index 5e6e61c14cc6559c22d2b879fbba2ad8910ac3f0..50f14f14ec03cb561be2fe5881dcf8081ba2e2c0 100755 (executable)
@@ -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--
index 9c33d891caa53b1cfeade95dee55c58588f57b6c..cd238bad16620edd5d9558f53c3571b85b13a10d 100755 (executable)
@@ -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--
index 798b8bb86e9ee10958f53badb3816915e40c7ecc..b8d5512890343199c8452c1980b6ec913c5c9081 100755 (executable)
@@ -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--
index 5f359d9a6f93e044dea29dfe747d8e774ae20f9e..992c6b708dd6b87226618d23a3136ba5cc8fdb3e 100755 (executable)
@@ -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--
index fbb766bae5a56e77b25b83b12ddd6ef19095463e..d243a0c6859ad0ed4101777b0b991636353d2f3f 100755 (executable)
@@ -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--
index ceaa4615d7517d9513ae3f8320b2d487a6873e1b..377a5fef52a8c4b854596dead3e4d216ed361a7f 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #36287
+Bug #36287 (Segfault with SplFileInfo conversion)
 --SKIPIF--
 <?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
index fb272e1d744dc9bb8c54e521b52690c4318088f3..a2bd86f6d3db8caa1446454f2cb9b25ac3e1b789 100644 (file)
@@ -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);
index 4b7aa9f275977957d3eb0aa65f3cfb628630b830..dd72c149c35fb25f7a9b0878277d4742738d220e 100755 (executable)
@@ -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;
index 29a1479740af65c4ded750cffbdf8165ebef8a72..00676e89d5151bc28ac5a6dc66fe1693a6d5b5f2 100755 (executable)
@@ -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
 --FILE--
index 9de3408b0ac5353ba9845b570e573ca6be764650..7499667aaf6ddd94a8e07ef37120c9ac521b8883 100755 (executable)
@@ -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(
index d44461e442209e139bc1ce2c31a50aebeecf34a1..2717e3fa438209d676571069fbbea18ee8c9d59b 100644 (file)
@@ -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');
index f59f770d467398e8f5448ce43e600398a94c16e6..84ba65f3d278a7b40f9f4f97ee64e4549dbff079 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #36306 crc32() 64bit
+Bug #36306 (crc32() 64bit)
 --FILE--
 <?php
 
index 695098abbd013d5534a439f600c65c762707503d..b2d1e631ecc5804fe263c1b8d4e0f383993d95a8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Internal hash position bug on assignment (Bug #16227)
+Bug #16227 (Internal hash position bug on assignment)
 --FILE--
 <?php
 // reported by php.net@alienbill.com
index 18ffc33a48eadd93e2f7fce108ec57d9a3ff58a9..512c714e221d8c75dbcac88d05d1dcb8b87ba52d 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #23524 Improper handling of constants in array indeces
+Bug #23524 (Improper handling of constants in array indices)
 --FILE--
 <?php
   echo "Begin\n";