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

fix test using short_tag

This commit is contained in:
Remi Collet
2020-04-15 09:26:55 +02:00
parent ed179c2ef4
commit 8e5df6092d

View File

@@ -1,7 +1,7 @@
--TEST--
Detailed reporting on specific types of syntax errors
--FILE--
<?
<?php
$badCode = [
"if(1 > 2", /* unclosed ( */
"[1, 2,", /* unclosed [ */