mirror of
https://github.com/php/php-src.git
synced 2024-12-25 01:40:50 +08:00
9 lines
187 B
PHP
9 lines
187 B
PHP
--TEST--
|
|
Bug #69755: segfault in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER
|
|
--FILE--
|
|
<?php
|
|
c . 10;
|
|
?>
|
|
--EXPECTF--
|
|
Notice: Use of undefined constant c - assumed 'c' in %sbug69755.php on line 2
|