mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58: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(true)
|
||||||
bool(false)
|
bool(false)
|
||||||
bool(false)
|
bool(false)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
string(38) "phar://*/files/phar_oo_test.phar.php%cb"
|
string(38) "phar://*/files/phar_oo_test.phar.php%cb"
|
||||||
string(1) "b"
|
string(1) "b"
|
||||||
int(0)
|
int(0)
|
||||||
|
@ -74,9 +74,9 @@ bool(false)
|
||||||
bool(false)
|
bool(false)
|
||||||
bool(true)
|
bool(true)
|
||||||
bool(false)
|
bool(false)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
string(42) "phar://*/files/phar_oo_test.phar.php%cb.php"
|
string(42) "phar://*/files/phar_oo_test.phar.php%cb.php"
|
||||||
string(5) "b.php"
|
string(5) "b.php"
|
||||||
int(32)
|
int(32)
|
||||||
|
@ -87,9 +87,9 @@ bool(false)
|
||||||
bool(true)
|
bool(true)
|
||||||
bool(false)
|
bool(false)
|
||||||
bool(false)
|
bool(false)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
string(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
|
string(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
|
||||||
string(5) "e.php"
|
string(5) "e.php"
|
||||||
int(32)
|
int(32)
|
||||||
|
@ -100,9 +100,9 @@ bool(false)
|
||||||
bool(true)
|
bool(true)
|
||||||
bool(false)
|
bool(false)
|
||||||
bool(false)
|
bool(false)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
==RECURSIVE==
|
==RECURSIVE==
|
||||||
string(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
|
string(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
|
||||||
string(5) "a.php"
|
string(5) "a.php"
|
||||||
|
|
|
@ -64,9 +64,9 @@ __halt_compiler();
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
MyFile::__construct(phar://*/files/phar_oo_test.phar.php/a.php)
|
MyFile::__construct(phar://*/files/phar_oo_test.phar.php/a.php)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(1141214400)
|
int(%d)
|
||||||
int(0)
|
int(0)
|
||||||
bool(false)
|
bool(false)
|
||||||
string(32) "<?php echo "This is a.php\n"; ?>"
|
string(32) "<?php echo "This is a.php\n"; ?>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue