mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
ws pollution removed.
This commit is contained in:
parent
c78e847153
commit
d9b2f7910e
1 changed files with 8 additions and 7 deletions
|
@ -344,7 +344,8 @@ PHP_FUNCTION(getimagesize)
|
|||
char temp[64];
|
||||
struct gfxinfo *result = NULL;
|
||||
|
||||
switch(ZEND_NUM_ARGS()){
|
||||
switch(ZEND_NUM_ARGS()) {
|
||||
|
||||
case 1:
|
||||
if (zend_get_parameters_ex(1, &arg1) == FAILURE) {
|
||||
WRONG_PARAM_COUNT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue