goba Wed Aug 15 04:27:44 2001 EDT
Modified files:
/phpdoc/en/language oop.xml
Log:
Closing bug #12750 (echo was missing)
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.19 phpdoc/en/language/oop.xml:1.20
--- phpdoc/en/language/oop.xml:1.19 Thu Aug 2 13:37:47 2001
+++ phpdoc/en/language/oop.xml Wed Aug 15 04:27:44 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<chapter id="language.oop">
<title>Classes and Objects</title>
@@ -303,7 +303,7 @@
class B extends A {
function C() {
- "I am a regular function.<br>\n";
+ echo "I am a regular function.<br>\n";
}
}
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Kristian K�hntopp
- Re: [PHP-DOC] cvs: phpdoc /en/language oop.xml Daniel Beckham
- Re: [PHP-DOC] cvs: phpdoc /en/language oop.xml Daniel Beckham
- Re: [PHP-DOC] cvs: phpdoc /en/language oop.xml Kristian K�hntopp
- Re: [PHP-DOC] cvs: phpdoc /en/language oop.xml eschmid+sic
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Kristian K�hntopp
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Kristian K�hntopp
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Leszek Krupinski
- [PHP-DOC] build-{lang} files: Damien Seguy
- [PHP-DOC] Re: build-{lang} files: Jeroen van Wolffelaar
- Re: [PHP-DOC] Re: build-{lang} files: Hojtsy Gabor
- Re: [PHP-DOC] build-{lang} files: Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/language oop.xml Sander Roobol
