mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
17 lines
265 B
PHP
17 lines
265 B
PHP
--TEST--
|
|
phpdbg_end_oplog() alone must not crash
|
|
--PHPDBG--
|
|
r
|
|
q
|
|
--EXPECTF--
|
|
[Successful compilation of %s]
|
|
prompt>
|
|
Warning: Cannot end an oplog without starting it in %s on line 3
|
|
NULL
|
|
[Script ended normally]
|
|
prompt>
|
|
--FILE--
|
|
<?php
|
|
|
|
var_dump(phpdbg_end_oplog());
|