From f77854f6619efff873dfa36fddd2a9b915a89647 Mon Sep 17 00:00:00 2001 From: Stefan Walk Date: Sun, 25 Jan 2004 16:04:05 +0000 Subject: [PATCH] die is not a function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149669 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/die.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/misc/functions/die.xml b/reference/misc/functions/die.xml index 73d27ae59f..1670032d37 100644 --- a/reference/misc/functions/die.xml +++ b/reference/misc/functions/die.xml @@ -1,15 +1,15 @@ - + die - Alias of exit + Equivalent to exit Description - This function is an alias of exit. + This language construct is equivalent to exit.