diff options
Diffstat (limited to 'ext/soap/tests/soap12/soap12-test.inc')
-rw-r--r-- | ext/soap/tests/soap12/soap12-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/soap12/soap12-test.inc b/ext/soap/tests/soap12/soap12-test.inc index fbdc855a7e..e27712241f 100644 --- a/ext/soap/tests/soap12/soap12-test.inc +++ b/ext/soap/tests/soap12/soap12-test.inc @@ -90,7 +90,7 @@ class Soap12test { return count($input); } - function isNil($input) { + function isNil($input=NULL) { return is_null($input); } |