diff options
-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 7d0033da56..1388e00172 100644 --- a/ext/soap/tests/soap12/soap12-test.inc +++ b/ext/soap/tests/soap12/soap12-test.inc @@ -1,6 +1,6 @@ <?php class Soap12test { - var $header; + public $header; function echoOk($x) { return $x; |