philip Mon Dec 3 13:12:53 2001 EDT
Modified files:
/phpdoc/en/language references.xml
Log:
Typo Fix
Index: phpdoc/en/language/references.xml
diff -u phpdoc/en/language/references.xml:1.18 phpdoc/en/language/references.xml:1.19
--- phpdoc/en/language/references.xml:1.18 Fri Nov 23 16:51:23 2001
+++ phpdoc/en/language/references.xml Mon Dec 3 13:12:53 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<chapter id="language.references">
<title>References Explained</title>
@@ -100,7 +100,7 @@
<informalexample>
<programlisting role="php">
<![CDATA[
-function foo (&$var)
+function foo (&$var)
{
$var =& $GLOBALS["baz"];
}
@@ -248,7 +248,7 @@
<programlisting role="php">
<![CDATA[
$a = 1;
-$b =& $a;
+$b =& $a;
unset ($a);
]]>
</programlisting>- [PHP-DOC] cvs: phpdoc /en/language refe... Martin Jansen
- [PHP-DOC] cvs: phpdoc /en/language... Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language... Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language... Jan Lehnardt
- [PHP-DOC] cvs: phpdoc /en/language... jim winstead
- [PHP-DOC] cvs: phpdoc /en/language... Andr� Luis Ferreira da Silva Bacci
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
- [PHP-DOC] cvs: phpdoc /en/language... Bagi Levente L�szl�
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
- [PHP-DOC] cvs: phpdoc /en/language... Jakub Vrana
