- Fixed tests

This commit is contained in:
Felipe Pena 2009-01-25 16:53:07 +00:00
parent 79ac8ab9f9
commit c3631156fc
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ OpenSSL support => disabled (install ext/openssl)
Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2008 Tim Kientzle.
Portions of tar implementation Copyright (c) 2003-200%d Tim Kientzle.
Directive => Local Value => Master Value
phar.cache_list => no value => no value
phar.readonly => On => On

View File

@ -11,7 +11,7 @@ fclose($tcp_socket);
--EXPECTF--
array(7) {
["stream_type"]=>
string(%d) "tcp_socket%s"
string(%d) "tcp_socket%S"
["mode"]=>
string(2) "r+"
["unread_bytes"]=>

View File

@ -28,4 +28,4 @@ var_dump( str_pad($input, $pad_length) );
--EXPECTF--
*** Testing str_pad() function: with large value for for 'pad_length' argument ***
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2147483648 bytes) in %s on line %d
Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate 2147483648 bytes) in %s on line %d