1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Change argument error message format

Closes GH-5211
This commit is contained in:
Máté Kocsis
2020-02-25 20:58:33 +01:00
parent c7094d8926
commit 960318ed95
357 changed files with 1168 additions and 1158 deletions
@@ -13,4 +13,4 @@ try {
?>
--EXPECT--
Ok - SplFixedArray::__construct() expects argument #1 ($size) to be of type int, string given
Ok - SplFixedArray::__construct(): Argument #1 ($size) must be of type int, string given