Test name formatting

This commit is contained in:
Moriyoshi Koizumi 2003-01-23 19:07:25 +00:00
parent 7abc6e4338
commit 6fc22aa5d9
6 changed files with 7 additions and 7 deletions

View 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"
}
}

View 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

View 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:

View file

@ -1,5 +1,5 @@
--TEST--
Segfault on printf statement bug #20108
Bug #20108 (Segfault on printf statement)
--SKIPIF--
--FILE--
<?php

View file

@ -1,5 +1,5 @@
--TEST--
Bug #20169
Bug #20169 (implode() clobbers first argument)
--FILE--
<?php
@set_time_limit(5);

View file

@ -1,5 +1,5 @@
--TEST--
Segfault on wordwrap statement bug #20927
Bug #20927 (Segfault on wordwrap statement)
--SKIPIF--
--FILE--
<?php