phpdbg_oplog_002.phpt 266 B

12345678910111213141516
  1. --TEST--
  2. phpdbg_end_oplog() alone must not crash
  3. --PHPDBG--
  4. r
  5. q
  6. --EXPECTF--
  7. [Successful compilation of %s]
  8. prompt>
  9. Warning: Can not end an oplog without starting it in %s on line 3
  10. NULL
  11. [Script ended normally]
  12. prompt>
  13. --FILE--
  14. <?php
  15. var_dump(phpdbg_end_oplog());