Flowdock
abort_on_exception() public

Returns the status of the global “abort on exception” condition. The default is false. When set to true, or if the global $DEBUG flag is true (perhaps because the command line option -d was specified) all threads will abort (the process will exit(0)) if an exception is raised in any thread. See also Thread::abort_on_exception=.

Show source
Register or log in to add new notes.