didou           Thu Jul 31 12:37:15 2003 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  is-scalar.xml 
  Log:
  fixing #24888
  
Index: phpdoc/en/reference/var/functions/is-scalar.xml
diff -u phpdoc/en/reference/var/functions/is-scalar.xml:1.3 
phpdoc/en/reference/var/functions/is-scalar.xml:1.4
--- phpdoc/en/reference/var/functions/is-scalar.xml:1.3 Fri May 30 12:58:05 2003
+++ phpdoc/en/reference/var/functions/is-scalar.xml     Thu Jul 31 12:37:15 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.35 -->
   <refentry id="function.is-scalar">
    <refnamediv>
@@ -23,7 +23,7 @@
      Scalar variables are those containing an <type>integer</type>, 
      <type>float</type>, <type>string</type> or <type>boolean</type>.  
      Types <type>array</type>, <type>object</type> and <type>resource</type> 
-     or not scalar.
+     are not scalar.
      <informalexample>
       <programlisting role="php">
 <!-- TODO: better example, this one can be quite misleading for unexperienced



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

Reply via email to