-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
PHP_INT_MAX/MIN types make no sense #11189
Comments
I found these snippets: https://psalm.dev/r/56c6ecbbab<?php
$foo = PHP_INT_MAX;
/** @psalm-trace $foo */;
if ($foo < 5) {
echo "impossible";
}
|
kkmuffme
added a commit
to kkmuffme/psalm
that referenced
this issue
Dec 23, 2024
* Fix vimeo#11189 * Fix PHP_DEBUG constant for PHP 8.4 part of vimeo#11107
kkmuffme
added a commit
to kkmuffme/psalm
that referenced
this issue
Dec 23, 2024
* Fix vimeo#11189 * Fix PHP_DEBUG constant for PHP 8.4 part of vimeo#11107
kkmuffme
added a commit
to kkmuffme/psalm
that referenced
this issue
Dec 23, 2024
* Fix vimeo#11189 * Fix PHP_DEBUG constant for PHP 8.4 part of vimeo#11107
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
https://psalm.dev/r/56c6ecbbab
The text was updated successfully, but these errors were encountered: