Skip to content

Commit

Permalink
Update extract's ExpectedValues
Browse files Browse the repository at this point in the history
Add missing ExpectedValue "EXTR_IF_EXISTS" to `extract`'s `$flags`
  • Loading branch information
j-applese3d authored and DmitryTronin committed Jul 25, 2022
1 parent fcd660e commit 01006d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions standard/standard_8.php
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ function extract(
EXTR_PREFIX_SAME,
EXTR_PREFIX_ALL,
EXTR_PREFIX_INVALID,
EXTR_IF_EXISTS,
EXTR_PREFIX_IF_EXISTS,
EXTR_REFS
])] int $flags = EXTR_OVERWRITE,
Expand Down

0 comments on commit 01006d9

Please sign in to comment.