php-src/sapi/phpdbg/tests/phpdbg_oplog_002.phpt
2015-07-20 20:41:07 +02:00

17 lines
266 B
PHP

--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());