Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...25

/PHP-7.4/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 Dfgetcsv.phpt31 $fp = fopen($file, "w");
32 fwrite($fp, $v . "\n");
33 fclose($fp);
/PHP-7.4/Zend/tests/
H A Dbug41421.phpt16 $fp = fopen("wrap://...", "r");
17 feof($fp);
/PHP-7.4/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt22 $fp = fopen($pname . '/b/c.php', 'wb');
23 fwrite($fp, 'extra');
24 fclose($fp);
H A Dopen_for_write_existing_c.phpt22 $fp = fopen($pname . '/b/c.php', 'wb');
23 fwrite($fp, 'extra');
24 fclose($fp);
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation5.phpt13 $fp = fopen (__FILE__, "r");
16 $fp_copy = $fp;
43 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 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.4/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt7 $fp = fopen(__DIR__ . "/cert.crt","r");
8 $a = fread($fp,8192);
9 fclose($fp);
/PHP-7.4/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.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc47 $fp = fsockopen("tcp://$bound");
54 if ($fp) {
60 if ($fp) {
61 fclose($fp);
/PHP-7.4/ext/spl/tests/
H A Dbug62978.phpt23 $fp = fopen(__FILE__, 'r');
24 var_dump($a[$fp]);
26 fclose($fp);
/PHP-7.4/ext/session/tests/
H A Dsession_cache_expire_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
91 fclose($fp);
/PHP-7.4/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt32 $fp = fopen($alias . '/b/c.php', 'wb');
33 fwrite($fp, 'extra');
34 fclose($fp);
H A Dopen_for_write_existing_c.phpt32 $fp = fopen($alias . '/b/c.php', 'wb');
33 fwrite($fp, 'extra');
34 fclose($fp);
/PHP-7.4/ext/gmp/tests/
H A Dgmp_div_q.phpt22 $fp = fopen(__FILE__, 'r');
24 var_dump(gmp_div_q($fp, $fp));
/PHP-7.4/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt32 $fp = fopen($alias . '/b/c.php', 'wb');
33 fwrite($fp, 'extra');
34 fclose($fp);
H A Dopen_for_write_existing_c.phpt32 $fp = fopen($alias . '/b/c.php', 'wb');
33 fwrite($fp, 'extra');
34 fclose($fp);
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt17 var_dump($fp = fopen(__FILE__, "r"));
18 var_dump( readdir($fp) );

Completed in 27 milliseconds

1...<<11121314151617181920>>...25