--TEST-- GH-16256 (Assertion failure in ext/soap/php_encoding.c:460) --EXTENSIONS-- soap --FILE-- $classmap]); } catch (Throwable $e) { echo $e->getMessage(), "\n"; } try { new SoapServer($wsdl, ["classmap" => $classmap]); } catch (Throwable $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- SoapClient::__construct(): 'classmap' option must be an associative array SOAP-ENV:ServerSoapServer::__construct(): 'classmap' option must be an associative array