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