mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
Revert "Update versions for PHP 8.0.21"
This reverts commit 6eedacdf15.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
--TEST--
|
||||
SplFixedArray::__construct() with float passed as parameter.
|
||||
--CREDITS--
|
||||
PHPNW Test Fest 2009 - Jordan Hatch
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
$array = new SplFixedArray( 3.141 );
|
||||
|
||||
echo $array->getSize();
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
3
|
||||
Reference in New Issue
Block a user