vrana Tue Aug 17 03:29:11 2004 EDT
Modified files:
/phpdoc/howto working.xml
Log:
Do not use scalar
http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.43&r2=1.44&ty=u
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.43 phpdoc/howto/working.xml:1.44
--- phpdoc/howto/working.xml:1.43 Thu Aug 12 10:59:15 2004
+++ phpdoc/howto/working.xml Tue Aug 17 03:29:09 2004
@@ -298,8 +298,7 @@
<simpara>
In prototypes, you can also use <literal>mixed</literal>
(various types), or <literal>number</literal> (either
- integer or float), or <literal>scalar</literal> (boolean,
- integer, float or string). A callback is denoted as
+ integer or float). A callback is denoted as
<literal>callback</literal>.
</simpara>