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 a39d2f8 + 4805be1 commit eb53865Copy full SHA for eb53865
ext/soap/tests/bug73452.phpt
@@ -0,0 +1,17 @@
1
+--TEST--
2
+Bug #73452 Segfault (Regression for #69152)
3
+--SKIPIF--
4
+<?php require_once('skipif.inc'); ?>
5
+--FILE--
6
+<?php
7
+
8
+$data = 'O:9:"SoapFault":4:{s:9:"faultcode";i:4298448493;s:11:"faultstring";i:4298448543;s:7:"'."\0*\0".'file";i:4298447319;s:7:"'."\0*\0".'line";s:4:"ryat";}';
9
+echo unserialize($data);
10
11
+?>
12
+==DONE==
13
+--EXPECTF--
14
+SoapFault exception: [4298448493] 4298448543 in :0
15
+Stack trace:
16
+#0 %sbug73452.php(4): unserialize('O:9:"SoapFault"...')
17
+#1 {main}==DONE==
0 commit comments