cvs: php-gtk-web / faq.php
[email protected] ("Andrei Zmievski") Sat, 04 Aug 2001 16:48:13 -0000
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <cvsandrei996943693@cvsserver> |
andrei Sat Aug 4 12:48:13 2001 EDT
Modified files:
/php-gtk-web faq.php
Log:
Typo.
Index: php-gtk-web/faq.php
diff -u php-gtk-web/faq.php:1.17 php-gtk-web/faq.php:1.18
--- php-gtk-web/faq.php:1.17 Fri Jun 29 12:15:08 2001
+++ php-gtk-web/faq.php Sat Aug 4 12:48:12 2001
@@ -115,7 +115,7 @@
The following code will show the defined classes. All the PHP-GTK
classes will be listed along with one or two others.
<PRE CLASS="code">
-$array = get_declared_classes()) {
+$array = get_declared_classes());
while(list(,$classname) = each($array)) {
echo $classname."\n";
}