Home
last modified time | relevance | path

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

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

/PHP-5.5/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.5/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);
H A Dopen_for_write_existing_b.phpt29 $fp = fopen($pname . '/b/c.php', 'wb');
30 fwrite($fp, 'extra');
31 fclose($fp);
H A Dopen_for_write_existing_b_5_2.phpt27 $fp = fopen($pname . '/b/c.php', 'wb');
28 fwrite($fp, 'extra');
29 fclose($fp);
/PHP-5.5/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.5/ext/standard/tests/strings/
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);
H A Dvfprintf_variation6.phpt61 if (!($fp = fopen($data_file, 'wt')))
68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
69 vfprintf($fp, $formats, $args);
73 fclose($fp);
H A Dvfprintf_variation7.phpt60 if (!($fp = fopen($data_file, 'wt')))
67 fprintf($fp, "\n-- Iteration %d --\n",$counter);
68 vfprintf($fp, $format, $args_array[$counter-1]);
72 fclose($fp);
/PHP-5.5/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);
H A Dbug48203_multi.phpt11 $fp = fopen(dirname(__FILE__) . '/bug48203.tmp', 'w');
18 $curl_option => $fp,
34 fclose($fp); // <-- premature close of $fp caused a crash!
/PHP-5.5/ext/standard/tests/array/
H A Darray_unique_variation4.phpt22 $fp = fopen(__FILE__, "r");
53 /*8*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp, new classA(), $fp),
64 fclose($fp);
H A Darray_fill_keys_variation3.phpt16 $fp = fopen(__FILE__, "r");
26 var_dump( array_fill_keys($array, $fp) );
31 fclose($fp);
/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents.phpt17 $fp = fopen($file, "r");
18 var_dump(file_put_contents($file, "string", 0, $fp));
/PHP-5.5/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt9 $fp = fopen($filename, 'w');
10 fclose($fp);
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt17 var_dump($fp = fopen(__FILE__, "r"));
18 var_dump( readdir($fp) );
/PHP-5.5/ext/phar/
H A Dphar_object.c214 if (!fp) { in phar_file_action()
1451 if (!fp) { in phar_build()
1641 if (!fp) { in phar_build()
2127 (*pphar)->fp = phar->fp; in phar_rename_archive()
3918 fp = phar_obj->arc.archive->fp; in PHP_METHOD()
3956 fp = phar_obj->arc.archive->fp; in PHP_METHOD()
3961 if (!fp) { in PHP_METHOD()
3972 if (fp != phar_obj->arc.archive->fp) { in PHP_METHOD()
3986 if (fp != phar_obj->arc.archive->fp) { in PHP_METHOD()
4251 if (!fp) { in phar_extract_file()
[all …]
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.h42 php_stream *fp; member
63 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent TSRMLS_DC);
/PHP-5.5/ext/standard/tests/math/
H A Dceil_variation1.phpt29 $fp = fopen(__FILE__, "r");
63 /*16*/ $fp
73 fclose($fp);

Completed in 74 milliseconds

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