diff options
| author | Marcus Boerger <helly@php.net> | 2004-02-02 19:26:52 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-02-02 19:26:52 +0000 |
| commit | 391494c0eff7f088bc896e7ad30dac95ae4de0dd (patch) | |
| tree | 9bd483ec265a17088430cd430d07fce8a377b3ed | |
| parent | a70a620a01897579ab7d28418532a55dcfb6c459 (diff) | |
| download | php-git-391494c0eff7f088bc896e7ad30dac95ae4de0dd.tar.gz | |
Tests are executed with E_STRICT
| -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; |
