ws pollution removed.

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

View file

@ -345,6 +345,7 @@ PHP_FUNCTION(getimagesize)
struct gfxinfo *result = NULL; struct gfxinfo *result = NULL;
switch(ZEND_NUM_ARGS()) { switch(ZEND_NUM_ARGS()) {
case 1: case 1:
if (zend_get_parameters_ex(1, &arg1) == FAILURE) { if (zend_get_parameters_ex(1, &arg1) == FAILURE) {
WRONG_PARAM_COUNT; WRONG_PARAM_COUNT;