]> granicus.if.org Git - php/commitdiff
Test name formatting
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 23 Jan 2003 19:07:25 +0000 (19:07 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 23 Jan 2003 19:07:25 +0000 (19:07 +0000)
ext/standard/tests/image/bug13213.phpt
ext/standard/tests/math/bug21523.phpt
ext/standard/tests/network/bug20134.phpt
ext/standard/tests/strings/bug20108.phpt
ext/standard/tests/strings/bug20169.phpt
ext/standard/tests/strings/bug20927.phpt

index c14ce36017b224bf8780e6ee3abbd78e2275bf80..c97b7016b41626b6751aa971512d1aa00dcd65c8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #13213 (GetImageSize and wrong JPEG Comments
+Bug #13213 (GetImageSize and wrong JPEG Comments)
 --FILE--
 <?php
 var_dump(GetImageSize(dirname(__FILE__).'/bug13213.jpg'));
@@ -20,4 +20,4 @@ array(7) {
   int(3)
   ["mime"]=>
   string(10) "image/jpeg"
-}
\ No newline at end of file
+}
index 5cdd67f917a14468d6221802c2550691ce1e5061..aaeb8e865c7595423ec6a80103f9482e80533600 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #21523 number_format tries to allocate negative amount of memory
+Bug #21523 (number_format tries to allocate negative amount of memory)
 --FILE--
 <?php // $Id$ vim600:syn=php
 
index 13b5de72278f28188604e277bbc8ec2f378360a5..e311f892f774dbe9586c2f4a4931f35dc120e6b8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #20134 UDP reads from invalid ports
+Bug #20134 (UDP reads from invalid ports)
 --FILE--
 <?php
 # vim600:syn=php:
index 5694d6c94430b07c6933915a135df43c8a1be3f9..09934125000643147609c2f7facde06393c449d7 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Segfault on printf statement bug #20108
+Bug #20108 (Segfault on printf statement)
 --SKIPIF--
 --FILE--
 <?php
index 24d2e9f76840166e1cc67febc6d3270132d1a575..c606578677fc21495ecce14768b333bd46f1c350 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #20169
+Bug #20169 (implode() clobbers first argument)
 --FILE--
 <?php
        @set_time_limit(5);
index fc6d6d059d8a797e92d0256cc7f23df7e8df9125..5b7c904c65a982bd2b08d468d98687765a4383a5 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Segfault on wordwrap statement bug #20927
+Bug #20927 (Segfault on wordwrap statement)
 --SKIPIF--
 --FILE--
 <?php