]> granicus.if.org Git - php/commitdiff
- Fixed tests
authorFelipe Pena <felipe@php.net>
Tue, 27 Jan 2009 14:32:59 +0000 (14:32 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 27 Jan 2009 14:32:59 +0000 (14:32 +0000)
ext/standard/tests/network/socket_get_status_basic.phpt
ext/standard/tests/strings/str_pad_variation5.phpt

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