mirror of
https://github.com/php/php-src.git
synced 2024-12-18 06:21:41 +08:00
9 lines
135 B
PHP
9 lines
135 B
PHP
--TEST--
|
|
Unterminated comment
|
|
--FILE--
|
|
<?php
|
|
/* Foo
|
|
Bar
|
|
--EXPECTF--
|
|
Parse error: Unterminated comment starting line 2 in %s on line %d
|