mirror of
https://github.com/php/php-src.git
synced 2026-04-04 06:32:49 +02:00
@@ -5582,7 +5582,7 @@ PHP_FUNCTION(imageaffinematrixget)
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
if (res = GD_FALSE) {
|
||||
if (res == GD_FALSE) {
|
||||
RETURN_FALSE;
|
||||
} else {
|
||||
array_init(return_value);
|
||||
|
||||
Reference in New Issue
Block a user