From f242d61481a6b2d0b0f033deb9ecc6c9c6bb176d Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 22 Jun 2001 20:34:01 +0000 Subject: [PATCH] activated java reference and corrected some small errors in java.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50010 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/java.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/functions/java.xml b/functions/java.xml index 07ac83ea28..6a70f007f1 100644 --- a/functions/java.xml +++ b/functions/java.xml @@ -86,16 +86,17 @@ - + Exceptions raised result in PHP warnings, and null results. The warnings may be eliminated by prefixing the method call with an "@" sign. The following APIs may be used to retrieve and reset the last error: - java_last_exception_get - java_last_exception_clear - + java_last_exception_get + java_last_exception_clear + + @@ -164,6 +165,7 @@ void java_last_exception_clear + @@ -179,6 +181,7 @@ exception java_last_exception_get + @@ -186,6 +189,7 @@ handler from within PHP: + Java exception handler