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");
37 $fp = fopen("bz_open_002.txt", "br");
44 $fp = fopen("bz_open_002.txt", "r");
47 $fp = fopen("bz_open_002.txt", "w");
50 $fp = fopen("bz_open_002.txt", "rw");
53 $fp = fopen("bz_open_002.txt", "rw");
56 $fp = fopen("bz_open_002.txt", "wr");
59 $fp = fopen("bz_open_002.txt", "wr");
62 $fp = fopen("bz_open_002.txt", "r+");
65 $fp = fopen("bz_open_002.txt", "r+");
68 $fp = fopen("bz_open_002.txt", "w+");
71 $fp = fopen("bz_open_002.txt", "w+");
74 $fp = fopen("bz_open_002.txt", "a");
77 $fp = fopen("bz_open_002.txt", "a");
80 @unlink("bz_open_002.txt");
93 Warning: fopen(bz_open_002.txt): Failed to open stream: `br' is not a valid mode for fopen in %s on…
96 Warning: fopen(bz_open_002.txt): Failed to open stream: `br' is not a valid mode for fopen in %s on…