Skip to content

Commit 2fad7cd

Browse files
committed
Fix type of the PHP_FLOAT_DIG constant
It used to be an int (https://github.com/php/php-src/pull/9616/files#diff-2978fe1c2c45b4eca89dc476376ddc7193bc4e5e7fff0c7d1c465f057b35a5e6L2155) before constant registration was refactored.
1 parent 2cb4d00 commit 2fad7cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main/main.stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
*/
158158
const PHP_FD_SETSIZE = UNKNOWN;
159159
/**
160-
* @var float
160+
* @var int
161161
* @cvalue DBL_DIG
162162
*/
163163
const PHP_FLOAT_DIG = UNKNOWN;

main/main_arginfo.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)