1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3' into PHP-8.4

This commit is contained in:
David Carlier
2025-02-23 13:23:38 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ $source = '<?php
require("sumfile.php");
?>';
try {zend_test_compile_string($source,$source,$c);} catch (Exception $e) { echo($e); }
?>
--EXPECTF--
Warning: Undefined variable $c in %s on line %d

View File

@@ -12,6 +12,7 @@ $source = '<?php
require("sumfile.php");
?>';
try {zend_test_compile_string($source,$source,$c);} catch (Exception $e) { echo($e); }
?>
--EXPECTF--
Warning: Undefined variable $c in %s on line %d