php-8.0.30-src/sapi/phpdbg/tests/normal_exit.phpt

16 lines
202 B
PHP

--TEST--
A script with die() must end "normally"
--PHPDBG--
r
q
--EXPECTF--
[Successful compilation of %s]
prompt> [Script ended normally]
prompt>
--FILE--
<?php
(function($argv) {
die();
})($argv);