Home
last modified time | relevance | path

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

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

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_default.phpt46 function callback_simple($fp, &$buffer, $buflen, &$error) {
52 if (!is_resource($fp))
54 $fp, gettype($fp));
56 if (!$buffer = fread($fp, $buflen)) {
/PHP-5.4/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.4/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.4/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);
H A Dvfprintf_variation10.phpt68 if (!($fp = fopen($data_file, 'wt')))
75 fprintf($fp, "\n-- Iteration %d --\n",$counter);
76 vfprintf($fp, $formats, $args);
80 fclose($fp);
H A Dvfprintf_variation12_64bit.phpt72 if (!($fp = fopen($data_file, 'wt')))
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
80 vfprintf($fp, $formats, $args);
84 fclose($fp);
H A Dvfprintf_variation16.phpt65 if (!($fp = fopen($data_file, 'wt')))
72 fprintf($fp, "\n-- Iteration %d --\n",$counter);
73 vfprintf($fp, $formats, $args);
77 fclose($fp);
H A Dvfprintf_variation4.phpt66 if (!($fp = fopen($data_file, 'wt')))
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
74 vfprintf($fp, $formats, $args);
78 fclose($fp);
H A Dvfprintf_variation4_64bit.phpt66 if (!($fp = fopen($data_file, 'wt')))
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
74 vfprintf($fp, $formats, $args);
78 fclose($fp);
/PHP-5.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-5.4/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);
/PHP-5.4/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt17 var_dump($fp = fopen(__FILE__, "r"));
18 var_dump( readdir($fp) );
/PHP-5.4/ext/standard/tests/file/
H A Dfile_put_contents.phpt17 $fp = fopen($file, "r");
18 var_dump(file_put_contents($file, "string", 0, $fp));
H A Dunlink_variation1-win32.phpt31 $fp = fopen($filename, "w");
32 fclose($fp);
51 $fp = fopen($filename, "w");
52 fclose($fp);
/PHP-5.4/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt9 $fp = fopen($filename, 'w');
10 fclose($fp);
/PHP-5.4/ext/standard/tests/general_functions/
H A Dis_array.phpt39 $fp = fopen (__FILE__, "r");
76 $fp,
106 var_dump( is_array ($fp, $fp) );
110 fclose($fp);

Completed in 45 milliseconds

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