Looking at the opcode handler for exit, it looks like you can call
zend_bailout() to terminate the request.

Note that since exit is an opcode and not a function,
call_user_function won't work.

--Wez.

On Fri, 2 Jul 2004 10:00:32 +0100 (BST), Cris H
<[EMAIL PROTECTED]> wrote:
> I'm trying to ascertain the correct way to terminate
> the entire calling php script, after print-out, once
> this function has been called. There seem to be a
> number of ways of trying to do this, but I was
> wondering if there is a well-established, correct
> methodology in standard use.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to