Skip to content

Commit 2c251f9

Browse files
committed
[skip ci] zend_test adding closing tags to newer tests
1 parent cefdf00 commit 2c251f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ext/zend_test/tests/gh17797.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $source = '<?php
1010
require("sumfile.php");
1111
?>';
1212
try {zend_test_compile_string($source,$source,$c);} catch (Exception $e) { echo($e); }
13+
?>
1314
--EXPECTF--
1415

1516
Warning: Undefined variable $c in %s on line %d

ext/zend_test/tests/gh17899.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $source = '<?php
1212
require("sumfile.php");
1313
?>';
1414
try {zend_test_compile_string($source,$source,$c);} catch (Exception $e) { echo($e); }
15+
?>
1516
--EXPECTF--
1617

1718
Warning: Undefined variable $c in %s on line %d

0 commit comments

Comments
 (0)