mirror of
https://github.com/php/php-src.git
synced 2025-01-12 05:54:13 +08:00
9 lines
246 B
PHP
9 lines
246 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
|
|
|
|
Notice: Use of undefined constant t - assumed 't' in %s on line %d
|