Home
last modified time | relevance | path

Searched refs:fp (Results 251 – 275 of 902) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-7.3/ext/standard/tests/strings/
H A Dvfprintf_variation3.phpt49 if (!($fp = fopen($data_file, 'wt')))
54 fprintf($fp, "\n-- Iteration %d --\n",$counter);
55 vfprintf($fp, $format, $args_array[$counter-1]);
59 fclose($fp);
H A Dvfprintf_variation5.phpt46 if (!($fp = fopen($data_file, 'wt')))
53 fprintf($fp, "\n-- Iteration %d --\n",$counter);
54 vfprintf($fp, $format, $args_array[$counter-1]);
58 fclose($fp);
H A Dvfprintf_variation9.phpt45 if (!($fp = fopen($data_file, 'wt')))
52 fprintf($fp, "\n-- Iteration %d --\n",$counter);
53 vfprintf($fp, $format, $args_array[$counter-1]);
57 fclose($fp);
H A Dvfprintf_variation17.phpt38 if (!($fp = fopen($data_file, 'wt')))
45 fprintf($fp, "\n-- Iteration %d --\n",$counter);
46 vfprintf($fp, $format, $args_array[$counter-1]);
50 fclose($fp);
H A Dsprintf_variation5.phpt13 $fp = fopen (__FILE__, "r");
16 $fp_copy = $fp;
43 fclose($fp);
H A Dvfprintf_variation13.phpt49 if (!($fp = fopen($data_file, 'wt')))
56 fprintf($fp, "\n-- Iteration %d --\n",$counter);
57 vfprintf($fp, $format, $args_array[$counter-1]);
61 fclose($fp);
H A Dvfprintf_variation13_64bit.phpt49 if (!($fp = fopen($data_file, 'wt')))
56 fprintf($fp, "\n-- Iteration %d --\n",$counter);
57 vfprintf($fp, $format, $args_array[$counter-1]);
61 fclose($fp);
H A Dsprintf_variation11.phpt13 $fp = fopen (__FILE__, "r");
18 $fp,
42 fclose($fp);
H A Dsprintf_variation23.phpt13 $fp = fopen (__FILE__, "r");
18 $fp,
41 fclose($fp);
H A Dsprintf_variation30.phpt13 $fp = fopen (__FILE__, "r");
18 $fp,
41 fclose($fp);
H A Dsprintf_variation42.phpt13 $fp = fopen (__FILE__, "r");
18 $fp,
42 fclose($fp);
H A Dsprintf_variation48.phpt13 $fp = fopen (__FILE__, "r");
18 $fp,
41 fclose($fp);
/PHP-7.3/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error1.phpt23 $fp = fopen(__FILE__, "r");
24 var_dump( fseek($fp) );
25 var_dump( fseek($fp, 10, $fp,10) );
45 fclose($fp);
46 var_dump(fseek($fp,10));
H A Dfputcsv_002.phpt10 $fp = fopen($file, 'w');
12 fputcsv($fp, $data);
H A Dfgetcsv.phpt31 $fp = fopen($file, "w");
32 fwrite($fp, $v . "\n");
33 fclose($fp);
H A Dfgetc_error.phpt17 $fp = fopen(__FILE__, "r");
18 var_dump( fgetc($fp, $fp) );
19 fclose($fp);
/PHP-7.3/ext/curl/tests/
H A Dbug68937.phpt31 function curl_read($ch, $fp, $len) {
32 var_dump($fp);
H A Dbug68937_2.phpt31 function curl_read($ch, $fp, $len) {
32 var_dump($fp);
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt7 $fp = fopen(dirname(__FILE__) . "/cert.crt","r");
8 $a = fread($fp,8192);
9 fclose($fp);
/PHP-7.3/ext/spl/tests/
H A Dbug62978.phpt23 $fp = fopen(__FILE__, 'r');
24 var_dump($a[$fp]);
26 fclose($fp);
/PHP-7.3/Zend/tests/
H A Dbug41421.phpt16 $fp = fopen("wrap://...", "r");
17 feof($fp);
/PHP-7.3/ext/gmp/tests/
H A Dgmp_div_q.phpt22 $fp = fopen(__FILE__, 'r');
24 var_dump(gmp_div_q($fp, $fp));
/PHP-7.3/ext/imap/tests/
H A Dimap_savebody_basic.phpt31 $fp = fopen($file, 'w');
32 $z = imap_savebody($stream_id, $fp, 1);
33 fclose($fp);
/PHP-7.3/ext/session/tests/
H A Dsession_cache_expire_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
91 fclose($fp);
/PHP-7.3/ext/phar/tests/
H A Dopen_for_write_existing_c.phpt22 $fp = fopen($pname . '/b/c.php', 'wb');
23 fwrite($fp, 'extra');
24 fclose($fp);

Completed in 31 milliseconds

1...<<11121314151617181920>>...37