xref: /php-src/Zend/tests/bug69755.phpt (revision d30cd7d7)
1--TEST--
2Bug #69755: segfault in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER
3--FILE--
4<?php
5c . 10;
6?>
7--EXPECTF--
8Fatal error: Uncaught Error: Undefined constant "c" in %s:%d
9Stack trace:
10#0 {main}
11  thrown in %s on line %d
12