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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user