I don't understand why this was changed this way, die is still an alias to exit despite both being language constructs. I think you should have just changed the word 'function' to 'language construct' here, right?
Regards, Philip On Sun, 25 Jan 2004, Stefan Walk wrote: > et Sun Jan 25 11:04:05 2004 EDT > > Modified files: > /phpdoc/en/reference/misc/functions die.xml > Log: > die is not a function > > http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/die.xml?r1=1.2&r2=1.3&ty=u > Index: phpdoc/en/reference/misc/functions/die.xml > diff -u phpdoc/en/reference/misc/functions/die.xml:1.2 > phpdoc/en/reference/misc/functions/die.xml:1.3 > --- phpdoc/en/reference/misc/functions/die.xml:1.2 Wed Apr 17 02:40:42 2002 > +++ phpdoc/en/reference/misc/functions/die.xml Sun Jan 25 11:04:05 2004 > @@ -1,15 +1,15 @@ > <?xml version="1.0" encoding="iso-8859-1"?> > -<!-- $Revision: 1.2 $ --> > +<!-- $Revision: 1.3 $ --> > <!-- splitted from ./en/functions/misc.xml, last change in rev 1.57 --> > <refentry id="function.die"> > <refnamediv> > <refname>die</refname> > - <refpurpose>Alias of <function>exit</function></refpurpose> > + <refpurpose>Equivalent to <function>exit</function></refpurpose> > </refnamediv> > <refsect1> > <title>Description</title> > <para> > - This function is an alias of <function>exit</function>. > + This language construct is equivalent to <function>exit</function>. > </para> > </refsect1> > </refentry> >
