Date: 10/10/00
- Next message: J. M. Castagnetto: "[PHP-DOC] Fwd: [PHP-NOTES] note 8987 added to Manuale PHP"
- Previous message: Jesus Castagnetto: "[PHP-DOC] Fwd: Shared memory functions in 2 different sections?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jmcastagnetto Tue Oct 10 16:53:07 2000 EDT
Modified files:
/phpdoc/en/language control-structures.xml
Log:
Fixed typo s/dump_var/var_dump/
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.21 phpdoc/en/language/control-structures.xml:1.22
--- phpdoc/en/language/control-structures.xml:1.21 Wed Oct 4 16:29:43 2000
+++ phpdoc/en/language/control-structures.xml Tue Oct 10 16:53:07 2000
@@ -1149,7 +1149,7 @@
if (PHPVERSION == 4) {
print_r($var);
} else {
- dump_var($var);
+ var_dump($var);
}
}
- Next message: J. M. Castagnetto: "[PHP-DOC] Fwd: [PHP-NOTES] note 8987 added to Manuale PHP"
- Previous message: Jesus Castagnetto: "[PHP-DOC] Fwd: Shared memory functions in 2 different sections?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

