We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521b3c commit 28f2704Copy full SHA for 28f2704
tests/254_getConfigureOptions.phpt
@@ -16,7 +16,7 @@ $allOptions = Imagick::getConfigureOptions();
16
17
if (!is_array($allOptions)) {
18
echo "Failed to return array".PHP_EOL;
19
- var_dump($options);
+ var_dump($allOptions);
20
}
21
else if (count($allOptions) == 0) {
22
echo "allOptions is empty".PHP_EOL;
0 commit comments