From ea65bafff940dac23c52fc307b9a2e552b983102 Mon Sep 17 00:00:00 2001 From: valmat Date: Mon, 14 Apr 2014 21:23:11 +0600 Subject: Several tests on superglobals variables --- tests/cpp/include/variables/tpl.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'tests/cpp/include/variables/tpl.h') diff --git a/tests/cpp/include/variables/tpl.h b/tests/cpp/include/variables/tpl.h index 3c4ed7c..0df5892 100644 --- a/tests/cpp/include/variables/tpl.h +++ b/tests/cpp/include/variables/tpl.h @@ -1,7 +1,7 @@ /** * * Test variables - * phptname.phpt + * phptname.phpt * */ @@ -12,16 +12,15 @@ * Set up namespace */ namespace TestVariables { - - - /* - * Test - */ - void fnname(Php::Parameters ¶ms) - { - - - } + + /* + * Test + */ + void fnname(Php::Parameters ¶ms) + { + + + } /** * End of namespace -- cgit v1.2.3