mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
09518063e1
commit
c8035b10c4
1 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<reference id="ref.java">
|
||||
<title>Java</title>
|
||||
<titleabbrev>PHP / Java Integration</titleabbrev>
|
||||
|
@ -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.
|
||||
|
||||
</simpara>
|
||||
<simpara>
|
||||
Additionally, method names in PHP are not case sensitive, potentially
|
||||
increasing the number of overloads to select from.
|
||||
|
||||
</simpara>
|
||||
<simpara>
|
||||
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).
|
||||
<!-- FIXME Why aren't java-doubles converted to PHP-floats? Is this
|
||||
correct? -->
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue