Date: 09/29/01
- Next message: Sander Steffann: "Re: [PHP-DEV] Re: exit() / die()"
- Previous message: Steve Meyers: "[PHP-DEV] Re: exit() / die()"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] why does exit() print its argument?"
- Next in thread: Markus Fischer: "Re: [PHP-DEV] why does exit() print its argument?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sander Steffann: "Re: [PHP-DEV] Re: exit() / die()"
- Previous message: Steve Meyers: "[PHP-DEV] Re: exit() / die()"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] why does exit() print its argument?"
- Next in thread: Markus Fischer: "Re: [PHP-DEV] why does exit() print its argument?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

