mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
11 lines
197 B
PHP
11 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];
|
|
?>
|