Home
last modified time | relevance | path

Searched refs:fopen (Results 1101 – 1125 of 1250) sorted by relevance

1...<<41424344454647484950

/php-src/ext/standard/tests/file/
H A Dfgetc_variation4.phpt19 $file_handle = fopen($filename, $file_mode);
H A D001.phpt20 fclose (fopen('test.file', 'w'));
H A Dfscanf_variation8.phpt14 $file_handle = fopen($filename, "w");
71 $file_handle = fopen($filename, "r");
H A Dfgetcsv_variation19.phpt36 $file_handle = fopen($filename, "w");
38 $file_handle = fopen($filename, $file_modes[$mode_counter] );
57 $file_handle = fopen($filename, $file_modes[$mode_counter]);
/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt33 $fp = fopen(__FILE__, "r");
H A Dsjismac_encoding.phpt18 $fp = fopen(__DIR__ . '/data/MacJapanese-SJIS.txt', 'r+');
H A Dmb_substitute_character_variation_strict_types.phpt35 $fp = fopen(__FILE__, "r");
H A Dcp5022x_encoding.phpt38 $fp = fopen(__DIR__ . '/data/CP932.txt', 'r+');
71 $fp = fopen(__DIR__ . '/data/JISX0201.txt', 'r+');
82 $fp = fopen(__DIR__ . '/data/JISX0212.txt', 'r+');
/php-src/ext/standard/tests/general_functions/
H A Dis_float.phpt54 $fp = fopen (__FILE__, "r");
H A Dis_float_64bit.phpt56 $fp = fopen (__FILE__, "r");
/php-src/ext/spl/tests/
H A Dclass_implements_variation1.phpt21 $res = fopen(__FILE__,'r');
H A Dclass_uses_variation1.phpt21 $res = fopen(__FILE__,'r');
/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt102 if (!$fp = fopen($filename, 'w'))
H A Dmysqli_real_connect.phpt100 if (!$fp = fopen($filename, 'w'))
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_alpha_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_cntrl_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_digit_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_graph_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_lower_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_print_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_punct_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_space_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_upper_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_xdigit_variation1.phpt33 $fp = fopen(__FILE__, "r");

Completed in 36 milliseconds

1...<<41424344454647484950