mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +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--
|
--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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Segfault on printf statement bug #20108
|
Bug #20108 (Segfault on printf statement)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Segfault on wordwrap statement bug #20927
|
Bug #20927 (Segfault on wordwrap statement)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue