ws pollution removed.

This commit is contained in:
foobar 2001-04-20 15:37:55 +00:00
parent c78e847153
commit d9b2f7910e

View file

@ -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;