mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
MFB fix tests
This commit is contained in:
parent
247d91e780
commit
cfa135cb17
2 changed files with 15 additions and 15 deletions
|
@ -61,9 +61,9 @@ bool(false)
|
|||
bool(true)
|
||||
bool(false)
|
||||
bool(false)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(%d)
|
||||
int(%d)
|
||||
int(%d)
|
||||
string(38) "phar://*/files/phar_oo_test.phar.php%cb"
|
||||
string(1) "b"
|
||||
int(0)
|
||||
|
@ -74,9 +74,9 @@ bool(false)
|
|||
bool(false)
|
||||
bool(true)
|
||||
bool(false)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(%d)
|
||||
int(%d)
|
||||
int(%d)
|
||||
string(42) "phar://*/files/phar_oo_test.phar.php%cb.php"
|
||||
string(5) "b.php"
|
||||
int(32)
|
||||
|
@ -87,9 +87,9 @@ bool(false)
|
|||
bool(true)
|
||||
bool(false)
|
||||
bool(false)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(%d)
|
||||
int(%d)
|
||||
int(%d)
|
||||
string(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
|
||||
string(5) "e.php"
|
||||
int(32)
|
||||
|
@ -100,9 +100,9 @@ bool(false)
|
|||
bool(true)
|
||||
bool(false)
|
||||
bool(false)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(%d)
|
||||
int(%d)
|
||||
int(%d)
|
||||
==RECURSIVE==
|
||||
string(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
|
||||
string(5) "a.php"
|
||||
|
|
|
@ -64,9 +64,9 @@ __halt_compiler();
|
|||
?>
|
||||
--EXPECTF--
|
||||
MyFile::__construct(phar://*/files/phar_oo_test.phar.php/a.php)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(1141214400)
|
||||
int(%d)
|
||||
int(%d)
|
||||
int(%d)
|
||||
int(0)
|
||||
bool(false)
|
||||
string(32) "<?php echo "This is a.php\n"; ?>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue