X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fclient012.phpt;h=1e603099f32dd40d2eec48cf8f2097784c730f74;hb=cb4b67381dd7bc1f9c8bc1c65729ed0e694512ae;hp=306f26eb9d3101c52e7538b1b44d220e4b85374d;hpb=e867316f1364f589eec67cc684703c874984430b;p=m6w6%2Fext-http diff --git a/tests/client012.phpt b/tests/client012.phpt index 306f26e..1e60309 100644 --- a/tests/client012.phpt +++ b/tests/client012.phpt @@ -26,7 +26,7 @@ $client->send(); $ti = (array) $client->getTransferInfo($req); var_dump(array_key_exists("ssl_engines", $ti)); -var_dump(0 < count($ti["ssl_engines"] || $ti["tls_session"]["backend"] != "openssl")); +var_dump(0 < count($ti["ssl_engines"]) || $ti["tls_session"]["backend"] != "openssl"); ?> Done --EXPECTF--