mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
Revert "Update versions for PHP 8.0.21"
This reverts commit 6eedacdf15.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
--TEST--
|
||||
ArrayObject: test that you can unserialize a empty string
|
||||
--CREDITS--
|
||||
Havard Eide <nucleuz@gmail.com>
|
||||
#PHPTestFest2009 Norway 2009-06-09 \o/
|
||||
--FILE--
|
||||
<?php
|
||||
$a = new ArrayObject(array());
|
||||
$a->unserialize("");
|
||||
?>
|
||||
Done
|
||||
--EXPECT--
|
||||
Done
|
||||
Reference in New Issue
Block a user