]> granicus.if.org Git - php/commitdiff
- Fixed tests
authorFelipe Pena <felipe@php.net>
Sun, 25 Jan 2009 16:53:07 +0000 (16:53 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 25 Jan 2009 16:53:07 +0000 (16:53 +0000)
ext/phar/tests/phpinfo_003.phpt
ext/standard/tests/network/socket_get_status_basic.phpt
ext/standard/tests/strings/str_pad_variation5.phpt

index 67c8a18c1edf977077cb92a704ba305bf13cd3c3..2094018d100f1b0b2b0d456b0027c64a286262fe 100644 (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
index fa85cef9529eb63ef23c55eb1af287f6114a575c..f72662b166def7f6d08fb41934cc4bc82c1e7fa2 100644 (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"]=>
index 3db2393e844e711cfa7ba87195a6d4641d71302c..4b300c4717d05e26d6edab9c7d7f59bd80888ddd 100644 (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
\ No newline at end of file
+Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate 2147483648 bytes) in %s on line %d