mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Test name formatting
This commit is contained in:
parent
7abc6e4338
commit
6fc22aa5d9
6 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Bug #20134 UDP reads from invalid ports
|
||||
Bug #20134 (UDP reads from invalid ports)
|
||||
--FILE--
|
||||
<?php
|
||||
# vim600:syn=php:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Segfault on printf statement bug #20108
|
||||
Bug #20108 (Segfault on printf statement)
|
||||
--SKIPIF--
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Bug #20169
|
||||
Bug #20169 (implode() clobbers first argument)
|
||||
--FILE--
|
||||
<?php
|
||||
@set_time_limit(5);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Segfault on wordwrap statement bug #20927
|
||||
Bug #20927 (Segfault on wordwrap statement)
|
||||
--SKIPIF--
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue