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);
37 echo file_get_contents("./hi", 0, $context, 0, 0);
54 $context = stream_context_create();
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);
63 echo file_get_contents("./hi", 0, $context, 0, 0);
71 $context = stream_context_create();
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);
80 echo file_get_contents("./hi", 0, $context, 0, 0);
88 $context = stream_context_create();
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);
97 echo file_get_contents("./hi", 0, $context, 0, 0);