diff options
Diffstat (limited to 'ext/satellite/php_orbit.c')
-rw-r--r-- | ext/satellite/php_orbit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/satellite/php_orbit.c b/ext/satellite/php_orbit.c index df7ff12763..5fbef2cc52 100644 --- a/ext/satellite/php_orbit.c +++ b/ext/satellite/php_orbit.c @@ -166,6 +166,8 @@ PHP_FUNCTION(satellite_get_repository_id) { } +/* {{{ proto bool satellite_caught_exception(void) + See if an exception was caught from the previous function */ PHP_FUNCTION(satellite_caught_exception) { RETURN_BOOL(orbit_caught_exception()); @@ -177,6 +179,7 @@ PHP_FUNCTION(satellite_exception_id) RETURN_STRING(p_id, TRUE); } +/* }}} */ /* real name: php_if_orbit_exception_value */ PHP_FUNCTION(satellite_exception_value) |