Lines Matching refs:context
29 $context = stream_context_create();
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);
42 echo file_get_contents("./hi", 0, $context, 0, 0);
57 $context = stream_context_create();
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);
70 echo file_get_contents("./hi", 0, $context, 0, 0);
77 $context = stream_context_create();
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);
90 echo file_get_contents("./hi", 0, $context, 0, 0);
98 $context = stream_context_create();
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);
111 echo file_get_contents("./hi", 0, $context, 0, 0);