Lines Matching refs:context
27 $context = stream_context_create();
28 file_get_contents("./hi", 0, $context, 0, -1);
32 echo file_get_contents("./hi", 0, $context);
34 echo file_get_contents("./hi", 0, $context, 50000);
36 echo file_get_contents("./hi", 0, $context, 0, 0);
53 $context = stream_context_create();
54 file_get_contents("./hi", 0, $context, 0, -1);
58 echo file_get_contents("./hi", 0, $context);
60 echo file_get_contents("./hi", 0, $context, 50000);
62 echo file_get_contents("./hi", 0, $context, 0, 0);
70 $context = stream_context_create();
71 file_get_contents("./hi", 0, $context, 0, -1);
75 echo file_get_contents("./hi", 0, $context);
77 echo file_get_contents("./hi", 0, $context, 50000);
79 echo file_get_contents("./hi", 0, $context, 0, 0);
87 $context = stream_context_create();
88 file_get_contents("./hi", 0, $context, 0, -1);
92 echo file_get_contents("./hi", 0, $context);
94 echo file_get_contents("./hi", 0, $context, 50000);
96 echo file_get_contents("./hi", 0, $context, 0, 0);