Lines Matching refs:context
28 $context = stream_context_create();
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);
38 echo file_get_contents("./hi", 0, $context, 0, 0);
55 $context = stream_context_create();
56 file_get_contents("./hi", 0, $context, 0, -1);
60 echo file_get_contents("./hi", 0, $context);
62 echo file_get_contents("./hi", 0, $context, 50000);
65 echo file_get_contents("./hi", 0, $context, 0, 0);
73 $context = stream_context_create();
74 file_get_contents("./hi", 0, $context, 0, -1);
78 echo file_get_contents("./hi", 0, $context);
80 echo file_get_contents("./hi", 0, $context, 50000);
83 echo file_get_contents("./hi", 0, $context, 0, 0);
91 $context = stream_context_create();
92 file_get_contents(\"./hi\", 0, $context, 0, -1);
96 echo file_get_contents(\"./hi\", 0, $context);
98 echo file_get_contents(\"./hi\", 0, $context, 50000);
101 echo file_get_contents(\"./hi\", 0, $context, 0, 0);