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
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue