mirror of
https://github.com/php/php-src.git
synced 2024-12-15 12:54:57 +08:00
Fixed return value changed previously
This commit is contained in:
parent
2a30239eb7
commit
c82d6062ac
@ -1351,7 +1351,7 @@ PHP_MINFO_FUNCTION(gd)
|
||||
PHP_FUNCTION(gd_info)
|
||||
{
|
||||
if (zend_parse_parameters_none() == FAILURE) {
|
||||
return;
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
array_init(return_value);
|
||||
|
Loading…
Reference in New Issue
Block a user