Lines Matching refs:txt
8 @unlink("bz_open_002.txt");
10 $fp = fopen("bz_open_002.txt", "w");
13 $fp = fopen("bz_open_002.txt", "r");
16 @unlink("bz_open_002.txt");
17 $fp = fopen("bz_open_002.txt", "x");
20 @unlink("bz_open_002.txt");
21 $fp = fopen("bz_open_002.txt", "x");
24 $fp = fopen("bz_open_002.txt", "rb");
27 $fp = fopen("bz_open_002.txt", "wb");
30 $fp = fopen("bz_open_002.txt", "br");
33 $fp = fopen("bz_open_002.txt", "br");
36 $fp = fopen("bz_open_002.txt", "r");
39 $fp = fopen("bz_open_002.txt", "w");
42 $fp = fopen("bz_open_002.txt", "rw");
45 $fp = fopen("bz_open_002.txt", "rw");
48 $fp = fopen("bz_open_002.txt", "wr");
51 $fp = fopen("bz_open_002.txt", "wr");
54 $fp = fopen("bz_open_002.txt", "r+");
57 $fp = fopen("bz_open_002.txt", "r+");
60 $fp = fopen("bz_open_002.txt", "w+");
63 $fp = fopen("bz_open_002.txt", "w+");
66 $fp = fopen("bz_open_002.txt", "a");
69 $fp = fopen("bz_open_002.txt", "a");
72 @unlink("bz_open_002.txt");
86 Warning: fopen(bz_open_002.txt): failed to open stream: `br' is not a valid mode for fopen in %s on…
91 Warning: fopen(bz_open_002.txt): failed to open stream: `br' is not a valid mode for fopen in %s on…