Skip to content

Commit 8e5df60

Browse files
committed
fix test using short_tag
1 parent ed179c2 commit 8e5df60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lang/syntax_errors.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Detailed reporting on specific types of syntax errors
33
--FILE--
4-
<?
4+
<?php
55
$badCode = [
66
"if(1 > 2", /* unclosed ( */
77
"[1, 2,", /* unclosed [ */

0 commit comments

Comments
 (0)