]> granicus.if.org Git - php/commitdiff
fix test names
authorAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 18:03:01 +0000 (18:03 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 18:03:01 +0000 (18:03 +0000)
98 files changed:
ext/dba/tests/bug36436.phpt
ext/dbase/tests/bug31754.phpt
ext/dom/tests/bug36756.phpt
ext/filter/tests/bug39763.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/bug37595.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/bug33263.phpt
ext/mysqli/tests/bug34785.phpt
ext/mysqli/tests/bug34810.phpt
ext/mysqli/tests/bug35103.phpt
ext/mysqli/tests/bug35517.phpt
ext/mysqli/tests/bug35759.phpt
ext/mysqli/tests/bug36420.phpt
ext/mysqli/tests/bug36745.phpt
ext/mysqli/tests/bug36802.phpt
ext/mysqli/tests/bug36949.phpt
ext/mysqli/tests/bug37090.phpt
ext/oci8/tests/bug27303.phpt
ext/oci8/tests/bug27303_2.phpt
ext/oci8/tests/bug27303_3.phpt
ext/oci8/tests/bug27303_4.phpt
ext/oci8/tests/bug32325.phpt
ext/oci8/tests/bug35973.phpt
ext/oci8/tests/bug36010.phpt
ext/oci8/tests/bug38161.phpt
ext/pcre/tests/bug21758.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_35671.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/tests/pecl_bug_5772.phpt
ext/pdo/tests/pecl_bug_5809.phpt
ext/pdo_mysql/tests/bug_33689.phpt
ext/pdo_mysql/tests/pecl_bug_5200.phpt
ext/pdo_mysql/tests/pecl_bug_5780.phpt
ext/pdo_mysql/tests/pecl_bug_5802.phpt
ext/pdo_oci/tests/bug_33707.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/session/tests/bug31454.phpt
ext/session/tests/bug36459.phpt
ext/session/tests/bug38377.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/bug34794.phpt
ext/standard/tests/general_functions/bug39322.phpt
ext/standard/tests/general_functions/is_resource.phpt
ext/standard/tests/strings/bug36306.phpt
ext/zip/tests/bug7214.phpt
ext/zip/tests/bug7658.phpt
ext/zip/tests/bug8009.phpt
ext/zip/tests/bug8700.phpt
tests/lang/031.phpt
tests/lang/bug23524.phpt

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 e24f9f0804a906670ed506881c4f8dfa06f7317a..af7488d3fdf66045909bdcc0f734e3ae9e253013 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 cc8d9cceeae84174e4ab27cc14df0d55d20b7301..b0eaaadf0fdac5c03588af8a2ce27575e926f4b0 100644 (file)
@@ -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=
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 246b90c6cd306adbe7e82d231c90337b020f51f5..81fc235e26e61fb2b2c2525911d7e45642c59cb8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #16069
+Bug #16069 (ICONV transliteration failure)
 --SKIPIF--
 <?php
 include( 'skipif.inc' );
index 3c682129f25813bd340537df6c892614495b1779..0530f3e8139638e46012a41cce0f088267c0c90e 100644 (file)
Binary files a/ext/mcrypt/tests/bug37595.phpt and b/ext/mcrypt/tests/bug37595.phpt differ
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 0cc8b13612861ace21a9d22acc582331f254bd7e..a52cc6269b1f3f82784e16e248eb63ea49847318 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 acad79f1f9e872d1f4b85382a2e96568d22e1531..3dc0dda1d54f4c91cdac9c092197954e06d87743 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 b813096a2a4b5619731b91ff8ee1e7c7bd715f6d..6333030339317861517939e24bdc788ebac7dad1 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 f805dc79825a719f92e4a51e3a58196266e2057c..456a6904837cb9a85781c541a8f02e46d014024e 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 8ccb1e7e5360201927879350793d63a05df00904..55285ae89eabc973e675aba5722d8ffc17d5aaf5 100644 (file)
@@ -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'); ?>
index a2b9f2288196a1bcc7e6c5f1df2c95f7ac4208f8..3fe145a5f7c9e731565746fc03bea005107ab9e9 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #32405
+Bug #34785 (Can not properly subclass mysqli_stmt)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 0b8a799a840ae36c9038ef9861a806a77318159b..58a3bfb6d9aa7220c04bd5575fe83b1c6d3e2db7 100644 (file)
@@ -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--
index b6118b9b2ba56ee8c280b83a3c32b52876fe44bf..19f7f3070847a256b511f4af759529a4656e1d16 100644 (file)
@@ -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--
index eb1b5434636d735da17be13875af5c49b7cca7ec..84f6e3ece839033c466221477e65072869d1a7b5 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 5f67a762475cf36c0ffdde184abefa37b4d65519..ce598427acc7c41f9c58c7ca55ec7bb61a0940b7 100644 (file)
@@ -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--
index d35485e7fd4f159d2d36dea5cd72682c2b1398d5..921be8568bca992055a72ecc440bc894406207b6 100644 (file)
@@ -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--
index 868015c450e22da9ab7fb6b8426fb76a43e70eb2..980dd893ead563efca7c4414a7c8d83b8fe09578 100644 (file)
@@ -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--
index 99f8633301ced237d7dbe7c9d18b5966d569214b..d3fa8b122947e527d4210b7de25baf88f65fef13 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-bug #36802 : crashes with mysql_init                                            
+Bug #36802 (crashes with mysql_init)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index fb57df48642a448d2cd485373e0d10d850796ab1..9c7156a1f60d92f0cef86e2654cc55ff6bbd1604 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-bug #36949
+Bug #36949 (invalid internal mysqli objects dtor)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 555a0482b4098bd32c27f134fae47095e5334fa4..fa742495eaf03492bf08b9fa284f2e55834fe5a2 100644 (file)
@@ -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')) {
index 8ba087bc1aed3e40669dfd3ccdc6f8b38786bec3..467dbfe638138fe317f632359829850e79878c9c 100644 (file)
@@ -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--
index 67f3552f13bd74a339b37cf156353c4d28ce86ec..97acefa302e51914fde1041e197a6d01093c1f7d 100644 (file)
@@ -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--
index 3a8982d3051edc8d931304dd063eaaabd9fdb603..dd8b62083b419a056c4fbff8fbd0061e690e4ab6 100644 (file)
@@ -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--
index 8ba4ef44b4a625fcc1d0606719e0d0ddb853779c..ed178f1a78fbca230578bafdcedbabad86b2114c 100644 (file)
@@ -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--
index 6bfcd404eb31be7b26141ca416e32c6602c8977d..00054f51e173dbf2b7ad144a3afa649034b25052 100644 (file)
@@ -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--
index b62f5cfd0fa5ec45ed275d015980309597742af8..81e1e58ba25d76f5bbcd80642f0d12fb49889864 100644 (file)
@@ -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--
index ef435496a846714100fc34ce26c419c4f43ab59f..d451f3f2f411455763df034431e1603833c65c03 100644 (file)
@@ -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--
index 27cfafdc8f69f74de74d4c775b34844e559cf76c..e0fbba816ab57dde533710da1b8086596d701e70 100644 (file)
@@ -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--
index d3426f328d38418af8cf3bb5cdd84148da226539..78a1d6a7475a6d005bddc9b46bc32aa8c1781c6a 100644 (file)
@@ -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 {
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 0de625c36568edb4aee0d365f9617f2f18f1f409..87ebf42a66119c5d32b3c054676f753192070d1a 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #40195: pcre 6.7 regression
+Bug #40195 (pcre 6.7 regression)
 --FILE--
 <?php
 
index dd5f6fce057702b49f8015417e2739df00b352a8..070217bafed1ee7e1465fea099743b65adda0647 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 768773f90d32541d566d7a7b0df22c6616017a7e..8d1e11419a5d46162657e3feba647e8045d53f94 100644 (file)
@@ -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');
index 6abba6bd7c673d39b285730b8e13ed98f7c3beb7..703b9d4de087148b56fc028f6e7558cd3112f7a8 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 0f9bc2c9dc719a7a1cee152ecae2d71420ecf2e5..34de925e410b77232bae75401f49a5fd98624be6 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 af380ff28569ff418c214c024eef327d837980df..e38c8947e20243fdcededb2f2387e21946137514 100644 (file)
@@ -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');
index fa36233e198b20d282688fc532f70216863bf49e..bb412812e5ce5dfd2c11b64df685f8fa3f74c763 100644 (file)
@@ -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');
index 01bfa706e031889aff1c1df439d0a0a1b9750b8c..c3f5b4dd937b44ffa8b33fc75ed613485061266f 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 2dffd1141fff4999a9a9849d2cc08cb3ba540d22..d07fe94326204cfcd53430c046a9ad058b5466f7 100644 (file)
@@ -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');
index 3ee1e6e30ed0a1e83e3b7a99d3eebf0e3cde3adb..c2e0a7937104b8084b885f8d10de29cbf5f1f77d 100644 (file)
@@ -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');
index 70bd4616359989808a6181940bc88df7139dc602..fa22ecdcb6829afc6e89f77b31efccee4b46d4c8 100644 (file)
@@ -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');
index 6e53e3fb987d0076881c9b53af84d6397af3413d..1ac9fa45cbe0502f70ead46c5ab0d2c56ac13310 100644 (file)
@@ -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');
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 b27d6e94f005222d706b86d068c083d1541e6b01..7d5b5db89002eb1cfe54967170aaf03767e4c9e1 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 67f4f3b42265153f44573f9f8a716f02c32aae1e..dd60996214344ffe690cd2aedb3ff6b9451dd63b 100644 (file)
@@ -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--
index 5d74b3bc4b8660bc76f4074b6602c4d72f3ddcb1..1488fb4ddda180acedeb86cb6bc2f59ecb738360 100644 (file)
@@ -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--
index 514e45963766b7573f89bfbc5eafe6248c3f76db..bd33bddbdb2c2cf0630e8d77f045386e39ee4d79 100644 (file)
@@ -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--
index e04f9577f10eb1e6a294e3d410d82c2c208e622c..019fc7169ab5e57f2fb8b5b8c6bc53d286e2b724 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 dbc44f6f0d4b4abf9ecdf8af6b0fa0fbec0c1a06..6cd2396d522054bcb5a735e598b90eb28f2c3662 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 c7b497c0ed331bdd46e2810bf2ecd4b244e1ed41..f1283fb41d3761a1f12bd0a10b1ccdaee8a30406 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 6523588c92f33051de68996755c97e6da2ddd179..1346d3b92352dac37c45be121dc23275c25dd002 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 b3c4ff0170f0c5de3f62f4b32c505d86f050cb41..042e6e7b0783fe33da7b522e31230f153c82f9b9 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 e12b5ad98aa5692620436e288b9261de8b0a9b10..79eea0dbe0d450eee649b651c5efdd9a4209f399 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 c88d969f29d675daedda3d1a32fcb2bcf2de4e6b..29bcd7d7103da4b0467d3fa641c447724b02f9df 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 13b05830735a946df543efbd2f816e1aa9f7d2d2..2f3155f27236ae6f60b971046a9fee16a000dadd 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 29ae0e2c9dba6f4b9534a5f36601405f6bcd479a..03e695e2a28a971158f73083bd013de5e295a00b 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 b2202a104cc72155671c88e279ab6e5153ca9c73..749b0aa9f66ada344242ab6f3625164fc1f838fa 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 f1aba87bd5cbe1a6f290319312721d6f3a2ed922..3dd45f39b9828f6fe3360b08a9e8c721f39519b4 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
 allow_call_time_pass_reference=1
index 9de3408b0ac5353ba9845b570e573ca6be764650..7a80d78864b05a916c81876987d07c06a4b12703 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 3aacf7e518cd6500cb95ce1e8903ae7df11111cd..1b25bc28c45debecab60a05fd4f10d4567ba4752 100644 (file)
@@ -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';
index cb345999500a7701b8a698496a6b6db33de20486..6ba740dc8137cf213eca3470038ce27aaa524f6c 100644 (file)
@@ -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';
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 ff6279a2d34c374b576e19c59a07e3e509f7cc0c..2d8449aac3310974acc06796b912c100022ec476 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #36306 crc32() 64bit
+Bug #36306 (crc32() 64bit)
 --FILE--
 <?php
 
index 7d7de5720af66289e39b195c25a6fb0a0fc0bdad..f791b7940dda715845b186e53779d82bf0f06450 100644 (file)
@@ -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
index 3372b0d1211393d857b8db357a0cd99c056ba633..450c357239db7bda561b441972a71ba50b1c6db1 100644 (file)
@@ -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$ */
index 90ab765bfa4a3a5be38ed4565dac4892e0d74ef4..5dd363d2da0bac9557f1381e2572fb503ef68ce5 100644 (file)
@@ -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$ */
index 5e7df4560b842e65c71e4b519489cb78b0a8a04b..c394cf0bec188f15aad7488226bff3c3dbd0c9dc 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-bug #8700, getFromIndex(0) fails
+Bug #8700 (getFromIndex(0) fails)
 --SKIPIF--
 <?php
 /* $Id$ */
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";