mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
revert changes to test
This commit is contained in:
parent
10d45c7668
commit
68cd2941fd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ file_put_contents(dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.
|
||||||
$fp = fopen('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php', 'wb');
|
$fp = fopen('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php', 'wb');
|
||||||
fwrite($fp, 'extra');
|
fwrite($fp, 'extra');
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php';exit;
|
include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php';
|
||||||
?>
|
?>
|
||||||
===DONE===
|
===DONE===
|
||||||
--CLEAN--
|
--CLEAN--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue