Lines Matching refs:hi
27 file_put_contents($pname . '/foo/hi', '<?php
31 file_get_contents("./hi", 0, $context, 0, -1);
38 echo file_get_contents("./hi", 0, $context);
40 echo file_get_contents("./hi", 0, $context, 50000);
41 echo file_get_contents("./hi");
42 echo file_get_contents("./hi", 0, $context, 0, 0);
46 include $pname . '/foo/hi';
59 file_get_contents("./hi", 0, $context, 0, -1);
66 echo file_get_contents("./hi", 0, $context);
68 echo file_get_contents("./hi", 0, $context, 50000);
69 echo file_get_contents("./hi");
70 echo file_get_contents("./hi", 0, $context, 0, 0);
79 file_get_contents("./hi", 0, $context, 0, -1);
86 echo file_get_contents("./hi", 0, $context);
88 echo file_get_contents("./hi", 0, $context, 50000);
89 echo file_get_contents("./hi");
90 echo file_get_contents("./hi", 0, $context, 0, 0);
93 …stream: phar error: path "oops" is a directory in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
95 …Failed to seek to position 50000 in the stream in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
100 file_get_contents("./hi", 0, $context, 0, -1);
107 echo file_get_contents("./hi", 0, $context);
109 echo file_get_contents("./hi", 0, $context, 50000);
110 echo file_get_contents("./hi");
111 echo file_get_contents("./hi", 0, $context, 0, 0);