1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-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());