diff --git a/language/operators.xml b/language/operators.xml index 3e7042c5f7..66f2a17a7e 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -1111,9 +1111,10 @@ var_dump($a === $b); // bool(false) Type Operators - PHP has a single type operator: instanceof. - instanceof is used to determine whether a given - object is of a specified object class. + PHP has a single type operator: instanceof is used to + determine whether a given object, his parents or their implemented interfaces are of a specified + object class. The instanceof operator was introduced in PHP 5.