mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
- Update test after SPL change
This commit is contained in:
@@ -41,9 +41,9 @@ __halt_compiler();
|
||||
--EXPECTF--
|
||||
SplFileInfo::setFileClass() expects parameter 1 to be a class name derived from SplFileObject, 'SplFileInfo' given
|
||||
MyFile::__construct(phar://%s/a.php)
|
||||
phar://%s/a.php
|
||||
a.php
|
||||
MyFile::__construct(phar://%s/b/c.php)
|
||||
phar://%s/b/c.php
|
||||
c.php
|
||||
MyFile::__construct(phar://%s/b.php)
|
||||
phar://%s/b.php
|
||||
b.php
|
||||
===DONE===
|
||||
|
||||
Reference in New Issue
Block a user