Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ext/soap/tests/bugs/bug27722.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ soap
wsdl
--INI--
soap.wsdl_cache_enabled=0
--ENV--
LSAN_OPTIONS=detect_leaks=0
--FILE--
<?php
$x = new SoapClient(__DIR__."/bug27722.wsdl");
Expand Down
2 changes: 2 additions & 0 deletions ext/soap/tests/bugs/bug27742.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ soap
wsdl
--INI--
soap.wsdl_cache_enabled=0
--ENV--
LSAN_OPTIONS=detect_leaks=0
--FILE--
<?php
$x = new SoapClient(__DIR__."/bug27742.wsdl");
Expand Down
2 changes: 2 additions & 0 deletions ext/soap/tests/server011.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ soap
wsdl
--INI--
soap.wsdl_cache_enabled=0
--ENV--
LSAN_OPTIONS=detect_leaks=0
--FILE--
<?php
function Add($x,$y) {
Expand Down
2 changes: 2 additions & 0 deletions ext/soap/tests/server012.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ SOAP Server 12: WSDL generation
soap
--GET--
WSDL
--ENV--
LSAN_OPTIONS=detect_leaks=0
--FILE--
<?php
function Add($x,$y) {
Expand Down
Loading