summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/normal_exit.phpt
blob: 692614e98f53703686b3d345d3c8461c7163cc12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--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);