1
0
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:
Gabriel Caruso
2022-07-06 11:53:05 +02:00
parent 6eedacdf15
commit 8a233644fc
20201 changed files with 0 additions and 3823782 deletions
@@ -1,19 +0,0 @@
--TEST--
SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
--FILE--
<?php
var_dump(new SplTempFileObject());
?>
--EXPECT--
object(SplTempFileObject)#1 (5) {
["pathName":"SplFileInfo":private]=>
string(10) "php://temp"
["fileName":"SplFileInfo":private]=>
string(10) "php://temp"
["openMode":"SplFileObject":private]=>
string(1) "w"
["delimiter":"SplFileObject":private]=>
string(1) ","
["enclosure":"SplFileObject":private]=>
string(1) """
}