Lines Matching refs:fopen
10 $fp = fopen("bz_open_002.txt", "w");
13 $fp = fopen("bz_open_002.txt", "r");
17 $fp = fopen("bz_open_002.txt", "x");
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");
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…