$context = stream_context_create();
file_get_contents("./hi", 0, $context, 0, -1);
echo file_get_contents("foob");
-set_include_path("/home/cellog/workspace/php5/ext/phar/tests");
+set_include_path("%stests");
echo file_get_contents("foob", true);
echo file_get_contents("./hi", 0, $context);
echo file_get_contents("../oops");
$context = stream_context_create();
file_get_contents("./hi", 0, $context, 0, -1);
echo file_get_contents("foob");
-set_include_path("/home/cellog/workspace/php5/ext/phar/tests");
+set_include_path("%stests");
echo file_get_contents("foob", true);
echo file_get_contents("./hi", 0, $context);
echo file_get_contents("../oops");
$context = stream_context_create();
file_get_contents(\"./hi\", 0, $context, 0, -1);
echo file_get_contents(\"foob\");
-set_include_path(\"/home/cellog/workspace/php5/ext/phar/tests\");
+set_include_path(\"%stests\");
echo file_get_contents(\"foob\", true);
echo file_get_contents(\"./hi\", 0, $context);
echo file_get_contents(\"../oops\");
readfile("foo/" . basename(__FILE__));
$context = stream_context_create();
readfile("foob");
-set_include_path("/home/cellog/workspace/php5/ext/phar/tests");
+set_include_path("%stests");
readfile("foob", true);
readfile("./hi", 0, $context);
readfile("../oops");
readfile("foo/" . basename(__FILE__));
$context = stream_context_create();
readfile("foob");
-set_include_path("/home/cellog/workspace/php5/ext/phar/tests");
+set_include_path("%stests");
readfile("foob", true);
readfile("./hi", 0, $context);
readfile("../oops");