--TEST--
-Bug #13213 (GetImageSize and wrong JPEG Comments
+Bug #13213 (GetImageSize and wrong JPEG Comments)
--FILE--
<?php
var_dump(GetImageSize(dirname(__FILE__).'/bug13213.jpg'));
int(3)
["mime"]=>
string(10) "image/jpeg"
-}
\ No newline at end of file
+}
--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
--TEST--
-Bug #20134 UDP reads from invalid ports
+Bug #20134 (UDP reads from invalid ports)
--FILE--
<?php
# vim600:syn=php:
--TEST--
-Segfault on printf statement bug #20108
+Bug #20108 (Segfault on printf statement)
--SKIPIF--
--FILE--
<?php
--TEST--
-Bug #20169
+Bug #20169 (implode() clobbers first argument)
--FILE--
<?php
@set_time_limit(5);
--TEST--
-Segfault on wordwrap statement bug #20927
+Bug #20927 (Segfault on wordwrap statement)
--SKIPIF--
--FILE--
<?php