mirror of
https://github.com/php/php-src.git
synced 2025-01-13 14:34:48 +08:00
12 lines
197 B
PHP
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];
|
|
?>
|