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