We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d3564 + c128dbd commit 4e963bcCopy full SHA for 4e963bc
ext/soap/tests/bug71610.phpt
@@ -8,7 +8,7 @@ if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
8
?>
9
--FILE--
10
<?php
11
-$exploit = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:19:"http://example.org/";s:8:"_cookies";a:1:{s:8:"manhluat";a:3:{i:0;s:0:"";i:1;N;i:2;N;}}}}');
+$exploit = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:19:"http://example.org/";s:8:"_cookies";a:1:{s:8:"manhluat";a:3:{i:0;s:0:"";i:1;N;i:2;N;}}}');
12
try {
13
$exploit->blahblah();
14
} catch(SoapFault $e) {
0 commit comments