fix test portability

This commit is contained in:
Anatol Belski 2017-02-01 12:18:55 +01:00
parent 9edda01005
commit 17f6f713ad

View File

@ -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