Lines Matching refs:hi
26 file_put_contents($pname . '/foo/hi', '<?php
29 file_get_contents("./hi", 0, $context, 0, -1);
33 echo file_get_contents("./hi", 0, $context);
35 echo file_get_contents("./hi", 0, $context, 50000);
36 echo file_get_contents("./hi");
37 echo file_get_contents("./hi", 0, $context, 0, 0);
41 include $pname . '/foo/hi';
55 file_get_contents("./hi", 0, $context, 0, -1);
59 echo file_get_contents("./hi", 0, $context);
61 echo file_get_contents("./hi", 0, $context, 50000);
62 echo file_get_contents("./hi");
63 echo file_get_contents("./hi", 0, $context, 0, 0);
66 …: length must be greater than or equal to zero in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
72 file_get_contents("./hi", 0, $context, 0, -1);
76 echo file_get_contents("./hi", 0, $context);
78 echo file_get_contents("./hi", 0, $context, 50000);
79 echo file_get_contents("./hi");
80 echo file_get_contents("./hi", 0, $context, 0, 0);
83 …stream: phar error: path "oops" is a directory in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
85 …Failed to seek to position 50000 in the stream in phar://%sfgc_edgecases.phar.php/foo/hi on line %d
89 file_get_contents("./hi", 0, $context, 0, -1);
93 echo file_get_contents("./hi", 0, $context);
95 echo file_get_contents("./hi", 0, $context, 50000);
96 echo file_get_contents("./hi");
97 echo file_get_contents("./hi", 0, $context, 0, 0);