Skip to content

Commit

Permalink
Fix variable name on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Mar 18, 2023
1 parent d521b3c commit 28f2704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/254_getConfigureOptions.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $allOptions = Imagick::getConfigureOptions();

if (!is_array($allOptions)) {
echo "Failed to return array".PHP_EOL;
var_dump($options);
var_dump($allOptions);
}
else if (count($allOptions) == 0) {
echo "allOptions is empty".PHP_EOL;
Expand Down

0 comments on commit 28f2704

Please sign in to comment.