Skip to content

Commit 0581508

Browse files
committed
Fixed pow() function info
1 parent 53b3a44 commit 0581508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ static const func_info_t func_infos[] = {
336336
F0("is_finite", MAY_BE_FALSE | MAY_BE_TRUE),
337337
F0("is_nan", MAY_BE_FALSE | MAY_BE_TRUE),
338338
F0("is_infinite", MAY_BE_FALSE | MAY_BE_TRUE),
339-
F0("pow", MAY_BE_NULL | MAY_BE_LONG | MAY_BE_DOUBLE | MAY_BE_OBJECT),
339+
F1("pow", MAY_BE_NULL | MAY_BE_LONG | MAY_BE_DOUBLE | MAY_BE_OBJECT),
340340
F0("exp", MAY_BE_DOUBLE),
341341
F0("log", MAY_BE_FALSE | MAY_BE_DOUBLE),
342342
F0("log10", MAY_BE_DOUBLE),

0 commit comments

Comments
 (0)