NAME
    call_out_info - get info on all pending call outs

    SYNOPSIS
    mixed *call_out_info()

    DESCRIPTION
    Get information about all pending call outs. An array is returned, where every item in the array consists 4 elements:

    	({
    	  The object,
    	  The function,
    	  The delay left,
    	  The optional argument
            })
    

    BUGS
    The time left might be less than zero.

    SEE ALSO
    call_out, remove_call_out, find_call_out