mirror of
https://github.com/php/php-src.git
synced 2024-12-19 15:00:15 +08:00
1b565f1393
Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings" [https://wiki.php.net/rfc/deprecate-bareword-strings]
9 lines
301 B
PHP
9 lines
301 B
PHP
--TEST--
|
|
Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
|
|
--FILE--
|
|
<?php [t.[]]; ?>
|
|
--EXPECTF--
|
|
Notice: Array to string conversion in %s on line %d
|
|
|
|
Warning: Use of undefined constant t - assumed 't' (this will throw an Error in a future version of PHP) in %s on line %d
|