mirror of
https://github.com/php/php-src.git
synced 2024-12-26 02:10:46 +08:00
17 lines
266 B
PHP
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());
|