sean Tue Feb 24 11:28:22 2004 EDT
Modified files:
/phpdoc/en/reference/classobj/functions is-a.xml
Log:
reverted example to print '$WF' instead of 'Object'
http://cvs.php.net/diff.php/phpdoc/en/reference/classobj/functions/is-a.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/classobj/functions/is-a.xml
diff -u phpdoc/en/reference/classobj/functions/is-a.xml:1.5
phpdoc/en/reference/classobj/functions/is-a.xml:1.6
--- phpdoc/en/reference/classobj/functions/is-a.xml:1.5 Tue Feb 24 03:42:32 2004
+++ phpdoc/en/reference/classobj/functions/is-a.xml Tue Feb 24 11:28:22 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/classobj.xml, last change in rev 1.33 -->
<refentry id="function.is-a">
<refnamediv>
@@ -36,7 +36,7 @@
$WF = new WidgetFactory();
if (is_a($WF, 'WidgetFactory')) {
- echo "yes, $WF is still a WidgetFactory\n";
+ echo "yes, \$WF is still a WidgetFactory\n";
}
?>
]]>