From: SVN Migration Date: Tue, 16 Nov 2004 13:04:40 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. X-Git-Tag: php-5.0.3RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bacd5371f4dbb23f07acb9a5513c5f20c80d4e5a;p=php This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. --- diff --git a/ext/soap/tests/bugs/bug30799.phpt b/ext/soap/tests/bugs/bug30799.phpt new file mode 100644 index 0000000000..9fa0b12f0e --- /dev/null +++ b/ext/soap/tests/bugs/bug30799.phpt @@ -0,0 +1,25 @@ +--TEST-- +Bug #30799 SoapServer doesn't handle private or protected properties +--SKIPIF-- + +--FILE-- +"test://", + "uri" => "test://", + "exceptions" => 0, + "trace" => 1 )); +$x->test(new foo()); +echo $x->__getLastRequest(); +echo "ok\n"; +?> +--EXPECT-- + +abc +ok