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:
@@ -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
|
||||
Reference in New Issue
Block a user