Home
last modified time | relevance | path

Searched refs:fp (Results 351 – 375 of 578) sorted by relevance

1...<<11121314151617181920>>...24

/php-src/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt8 $fp = finfo_open(FILEINFO_MIME_TYPE);
13 $results["$filename"] = finfo_file($fp, $filename);
/php-src/ext/mysqli/tests/
H A Dlocal_infile_tools.inc61 if (!$fp = fopen($file, 'w')) {
70 if (!fwrite($fp, "97;'x';\n") ||
71 !fwrite($fp, "98;'y';\n") ||
72 !fwrite($fp, "99;'z';\n")) {
78 fclose($fp);
H A Dmysqli_debug_ini.phpt18 if (!$fp = @fopen('/tmp/mysqli_debug_phpt.trace', 'w'))
21 fclose($fp);
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c243 FILE *fp; in zend_accel_blacklist_loadone() local
246 if ((fp = fopen(filename, "r")) == NULL) { in zend_accel_blacklist_loadone()
261 while (fgets(buf, MAXPATHLEN, fp) != NULL) { in zend_accel_blacklist_loadone()
308 fclose(fp); in zend_accel_blacklist_loadone()
315 fclose(fp); in zend_accel_blacklist_loadone()
/php-src/ext/standard/tests/array/
H A Darray_shift_variation2.phpt30 $fp = fopen(__FILE__, "r");
99 $fp
112 fclose($fp);
H A Darray_fill_keys_variation2.phpt12 $fp = fopen(__FILE__, "r");
40 fclose($fp);
H A Darray_map_variation4.phpt21 $fp = fopen(__FILE__, "r");
52 array(@$unset_var => "hello", $fp => 'resource'),
56 $fp => 'resource', 133 => "int",
H A Darray_map_variation5.phpt20 $fp = fopen(__FILE__, "r");
56 array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
60 'resource' => $fp, "int" => 133, "float" => 444.432,
H A Darray_flip_variation4.phpt22 $fp = fopen(__FILE__, 'r');
47 'resource_value' => $fp,
53 fclose($fp);
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation16.phpt18 $fp = fopen($filename, "w"); // temp file
19 fclose($fp);
H A Dlstat_stat_variation4.phpt18 $fp = fopen($file_name, "w"); // temp file
19 fclose($fp);
H A Dlstat_stat_variation12.phpt21 $fp = fopen($filename, "w"); // temp file
22 fclose($fp);
H A Dlstat_stat_variation15.phpt20 $fp = fopen($filename, "w"); // temp file
21 fclose($fp);
H A Dlstat_stat_variation21.phpt20 $fp = fopen($filename, "w"); // temp file
21 fclose($fp);
H A Dlstat_stat_variation3.phpt18 $fp = fopen("$file_path/lstat_stat_variation3.tmp", "w"); // temp file
19 fclose($fp);
H A Drename_variation4.phpt18 $fp = fopen($file_path."/rename_variation4.tmp", "w");
19 fclose($fp);
H A Drename_variation2-win32.phpt18 $fp = fopen($file_path."/rename_variation2-win32.tmp", "w");
19 fclose($fp);
H A Dfscanf_variation10.phpt20 $fp = fopen (__FILE__, "r");
25 $fp,
69 fclose($fp);
H A Dfscanf_variation29.phpt20 $fp = fopen (__FILE__, "r");
25 $fp,
69 fclose($fp);
H A Dfscanf_variation35.phpt20 $fp = fopen (__FILE__, "r");
25 $fp,
64 fclose($fp);
/php-src/Zend/tests/
H A Ddim_assign_001.phpt14 $fp = fopen(realpath(__DIR__ . '/dim_assign_001.txt'), 'r+');
16 while ($line = fgets($fp, 256)) {
/php-src/ext/curl/tests/
H A Dbug48207.phpt36 $fp = fopen($tempfile, "r"); // Opening 'fubar' with the incorrect readonly flag
40 curl_setopt($ch, CURLOPT_FILE, $fp);
/php-src/Zend/asm/
H A Djump_arm64_aapcs_macho_gas.S73 stp fp, lr, [sp, #0x90]
96 ldp fp, lr, [sp, #0x90]
/php-src/ext/session/tests/
H A Dsession_decode_basic.phpt29 $fp = fopen(__FILE__, "r");
76 /*24*/ $fp
91 fclose($fp);
H A Dsession_decode_basic_serialize.phpt29 $fp = fopen(__FILE__, "r");
76 /*24*/ $fp
92 fclose($fp);

Completed in 88 milliseconds

1...<<11121314151617181920>>...24