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

[skip ci] zend_test adding closing tags to newer tests

This commit is contained in:
David Carlier
2025-02-23 13:23:26 +00:00
parent cefdf00e7e
commit 2c251f945c
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