diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-09 11:06:57 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-09 22:03:36 +0200 |
commit | 7aacc705d03887c64a90489e367f4c40b46aa3c2 (patch) | |
tree | ec7388f82b37e8611c7513aa95678d7feae82329 /Zend/tests/bug77345_gc_2.phpt | |
parent | 05478e985eb50c473054b4f1bf174f48ead78784 (diff) | |
download | php-git-7aacc705d03887c64a90489e367f4c40b46aa3c2.tar.gz |
Add many missing closing PHP tags to tests
Closes GH-5958
Diffstat (limited to 'Zend/tests/bug77345_gc_2.phpt')
-rw-r--r-- | Zend/tests/bug77345_gc_2.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/tests/bug77345_gc_2.phpt b/Zend/tests/bug77345_gc_2.phpt index 9d39b6b969..57353c5a3f 100644 --- a/Zend/tests/bug77345_gc_2.phpt +++ b/Zend/tests/bug77345_gc_2.phpt @@ -42,7 +42,8 @@ xxx(); gc_collect_cycles(); var_dump('end'); +?> --EXPECT-- bool(true) string(5) "start" -string(3) "end"
\ No newline at end of file +string(3) "end" |