summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-02-02 19:26:52 +0000
committerMarcus Boerger <helly@php.net>2004-02-02 19:26:52 +0000
commit391494c0eff7f088bc896e7ad30dac95ae4de0dd (patch)
tree9bd483ec265a17088430cd430d07fce8a377b3ed
parenta70a620a01897579ab7d28418532a55dcfb6c459 (diff)
downloadphp-git-391494c0eff7f088bc896e7ad30dac95ae4de0dd.tar.gz
Tests are executed with E_STRICT
-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 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;