summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/php_pragma_runme.php
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-03-22 16:00:09 +1300
committerOlly Betts <olly@survex.com>2021-03-23 11:47:19 +1300
commite54d44c4be45fec4580b2a0ad2932bd329ecd003 (patch)
treed590ceff3da22e5478d13e2a7149ab88b557640c /Examples/test-suite/php/php_pragma_runme.php
parent00fa844352469665f45cd166d58c4b87ee2e94bb (diff)
downloadswig-e54d44c4be45fec4580b2a0ad2932bd329ecd003.tar.gz
php: Omit closing ?> in manual and examples
PSR-12 says "The closing ?> tag MUST be omitted from files containing only PHP".
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();
-
-?>