From: Christoph M. Becker Date: Fri, 23 Feb 2018 15:23:55 +0000 (+0100) Subject: Fix skip condition X-Git-Tag: php-7.3.0alpha1~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=701d1ab0cc0c42035160a53dc97b513167a3e5cc;p=php Fix skip condition The test is not about mhash, but rather about hash. --- diff --git a/ext/hash/tests/hash_update_stream.phpt b/ext/hash/tests/hash_update_stream.phpt index 7a74313448..86d69b1f24 100644 --- a/ext/hash/tests/hash_update_stream.phpt +++ b/ext/hash/tests/hash_update_stream.phpt @@ -4,7 +4,7 @@ int hash_update_stream ( resource $context , resource $handle [, int $length = - marcosptf - - @phpsp - sao paulo - br --SKIPIF-- +if (!extension_loaded('hash')) die('skip hash extension not available'); ?> --FILE--