From: Anatol Belski Date: Wed, 1 Feb 2017 11:18:55 +0000 (+0100) Subject: fix test portability X-Git-Tag: php-7.2.0alpha1~435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17f6f713ad642694dcbcdca398ef7ea36f3c8d22;p=php fix test portability --- diff --git a/ext/hash/tests/reuse.phpt b/ext/hash/tests/reuse.phpt index acf901dd22..481a6cfe0f 100644 --- a/ext/hash/tests/reuse.phpt +++ b/ext/hash/tests/reuse.phpt @@ -9,4 +9,4 @@ $h = hash_init('md5'); hash_final($h); hash_update($h, 'foo'); --EXPECTF-- -Warning: hash_update(): supplied resource is not a valid Hash Context resource in %s/ext/hash/tests/reuse.php on line 5 +Warning: hash_update(): supplied resource is not a valid Hash Context resource in %s%eext%ehash%etests%ereuse.php on line %d