mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix test using short_tag
This commit is contained in:
parent
ed179c2ef4
commit
8e5df6092d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Detailed reporting on specific types of syntax errors
|
Detailed reporting on specific types of syntax errors
|
||||||
--FILE--
|
--FILE--
|
||||||
<?
|
<?php
|
||||||
$badCode = [
|
$badCode = [
|
||||||
"if(1 > 2", /* unclosed ( */
|
"if(1 > 2", /* unclosed ( */
|
||||||
"[1, 2,", /* unclosed [ */
|
"[1, 2,", /* unclosed [ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue