summaryrefslogtreecommitdiff
path: root/ext/rpc/java/java.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-05 23:01:21 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-05 23:01:21 +0000
commit2c93a6ac2d785ee19ef740560cf803a242a38804 (patch)
treef00d8b0d137eddff30e6225adf19ac52e3bea8d6 /ext/rpc/java/java.c
parent6a42e63deeeabe5afa9636998e9ac61861fc5105 (diff)
downloadphp-git-2c93a6ac2d785ee19ef740560cf803a242a38804.tar.gz
proto fixes
Diffstat (limited to 'ext/rpc/java/java.c')
-rw-r--r--ext/rpc/java/java.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/rpc/java/java.c b/ext/rpc/java/java.c
index 0b32ee533e..1c29b79f85 100644
--- a/ext/rpc/java/java.c
+++ b/ext/rpc/java/java.c
@@ -480,6 +480,8 @@ void java_call_function_handler(INTERNAL_FUNCTION_PARAMETERS, zend_property_refe
/***************************************************************************/
+/* {{{ proto object java_last_exception_get(void)
+ Get last Java exception */
PHP_FUNCTION(java_last_exception_get)
{
jlong result = 0;
@@ -495,8 +497,12 @@ PHP_FUNCTION(java_last_exception_get)
(*JG(jenv))->CallVoidMethod(JG(jenv), JG(php_reflect), lastEx, result);
}
+/* }}} */
+
/***************************************************************************/
+/* {{{ proto void java_last_exception_clear(void)
+ Clear last java extension */
PHP_FUNCTION(java_last_exception_clear)
{
jlong result = 0;
@@ -512,6 +518,8 @@ PHP_FUNCTION(java_last_exception_clear)
(*JG(jenv))->CallVoidMethod(JG(jenv), JG(php_reflect), clearEx);
}
+/* }}} */
+
/***************************************************************************/
static pval _java_getset_property