-
Notifications
You must be signed in to change notification settings - Fork 8k
tree-wide: Clean up interaction with bool
values
#19940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
dc75bb4
calendar: Use `true` / `false` instead of `1` / `0` when assigning to…
TimWolla b32bc35
com_dotnet: Use `true` / `false` instead of `1` / `0` when assigning …
TimWolla 843cc54
date: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla acb5c7c
dba: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 797e8a4
dom: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 1ed8f2a
ffi: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 62701c0
ftp: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 66e3dcb
gmp: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla bc7961f
hash: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 75eec9a
iconv: Use `true` / `false` instead of `1` / `0` when assigning to `b…
TimWolla 762624c
intl: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 1c077ac
json: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 7121dd0
ldap: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 3b30e3b
mbstring: Use `true` / `false` instead of `1` / `0` when assigning to…
TimWolla 0fe0a32
mysqli: Use `true` / `false` instead of `1` / `0` when assigning to `…
TimWolla 68ea653
mysqlnd: Use `true` / `false` instead of `1` / `0` when assigning to …
TimWolla 99a88d1
odbc: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 5a0e87a
opcache: Use `true` / `false` instead of `1` / `0` when assigning to …
TimWolla 703a047
openssl: Use `true` / `false` instead of `1` / `0` when assigning to …
TimWolla c5fbc7e
pcre: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla d3bbc02
pdo: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla bf3c6a8
pdo_dblib: Use `true` / `false` instead of `1` / `0` when assigning t…
TimWolla 03c0c8c
pdo_firebird: Use `true` / `false` instead of `1` / `0` when assignin…
TimWolla c65bb4b
pdo_mysql: Use `true` / `false` instead of `1` / `0` when assigning t…
TimWolla a56cabc
pdo_pgsql: Use `true` / `false` instead of `1` / `0` when assigning t…
TimWolla fefb83e
phar: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla f657d6c
reflection: Use `true` / `false` instead of `1` / `0` when assigning …
TimWolla 34bad56
session: Use `true` / `false` instead of `1` / `0` when assigning to …
TimWolla 4bfbe64
simplexml: Use `true` / `false` instead of `1` / `0` when assigning t…
TimWolla 078e7da
soap: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla a89c789
spl: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla fb3c4a7
sqlite3: Use `true` / `false` instead of `1` / `0` when assigning to …
TimWolla 646c833
standard: Use `true` / `false` instead of `1` / `0` when assigning to…
TimWolla c29b398
sysvmsg: Use `true` / `false` instead of `1` / `0` when assigning to …
TimWolla e80609b
sysvsem: Use `true` / `false` instead of `1` / `0` when assigning to …
TimWolla 22bf49e
sysvshm: Use `true` / `false` instead of `1` / `0` when assigning to …
TimWolla 66a2fe1
xml: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla a38aac2
xmlwriter: Use `true` / `false` instead of `1` / `0` when assigning t…
TimWolla e537e1e
zip: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 38c93bb
zlib: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 9eb252a
Optimizer: Use `true` / `false` instead of `1` / `0` when assigning t…
TimWolla fc8446a
Zend: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
TimWolla 1ae731b
date: Use `return true` / `return false` for functions returning `bool`
TimWolla ffdf419
exif: Use `return true` / `return false` for functions returning `bool`
TimWolla 564c22d
filter: Use `return true` / `return false` for functions returning `b…
TimWolla fd25dbc
ftp: Use `return true` / `return false` for functions returning `bool`
TimWolla 3b36e8e
intl: Use `return true` / `return false` for functions returning `bool`
TimWolla 6807bbe
mysqlnd: Use `return true` / `return false` for functions returning `…
TimWolla cde0c57
opcache: Use `return true` / `return false` for functions returning `…
TimWolla 44c1cfc
openssl: Use `return true` / `return false` for functions returning `…
TimWolla 7b45533
pcre: Use `return true` / `return false` for functions returning `bool`
TimWolla d881b67
pdo: Use `return true` / `return false` for functions returning `bool`
TimWolla 1aae2f3
phar: Use `return true` / `return false` for functions returning `bool`
TimWolla b21e08a
session: Use `return true` / `return false` for functions returning `…
TimWolla ddec4a5
soap: Use `return true` / `return false` for functions returning `bool`
TimWolla 6748025
sockets: Use `return true` / `return false` for functions returning `…
TimWolla 21e88cb
sodium: Use `return true` / `return false` for functions returning `b…
TimWolla 240c4ac
spl: Use `return true` / `return false` for functions returning `bool`
TimWolla 773e83f
standard: Use `return true` / `return false` for functions returning …
TimWolla b47afc2
tokenizer: Use `return true` / `return false` for functions returning…
TimWolla 5fdf833
zlib: Use `return true` / `return false` for functions returning `bool`
TimWolla 06c393e
Optimizer: Use `return true` / `return false` for functions returning…
TimWolla 170f0f3
Zend: Use `return true` / `return false` for functions returning `bool`
TimWolla aa0c66f
com_dotnet: Use `true` / `false` instead of `1` / `0` for `bool` para…
TimWolla d4305c8
date: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla ab2d6df
dba: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla 7fa390e
ffi: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla 937e807
hash: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla c8a02cc
mbstring: Use `true` / `false` instead of `1` / `0` for `bool` parame…
TimWolla 8fde6ea
opcache: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla 86b8b6e
openssl: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla 50b6d36
pdo: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla 81e8d39
pgsql: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla b33fd88
phar: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla c198044
reflection: Use `true` / `false` instead of `1` / `0` for `bool` para…
TimWolla c4e7f0d
session: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla 8a6adce
spl: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla 4a70271
standard: Use `true` / `false` instead of `1` / `0` for `bool` parame…
TimWolla ef80d24
Optimizer: Use `true` / `false` instead of `1` / `0` for `bool` param…
TimWolla e01837f
Zend: Use `true` / `false` instead of `1` / `0` for `bool` parameters
TimWolla 5fd13bb
openssl: Use `true` / `false` instead of `1` / `0` for `bool` paramet…
TimWolla d69ff81
standard: Use `true` / `false` instead of `1` / `0` for `bool` parame…
TimWolla c76f355
Optimizer: Use `true` / `false` instead of `1` / `0` for `bool` param…
TimWolla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huge 👍 for making the codebase cleaner.
What about integrating the simpler patches like:
into the CI directly?