Skip to content

Commit 7aacc70

Browse files
committedAug 9, 2020
Add many missing closing PHP tags to tests
Closes phpGH-5958
1 parent 05478e9 commit 7aacc70

File tree

1,103 files changed

+1097
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,103 files changed

+1097
-30
lines changed
 

‎Zend/tests/022.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Ext extends Base
1919
$a = new Ext();
2020
$a->someMethod("foo");
2121
$a->someMethod();
22+
?>
2223
--EXPECT--
2324
foo
2425
default

‎Zend/tests/anon/001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ declare bare anonymous class
33
--FILE--
44
<?php
55
var_dump(new class{});
6+
?>
67
--EXPECTF--
78
object(class@%s)#%d (0) {
89
}

0 commit comments

Comments
 (0)