]> granicus.if.org Git - php/commitdiff
Tests are executed with E_STRICT
authorMarcus Boerger <helly@php.net>
Mon, 2 Feb 2004 19:26:52 +0000 (19:26 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 2 Feb 2004 19:26:52 +0000 (19:26 +0000)
ext/soap/tests/soap12/soap12-test.inc

index 7d0033da566bb253c6e6228ece61dc6dc0fcb1e3..1388e00172d40ad31a25ea2e35a2cd8b2598b9c9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 class Soap12test {
-       var $header;
+       public $header;
 
        function echoOk($x) {
        return $x;