bug73794.phpt 197 B

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