diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-05 23:07:13 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-05 23:07:13 +0000 |
commit | c08d1ad74c1acdbadfad7b14b8bd34920f384f72 (patch) | |
tree | d8e218663e635ea0263fc16a14a945181b79f230 /ext/satellite/php_orbit.c | |
parent | 2c93a6ac2d785ee19ef740560cf803a242a38804 (diff) | |
download | php-git-c08d1ad74c1acdbadfad7b14b8bd34920f384f72.tar.gz |
proto fix
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) |