Lines Matching refs:echo

18     echo $e->getMessage(), "\n";
23 echo file_get_contents($fname);
28 echo file_get_contents("foo/" . basename(__FILE__));
33 echo $exception->getMessage() . "\n";
35 echo file_get_contents("fgc_edgecases.txt");
37 echo file_get_contents("fgc_edgecases.txt", true);
38 echo file_get_contents("./hi", 0, $context);
39 echo file_get_contents("../oops");
40 echo file_get_contents("./hi", 0, $context, 50000);
41 echo file_get_contents("./hi");
42 echo file_get_contents("./hi", 0, $context, 0, 0);
56 echo file_get_contents("foo/" . basename(__FILE__));
61 echo $exception->getMessage() . "\n";
63 echo file_get_contents("fgc_edgecases.txt");
65 echo file_get_contents("fgc_edgecases.txt", true);
66 echo file_get_contents("./hi", 0, $context);
67 echo file_get_contents("../oops");
68 echo file_get_contents("./hi", 0, $context, 50000);
69 echo file_get_contents("./hi");
70 echo file_get_contents("./hi", 0, $context, 0, 0);
76 echo file_get_contents("foo/" . basename(__FILE__));
81 echo $exception->getMessage() . "\n";
83 echo file_get_contents("fgc_edgecases.txt");
85 echo file_get_contents("fgc_edgecases.txt", true);
86 echo file_get_contents("./hi", 0, $context);
87 echo file_get_contents("../oops");
88 echo file_get_contents("./hi", 0, $context, 50000);
89 echo file_get_contents("./hi");
90 echo file_get_contents("./hi", 0, $context, 0, 0);
97 echo file_get_contents("foo/" . basename(__FILE__));
102 echo $exception->getMessage() . "\n";
104 echo file_get_contents("fgc_edgecases.txt");
106 echo file_get_contents("fgc_edgecases.txt", true);
107 echo file_get_contents("./hi", 0, $context);
108 echo file_get_contents("../oops");
109 echo file_get_contents("./hi", 0, $context, 50000);
110 echo file_get_contents("./hi");
111 echo file_get_contents("./hi", 0, $context, 0, 0);