We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b3a44 commit 0581508Copy full SHA for 0581508
ext/opcache/Optimizer/zend_func_info.c
@@ -336,7 +336,7 @@ static const func_info_t func_infos[] = {
336
F0("is_finite", MAY_BE_FALSE | MAY_BE_TRUE),
337
F0("is_nan", MAY_BE_FALSE | MAY_BE_TRUE),
338
F0("is_infinite", MAY_BE_FALSE | MAY_BE_TRUE),
339
- F0("pow", MAY_BE_NULL | MAY_BE_LONG | MAY_BE_DOUBLE | MAY_BE_OBJECT),
+ F1("pow", MAY_BE_NULL | MAY_BE_LONG | MAY_BE_DOUBLE | MAY_BE_OBJECT),
340
F0("exp", MAY_BE_DOUBLE),
341
F0("log", MAY_BE_FALSE | MAY_BE_DOUBLE),
342
F0("log10", MAY_BE_DOUBLE),
0 commit comments