jeroen          Wed May 23 16:44:35 2001 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  fixed comment
  
  
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.18 phpdoc/en/language/operators.xml:1.19
--- phpdoc/en/language/operators.xml:1.18       Wed May 23 16:43:12 2001
+++ phpdoc/en/language/operators.xml    Wed May 23 16:44:35 2001
@@ -266,7 +266,7 @@
     <informalexample>
      <programlisting role="php">
 &lt;?php
-/* Intentional SQL error (extra quote): */
+/* Intentional file error */
 $my_file = @file ('non_esistent_file') or
     die ("Failed opening file: error was '$php_errormsg'");
 


Reply via email to