Skip to content

Commit 3881347

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 404c96e + 96340e9 commit 3881347

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: ext/zend_test/tests/gh17797.phpt

+1
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

Diff for: ext/zend_test/tests/gh17899.phpt

+1
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)