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 [ */