Skip to content

Commit 2b17d40

Browse files
committed
[skip ci] Update comment
1 parent add5428 commit 2b17d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ typedef struct _zend_fcall_info_cache {
9999
* Note that if you are asserting that a function is compile-time evaluable, you are asserting that
100100
*
101101
* 1. The function will always have the same result for the same arguments
102-
* 2. The function does not depend on global state such as ini settings or locale (e.g. mb_strtolower), float to string conversions, etc.
102+
* 2. The function does not depend on global state such as ini settings or locale (e.g. mb_strtolower), number_format(), etc.
103103
* 3. The function does not have side effects. It is okay if they throw
104104
* or warn on invalid arguments, as we detect this and will discard the evaluation result.
105105
* 4. The function will not take an unreasonable amount of time or memory to compute on code that may be seen in practice.

0 commit comments

Comments
 (0)