1<?php 2var_dump(file_exists("phar://" . __FILE__ . "/test.txt")); 3clearstatcache(); 4Phar::mount("test.txt", "phar://" . __FILE__ . "/tobemounted"); 5var_dump(file_exists("phar://" . __FILE__ . "/test.txt"), file_get_contents("phar://" . __FILE__ . "/test.txt")); 6echo "ok\n"; 7__HALT_COMPILER(); ?> 89tobemounted���H�*�ضhi�����X���PF�.��3GBMB