Skip to content

Commit 28f2704

Browse files
committed
Fix variable name on error.
1 parent d521b3c commit 28f2704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/254_getConfigureOptions.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $allOptions = Imagick::getConfigureOptions();
1616

1717
if (!is_array($allOptions)) {
1818
echo "Failed to return array".PHP_EOL;
19-
var_dump($options);
19+
var_dump($allOptions);
2020
}
2121
else if (count($allOptions) == 0) {
2222
echo "allOptions is empty".PHP_EOL;

0 commit comments

Comments
 (0)