mirror of
https://github.com/php/php-src.git
synced 2024-12-19 15:00:15 +08:00
11 lines
301 B
PHP
11 lines
301 B
PHP
--TEST--
|
|
Bug #70430: Stack buffer overflow in zend_language_parser()
|
|
--FILE--
|
|
<?php
|
|
|
|
$"*** Testing function() : ***\n";
|
|
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected '"*** Testing function() : ***' (T_CONSTANT_ENCAPSED_STRING), expecting variable (T_VARIABLE) or '{' or '$' in %s on line %d
|