summaryrefslogtreecommitdiff
path: root/tests/run-test
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-08-09 11:06:57 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-08-09 22:03:36 +0200
commit7aacc705d03887c64a90489e367f4c40b46aa3c2 (patch)
treeec7388f82b37e8611c7513aa95678d7feae82329 /tests/run-test
parent05478e985eb50c473054b4f1bf174f48ead78784 (diff)
downloadphp-git-7aacc705d03887c64a90489e367f4c40b46aa3c2.tar.gz
Add many missing closing PHP tags to tests
Closes GH-5958
Diffstat (limited to 'tests/run-test')
-rw-r--r--tests/run-test/bug75042-3.phpt1
-rw-r--r--tests/run-test/bug75042.phpt1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-test/bug75042-3.phpt b/tests/run-test/bug75042-3.phpt
index e3387aa034..5a30143be9 100644
--- a/tests/run-test/bug75042-3.phpt
+++ b/tests/run-test/bug75042-3.phpt
@@ -8,5 +8,6 @@ display_errors=1
nonexistentsharedmodule
--FILE--
<?php
+?>
--EXPECTF--
Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A
diff --git a/tests/run-test/bug75042.phpt b/tests/run-test/bug75042.phpt
index 001e8f3e7d..af3005372b 100644
--- a/tests/run-test/bug75042.phpt
+++ b/tests/run-test/bug75042.phpt
@@ -13,5 +13,6 @@ openssl
--FILE--
<?php
var_dump(extension_loaded('openssl'));
+?>
--EXPECT--
bool(true)