1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

Use "float" and "integer" in typehint and zpp errors

This commit is contained in:
Andrea Faulds
2014-12-14 18:20:23 +00:00
parent e20cbdbe97
commit e5eb9530ab
697 changed files with 3369 additions and 3367 deletions
@@ -9,4 +9,4 @@ $array = new SplFixedArray( array("string", 1) );
?>
--EXPECTF--
Warning: SplFixedArray::__construct() expects parameter 1 to be long, array given in %s on line %d
Warning: SplFixedArray::__construct() expects parameter 1 to be integer, array given in %s on line %d