mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +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');
|
||||
fwrite($fp, 'extra');
|
||||
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===
|
||||
--CLEAN--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue