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:
@@ -1,7 +1,7 @@
|
||||
--TEST--
|
||||
Detailed reporting on specific types of syntax errors
|
||||
--FILE--
|
||||
<?
|
||||
<?php
|
||||
$badCode = [
|
||||
"if(1 > 2", /* unclosed ( */
|
||||
"[1, 2,", /* unclosed [ */
|
||||
|
||||
Reference in New Issue
Block a user