]> granicus.if.org Git - php/commitdiff
fix test names
authorAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 17:54:12 +0000 (17:54 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 17:54:12 +0000 (17:54 +0000)
21 files changed:
Zend/tests/bug22725.phpt
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/bug34712.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

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 51e392d59b8dd7bd999f5bca4a57a027e6c66282..0f248346cf8e1dadf9397f45ddd8bd4c7369154c 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..3bae8064b96c1891a4d359c2d08c14099e2e7427 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #29210 Function: is_callable - no support for private and protected classes 
+Bug #29210 (Function is_callable does not support private and protected methods)
 --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 17e44a389569eb9d9507843a149040a1a72d538b..f23b1ecd44783b124bace8637076011242e7e248 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 556192ad55329cd02a7651fb01f5c451b13cfb31..e9991f3ad5da252f5089b1c07916d431ce6fea04 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 db7860cd383215f35880d77add8ddd27b85459fd..8176292bd2e7fd2044d38ba141bbdfd4d063633f 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #34712 zend.ze1_compatibility_mode = on segfault 
+Bug #34712 (zend.ze1_compatibility_mode = on segfault)
 --INI--
 zend.ze1_compatibility_mode=1
 error_reporting=4095
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 dc3ef93d6f761cf5783d146a85caac51b9c7b5d9..70c4c90ede8cbf2efe0251c432d431c4f60e460e 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..08fc89f553cb022c2eef796d72948b7ff4a26464 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #40809 Poor perfomance of ".=" 
+Bug #40809 (Poor perfomance of ".=")
 --FILE--
 <?php
 error_reporting(E_ALL|E_STRICT);
index ddeb7cc0c3897326589b2960b8eb80e88fa9cc71..0751cbd6904c5c7ece5f0841e9acf308b40d3a22 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