mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
9 lines
183 B
PHP
Executable File
9 lines
183 B
PHP
Executable File
--TEST--
|
|
033: Import statement with non-compound name
|
|
--FILE--
|
|
<?php
|
|
use A;
|
|
--EXPECTF--
|
|
Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
|
|
|