1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/sapi/phpdbg/tests/bug73794.phpt

12 lines
197 B
PHP

--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];
?>