Home
last modified time | relevance | path

Searched refs:fp (Results 801 – 825 of 909) sorted by relevance

1...<<31323334353637

/PHP-5.5/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt51 $fp = fopen(__FILE__, "r");
118 fclose($fp);
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation20.phpt23 $fp = fopen("$file_path/lstat_stat_variation20.tmp", "w"); // temp file
24 fclose($fp);
H A Dlstat_stat_variation19.phpt28 $fp = fopen("$file_path/lstat_stat_variation19.tmp", "w"); // temp file
29 fclose($fp);
H A Dfread_fwrite_basic.phpt9 * proto int fwrite(resource fp, string str [, int length])
/PHP-5.5/ext/standard/tests/array/
H A Darray_sum_variation1.phpt67 /*21*/ $fp = fopen(__FILE__,'r'),
82 fclose($fp);
H A Darray_combine_variation1.phpt40 $fp = fopen(__FILE__, "r");
87 /*24*/ $fp
H A Darray_combine_variation2.phpt40 $fp = fopen(__FILE__, "r");
87 /*24*/ $fp
H A Darray_intersect_assoc_variation1.phpt43 $fp = fopen(__FILE__, "r");
90 /*24*/ $fp
107 fclose($fp);
H A Darray_intersect_assoc_variation2.phpt43 $fp = fopen(__FILE__, "r");
90 /*24*/ $fp
108 fclose($fp);
H A Darray_intersect_variation1.phpt42 $fp = fopen(__FILE__, "r");
89 /*24*/ $fp
106 fclose($fp);
H A Darray_intersect_variation2.phpt42 $fp = fopen(__FILE__, "r");
89 /*24*/ $fp
107 fclose($fp);
H A Deach.phpt55 $fp = fopen(__FILE__, "r");
59 "file" => $fp,
99 fclose($fp);
H A Darray_walk_recursive_variation1.phpt38 $fp = fopen(__FILE__, 'r');
75 $fp,
91 fclose($fp);
H A Darray_walk_variation1.phpt38 $fp = fopen(__FILE__, 'r');
75 $fp,
91 fclose($fp);
H A Darray_diff_key_variation1.phpt21 $fp = fopen(__FILE__, "r");
87 'resource' => $fp,
97 fclose($fp);
H A Darray_diff_key_variation2.phpt21 $fp = fopen(__FILE__, "r");
87 'resource' => $fp,
98 fclose($fp);
/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_variation4.phpt24 $fp = tmpfile();
98 "file resource" => $fp
H A Dimagecolorallocate_variation2.phpt25 $fp = tmpfile();
99 "file resource" => $fp
H A Dimagecolorallocate_variation3.phpt25 $fp = tmpfile();
99 "file resource" => $fp
/PHP-5.5/ext/oci8/
H A Doci8_lob.c720 int fp; local
736 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) {
741 while ((loblen = read(fp, &buf, sizeof(buf))) > 0) {
763 close(fp);
768 close(fp);
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation3.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_float.phpt59 $fp = fopen (__FILE__, "r");
77 $fp, // resource
144 fclose($fp);
H A Dis_int.phpt48 $fp = fopen (__FILE__, "r");
78 $fp,
149 fclose($fp);
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation5.phpt56 $fp = fopen(__FILE__, "r");
109 'resource' => $fp
119 fclose($fp);
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation1.phpt21 $fp = fopen(__FILE__, "r");
68 $fp,
101 fclose($fp);

Completed in 57 milliseconds

1...<<31323334353637