diff --git a/language/operators.xml b/language/operators.xml index 990b68d952..46d3a7ea2e 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1296,7 +1296,7 @@ Expression: 0 = -4 << 62 Null Coalesce Operator Returns the first operand from left to right that exists and not NULL. - If nothing exsits will return NULL. Available as of PHP 7. + If nothing exists will return &null;. Available as of PHP 7.