summaryrefslogtreecommitdiff
path: root/README.PHP4-TO-PHP5-THIN-CHANGES
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-24 00:42:40 +0000
committerMarcus Boerger <helly@php.net>2004-01-24 00:42:40 +0000
commitd39bd31291612c8ddc4a2bbb63bb52e9914cfd12 (patch)
treea0e43009ad91ed9f19aa298cdbfd023cabe7606e /README.PHP4-TO-PHP5-THIN-CHANGES
parent9957fc6305bb3bdc2840b3a2568925cb83648456 (diff)
downloadphp-git-d39bd31291612c8ddc4a2bbb63bb52e9914cfd12.tar.gz
This is a definitive 'must'
Diffstat (limited to 'README.PHP4-TO-PHP5-THIN-CHANGES')
-rw-r--r--README.PHP4-TO-PHP5-THIN-CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.PHP4-TO-PHP5-THIN-CHANGES b/README.PHP4-TO-PHP5-THIN-CHANGES
index a8caec956e..9d2f635fb7 100644
--- a/README.PHP4-TO-PHP5-THIN-CHANGES
+++ b/README.PHP4-TO-PHP5-THIN-CHANGES
@@ -53,7 +53,7 @@
variables_order setting. As in, the CLI version will now always populate
the global $argc and $argv variables.
-8. Classes should be declared before used :
+8. Classes must be declared before used:
<?php
$test = new fubar();
$test->echo();