mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
This commit is contained in:
commit
ce8be6f499
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ soap.wsdl_cache_enabled=0
|
|||
--FILE--
|
||||
<?php
|
||||
try {
|
||||
$x = new SoapClient('http://slashdot.org');
|
||||
$x = new SoapClient('https://php.net');
|
||||
} catch (SoapFault $e) {
|
||||
echo $e->getMessage() . PHP_EOL;
|
||||
}
|
||||
die('ok');
|
||||
?>
|
||||
--EXPECTF--
|
||||
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://slashdot.org' : %s
|
||||
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://php.net' : %s
|
||||
|
||||
ok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue