Re: [PHP-DEV] why does exit() print its argument? From: Boian Bonev (boian <email protected>)
Date: 09/29/01

I'd propose to keep exit as_is, and add something like set_exit_status so:

<? set_exit_status(10);
     exit(' as it was before ');
?>

b.

----- Original Message -----
From: "Zeev Suraski" <zeev <email protected>>
To: "Jason Greene" <jason <email protected>>
Cc: "Jim Winstead" <jimw <email protected>>; <php-dev <email protected>>
Sent: Saturday, September 29, 2001 12:14 AM
Subject: Re: [PHP-DEV] why does exit() print its argument?

> At 22:17 28-09-01, Jason Greene wrote:
> >Why does exit still set the exit status then?
>
> Ok, apparently it does (didn't recall that it does). I'm not sure what
the
> logic behind this is.
>
> Zeev
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>