derick          Tue Apr  1 07:15:03 2003 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  var-dump.xml 
  Log:
  - Fix for bug #23002
  
  
Index: phpdoc/en/reference/var/functions/var-dump.xml
diff -u phpdoc/en/reference/var/functions/var-dump.xml:1.3 
phpdoc/en/reference/var/functions/var-dump.xml:1.4
--- phpdoc/en/reference/var/functions/var-dump.xml:1.3  Tue Jan 21 14:10:29 2003
+++ phpdoc/en/reference/var/functions/var-dump.xml      Tue Apr  1 07:15:03 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.84 -->
   <refentry id="function.var-dump">
    <refnamediv>
@@ -15,8 +15,8 @@
       <methodparam choice="opt"><parameter>...</parameter></methodparam>
      </methodsynopsis>
     <simpara>
-     This function returns structured information about one or more expressions
-     that includes its type and value.  Arrays are explored
+     This function displays structured information about one or more
+     expressions that includes its type and value.  Arrays are explored
      recursively with values indented to show structure.
     </simpara>
     &tip.ob-capture;



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

Reply via email to