]> granicus.if.org Git - php/commitdiff
fix test names
authorAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 16:50:40 +0000 (16:50 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 16:50:40 +0000 (16:50 +0000)
28 files changed:
Zend/tests/bug22725.phpt
Zend/tests/bug33771.phpt
ext/mcrypt/tests/bug37595.phpt
ext/mysqli/tests/bug33263.phpt
ext/mysqli/tests/bug34810.phpt
ext/mysqli/tests/bug35103.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/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/session/tests/bug31454.phpt
ext/session/tests/bug36459.phpt
ext/session/tests/bug38377.phpt
ext/standard/tests/general_functions/bug34794.phpt
ext/standard/tests/general_functions/bug39322.phpt
ext/zip/tests/bug7214.phpt
ext/zip/tests/bug7658.phpt
ext/zip/tests/bug8009.phpt
ext/zip/tests/bug8700.phpt

index aadd81be5adac830e2db18e574ca79707b1fdf24..5f3c258b1428099b61b4e1c600dea86209bf785f 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-bug #22725 (A derived class can call a parent's protected method that calls a private method)
+Bug #22725 (A derived class can call a parent's protected method that calls a private method)
 --SKIPIF--
 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
 --FILE--
index 07507685f3b8c7f317a0bde0e9861e4bc750efcb..a786e5806613486790b72c8ab6f7c9336a8cfbbc 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
+Bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
 --FILE--
 <?php
 
index 91dc53f5f6ecd466d72a25bd04c0872a9012cc05..d6e5745c03831589cc3a4a0286a40ca614a4e113 100644 (file)
Binary files a/ext/mcrypt/tests/bug37595.phpt and b/ext/mcrypt/tests/bug37595.phpt differ
index 200294318bc8b7d5e3e1917a167d4fea33d74596..3cbf801093bd2b9f563435dcf6ec3c6854530885 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 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 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 8188a6fb0a8ba1b1631b31559afea955bf30d483..ba4b8d7d3478e73f93d22e3abd58fd37b6ac80b3 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..b276a0a978fbad47d343bb94f90678a59eeb21ed 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-bug #36802 : crashes with mysql_init                                            
+Bug #36802 (crashes with with mysqli_set_charset())
 --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 a938a86530595dfa27cf0cb0d449a7c79b7eeabc..1e12a6f4ba9f56a350ea3113799a7c3601b648e2 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 b0f72e9ad388f00b97df528a7657fc3cd25fc95b..4fc8736f149ccd9d0e9ad45c47a55bcaaf88e1c8 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 311dea7ccaa0d445817427f60c9fa18ca0fd19ba..d0b4a90e935bf5e3f8bbfeeeeaa27289c5f7898d 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 af91e6fd318f0fb133b76074f4c15023a4426c48..cab7cdefcbd01abcd3e8b58cd859aae6ebf137b6 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 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 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 8063e411d5d759a4c254cb37e8a8d4d69232e1df..fd699ad6afc0db854ed08b422e379d6bc5e6679e 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 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$ */