summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/php_pragma_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/php_pragma_runme.php')
-rw-r--r--Examples/test-suite/php/php_pragma_runme.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/test-suite/php/php_pragma_runme.php b/Examples/test-suite/php/php_pragma_runme.php
index c76cfc9b5..76359dc54 100644
--- a/Examples/test-suite/php/php_pragma_runme.php
+++ b/Examples/test-suite/php/php_pragma_runme.php
@@ -7,5 +7,3 @@ require "php_pragma.php";
check::equal('1.5',(new ReflectionExtension('php_pragma'))->getVersion(),"1.5==version(php_pragma)");
check::done();
-
-?>