bjori           Thu Jun 29 14:53:50 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard/tests/file    stream_rfc2397_002.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/stream_rfc2397_002.phpt?r1=1.2.2.2&r2=1.2.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/stream_rfc2397_002.phpt
diff -u php-src/ext/standard/tests/file/stream_rfc2397_002.phpt:1.2.2.2 
php-src/ext/standard/tests/file/stream_rfc2397_002.phpt:1.2.2.3
--- php-src/ext/standard/tests/file/stream_rfc2397_002.phpt:1.2.2.2     Sun May 
14 01:06:09 2006
+++ php-src/ext/standard/tests/file/stream_rfc2397_002.phpt     Thu Jun 29 
14:53:50 2006
@@ -49,7 +49,7 @@
 }
 NULL
 
-Warning: fopen(data://): failed to open stream: rfc2397: no comma in url in 
%sstream_rfc2397_002.php on line %d
+Warning: fopen(data://): failed to open stream: rfc2397: no comma in URL in 
%sstream_rfc2397_002.php on line %d
 bool(false)
 NULL
 array(7) {
@@ -70,7 +70,7 @@
 }
 NULL
 
-Warning: fopen(data://;base64): failed to open stream: rfc2397: no comma in 
url in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://;base64): failed to open stream: rfc2397: no comma in 
URL in %sstream_rfc2397_002.php on line %d
 bool(false)
 NULL
 
@@ -151,7 +151,7 @@
 }
 string(3) "bar"
 
-Warning: fopen(data://text/plain;foo=bar;bar=baz): failed to open stream: 
rfc2397: no comma in url in %sstream_rfc2397_002.php on line %d
+Warning: fopen(data://text/plain;foo=bar;bar=baz): failed to open stream: 
rfc2397: no comma in URL in %sstream_rfc2397_002.php on line %d
 bool(false)
 NULL
 array(10) {
@@ -177,4 +177,4 @@
   bool(false)
 }
 string(3) "bar"
-===DONE===
\ No newline at end of file
+===DONE===

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to