summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTime_verify.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/DateTime_verify.phpt')
-rw-r--r--ext/date/tests/DateTime_verify.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/DateTime_verify.phpt b/ext/date/tests/DateTime_verify.phpt
index bb3ed9909a..6772d6045c 100644
--- a/ext/date/tests/DateTime_verify.phpt
+++ b/ext/date/tests/DateTime_verify.phpt
@@ -10,10 +10,10 @@ $class = new ReflectionClass('DateTime');
var_dump($class);
echo "..and get names of all its methods\n";
-$methods = $class->getMethods();
+$methods = $class->getMethods();
var_dump($methods);
-echo "..and get names of all its class constants\n";
+echo "..and get names of all its class constants\n";
$constants = $class->getConstants();
var_dump($constants);