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