diff --git a/language/functions.xml b/language/functions.xml index adc92cfc55..30425b2494 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -598,7 +598,9 @@ NULL mode, only a variable of exact type of the type declaration will be accepted, or a TypeError will be thrown. The only exception to this rule is that an integer may be given - to a function expecting a float. + to a function expecting a float. Function calls from within + internal functions will not be affected by the strict_types + declaration.