xref: /PHP-7.4/Zend/tests/bug69755.phpt (revision 1b565f13)
1--TEST--
2Bug #69755: segfault in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER
3--FILE--
4<?php
5c . 10;
6?>
7--EXPECTF--
8Warning: Use of undefined constant c - assumed 'c' (this will throw an Error in a future version of PHP) in %sbug69755.php on line 2
9