File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ typedef struct _zend_fcall_info_cache {
99
99
* Note that if you are asserting that a function is compile-time evaluable, you are asserting that
100
100
*
101
101
* 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.
103
103
* 3. The function does not have side effects. It is okay if they throw
104
104
* or warn on invalid arguments, as we detect this and will discard the evaluation result.
105
105
* 4. The function will not take an unreasonable amount of time or memory to compute on code that may be seen in practice.
You can’t perform that action at this time.
0 commit comments