blob: 8d5ba234c7978fe6ebd063aaefb51e0f73d07831 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--TEST--
Bug #73794 (Crash (out of memory) when using run and # command separator)
--PHPDBG--
r echo # quit
--EXPECTF--
[Successful compilation of %s]
prompt> echo
--FILE--
<?php
echo $argv[1];
?>
|