summaryrefslogtreecommitdiff
path: root/ext/soap/tests/soap12/soap12-test.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/soap12/soap12-test.inc')
-rw-r--r--ext/soap/tests/soap12/soap12-test.inc2
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);
}