From c8035b10c4d49a590dc9bc2c0b60e5ecdf7b60e7 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Fri, 21 Sep 2001 23:06:11 +0000 Subject: [PATCH] Better XML, add comment about very strange sentence of which I hardly can believe it's correct. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57995 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/java.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/functions/java.xml b/functions/java.xml index a80ad37a09..407b66785f 100644 --- a/functions/java.xml +++ b/functions/java.xml @@ -1,5 +1,5 @@ - + Java PHP / Java Integration @@ -108,13 +108,17 @@ differences in types between the two languages. The PHP Java extension employs a simple, but fairly effective, metric for determining which overload is the best match. - + + Additionally, method names in PHP are not case sensitive, potentially increasing the number of overloads to select from. - + + Once a method is selected, the parameters are cooerced if necessary, possibly with a loss of data (example: double precision floating point numbers will be converted to boolean). +