Skip to content

Commit

Permalink
Fix type of the PHP_FLOAT_DIG constant
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Sep 10, 2023
1 parent 49980ee commit 58657ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main/main.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
*/
const PHP_FD_SETSIZE = UNKNOWN;
/**
* @var float
* @var int
* @cvalue DBL_DIG
*/
const PHP_FLOAT_DIG = UNKNOWN;
Expand Down
4 changes: 2 additions & 2 deletions main/main_arginfo.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58657ff

Please sign in to comment.