betz            Tue Feb  4 07:12:03 2003 EDT

  Modified files:              
    /phpdoc/en/reference/stream reference.xml 
  Log:
  typo, fix #22043
  
Index: phpdoc/en/reference/stream/reference.xml
diff -u phpdoc/en/reference/stream/reference.xml:1.8 
phpdoc/en/reference/stream/reference.xml:1.9
--- phpdoc/en/reference/stream/reference.xml:1.8        Sun Jan 19 05:46:22 2003
+++ phpdoc/en/reference/stream/reference.xml    Tue Feb  4 07:12:03 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
  <reference id="ref.stream">
   <title>Stream functions</title>
   <titleabbrev>Streams</titleabbrev>
@@ -186,7 +186,7 @@
  */
 
 $sock = fsockopen("ssl://secure.example.com", 443, $errno, $errstr, 30);
-if (!$sock) die("$errstr ($errno)\n";
+if (!$sock) die("$errstr ($errno)\n");
 
 $data = "foo=" . urlencode("Value for Foo") . "&bar=" . urlencode("Value for Bar");
 



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

Reply via email to