xref: /PHP-7.4/sapi/phpdbg/tests/bug73794.phpt (revision 8b06b7e2)
1--TEST--
2Bug #73794 (Crash (out of memory) when using run and # command separator)
3--PHPDBG--
4r echo # quit
5--EXPECTF--
6[Successful compilation of %s]
7prompt> echo
8--FILE--
9<?php
10echo $argv[1];
11?>
12