mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Comparing extension objects (bug #41697)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241383 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
028a5aff9c
commit
a0d74ea1ef
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<sect1 xml:id="language.oop5.object-comparison" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Comparing objects</title>
|
||||
<para>
|
||||
|
@ -100,6 +100,11 @@ o1 !== o2 : TRUE
|
|||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Extensions can define own rules for their objects comparison.
|
||||
</para>
|
||||
</note>
|
||||
</sect1>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue