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-- --TEST--
Bug #13213 (GetImageSize and wrong JPEG Comments Bug #13213 (GetImageSize and wrong JPEG Comments)
--FILE-- --FILE--
<?php <?php
var_dump(GetImageSize(dirname(__FILE__).'/bug13213.jpg')); var_dump(GetImageSize(dirname(__FILE__).'/bug13213.jpg'));
@ -20,4 +20,4 @@ array(7) {
int(3) int(3)
["mime"]=> ["mime"]=>
string(10) "image/jpeg" string(10) "image/jpeg"
} }

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #21523 number_format tries to allocate negative amount of memory Bug #21523 (number_format tries to allocate negative amount of memory)
--FILE-- --FILE--
<?php // $Id$ vim600:syn=php <?php // $Id$ vim600:syn=php

View file

@ -1,5 +1,5 @@
--TEST-- --TEST--
Bug #20134 UDP reads from invalid ports Bug #20134 (UDP reads from invalid ports)
--FILE-- --FILE--
<?php <?php
# vim600:syn=php: # vim600:syn=php:

View file

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

View file

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

View file

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