com php-src: fix test portability: ext/hash/tests/reuse.phpt
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 17f6f713ad642694dcbcdca398ef7ea36f3c8d22 Author: Anatol Belski <[email protected]> Wed, 1 Feb 2017 12:18:55 +0100 Parents: 9edda010053913abc6e13ce2e2df0534e0a604fd Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=17f6f713ad642694dcbcdca398ef7ea36f3c8d22 Log: fix test portability Changed paths: M ext/hash/tests/reuse.phpt Diff: diff --git a/ext/hash/tests/reuse.phpt b/ext/hash/tests/reuse.phpt index acf901d..481a6cf 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