Home
last modified time | relevance | path

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

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

/PHP-5.6/ext/standard/tests/strings/
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-5.6/ext/mysql/tests/
H A Dmysql_free_result.phpt31 if ($fp = fopen($tmpname, 'w')) {
32 if (false !== ($tmp = @mysql_free_result($fp)))
34 fclose($fp);
/PHP-5.6/ext/standard/tests/file/
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-5.6/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-5.6/ext/opcache/tests/
H A Dphp_cli_server.inc27 while (($i++ < 30) && !($fp = @fsockopen(PHP_CLI_SERVER_HOSTNAME, PHP_CLI_SERVER_PORT))) {
31 if ($fp) {
32 fclose($fp);
/PHP-5.6/ext/spl/tests/
H A Dbug62978.phpt23 $fp = fopen(__FILE__, 'r');
24 var_dump($a[$fp]);
26 fclose($fp);
/PHP-5.6/ext/dba/
H A Ddba.c419 if (info->fp && info->fp!=info->lock.fp) { in dba_close()
421 php_stream_pclose(info->fp); in dba_close()
423 php_stream_close(info->fp); in dba_close()
426 if (info->lock.fp) { in dba_close()
430 php_stream_close(info->lock.fp); in dba_close()
845 if (!info->lock.fp) { in php_dba_open()
859 if (!info->lock.fp) { in php_dba_open()
861 if (info->lock.fp) { in php_dba_open()
879 if (!info->lock.fp) { in php_dba_open()
896 info->fp = info->lock.fp; /* use the same stream for locking and database access */ in php_dba_open()
[all …]
/PHP-5.6/Zend/tests/
H A Dbug41421.phpt16 $fp = fopen("wrap://...", "r");
17 feof($fp);
/PHP-5.6/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-5.6/ext/session/tests/
H A Dsession_cache_expire_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
91 fclose($fp);
H A Dsession_commit_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
91 fclose($fp);
H A Dsession_write_close_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
91 fclose($fp);
/PHP-5.6/ext/phar/tests/
H A Dopen_for_write_existing_c.phpt23 $fp = fopen($pname . '/b/c.php', 'wb');
24 fwrite($fp, 'extra');
25 fclose($fp);
H A Dopen_for_write_existing_c_5_2.phpt21 $fp = fopen($pname . '/b/c.php', 'wb');
22 fwrite($fp, 'extra');
23 fclose($fp);
/PHP-5.6/ext/gmp/tests/
H A Dgmp_div_q.phpt22 $fp = fopen(__FILE__, 'r');
24 var_dump(gmp_div_q($fp, $fp));
/PHP-5.6/ext/curl/tests/
H A Dserver.inc37 while (($i++ < 30) && !($fp = @fsockopen(PHP_CURL_SERVER_HOSTNAME, PHP_CURL_SERVER_PORT))) {
41 if ($fp) {
42 fclose($fp);

Completed in 32 milliseconds

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