Home
last modified time | relevance | path

Searched refs:fp (Results 526 – 550 of 624) sorted by relevance

1...<<2122232425

/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error1.phpt26 $fp = fopen($filename, "w"); // create temp file
27 fclose($fp);
H A Dglob_variation-win32-mb.phpt25 $fp = fopen("$file_path/glob_variation私はガラスを食べられます/wonder12345", "w");
26 fclose($fp);
27 $fp = fopen("$file_path/glob_variation私はガラスを食べられます/wonder;123456", "w");
28 fclose($fp);
H A Dflock_variation.phpt15 $fp = fopen($file, "w");
53 var_dump(flock($fp, $operation));
57 var_dump(flock($fp, $operation, $wouldblock));
63 fclose($fp);
H A Dglob_variation-win32.phpt24 $fp = fopen("$file_path/glob_variation/wonder12345", "w");
25 fclose($fp);
26 $fp = fopen("$file_path/glob_variation/wonder;123456", "w");
27 fclose($fp);
H A Dglob_variation.phpt27 $fp = fopen("$file_path/glob_variation/wonder12345", "w");
28 fclose($fp);
29 $fp = fopen("$file_path/glob_variation/wonder;123456", "w");
30 fclose($fp);
H A Dreadlink_realpath_variation2.phpt24 $fp = fopen($filename, "w");
25 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_error2.phpt26 $fp = fopen($filename, "w"); // create temp file
27 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_variation9.phpt39 $fp = fopen($filename, "w");
40 fclose($fp);
H A Dfseek_variation3.phpt7 /* Prototype : proto int fseek(resource fp, int offset [, int whence])
H A Dreadlink_realpath_variation2-win32.phpt27 $fp = fopen($filename, "w");
28 fclose($fp);
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation1.phpt24 $fp = fopen(__FILE__, "r");
76 $fp,
/PHP-7.4/ext/standard/tests/array/
H A Darray_slice_variation2.phpt39 $fp = fopen(__FILE__, "r");
92 fclose($fp);
H A Darray_diff_uassoc_variation4.phpt31 $fp = fopen(__FILE__, "r");
101 'resource' => $fp,
111 fclose($fp);
H A Darray_diff_ukey_variation3.phpt29 $fp = fopen(__FILE__, "r");
95 'resource' => $fp,
105 fclose($fp);
H A Darray_diff_key_variation3.phpt21 $fp = fopen(__FILE__, "r");
87 'resource' => $fp,
97 fclose($fp);
H A Darray_diff_uassoc_variation1.phpt29 $fp = fopen(__FILE__, "r");
99 'resource' => $fp,
109 fclose($fp);
H A Darray_diff_uassoc_variation2.phpt29 $fp = fopen(__FILE__, "r");
99 'resource' => $fp,
109 fclose($fp);
H A Darray_intersect_key_variation3.phpt21 $fp = fopen(__FILE__, "r");
91 'resource var' => $fp,
100 fclose($fp);
H A Darray_intersect_uassoc_variation3.phpt29 $fp = fopen(__FILE__, "r");
99 'resource' => $fp,
108 fclose($fp);
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc79 if ($fp = fopen($session_file, "w")) {
80 $return = fwrite($fp, $session_data);
81 fclose($fp);
/PHP-7.4/Zend/
H A DZend.m4276 FILE *fp;
283 fp = fopen("conftest.zend", "w");
284 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
285 fclose(fp);
365 int emu(const opcode_handler_t *ip, void *fp) {
369 FP = fp;
/PHP-7.4/ext/dba/
H A Ddba_inifile.c53 info->dbf = inifile_alloc(info->fp, info->mode == DBA_READER, info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
/PHP-7.4/ext/standard/tests/general_functions/
H A Descapeshellarg_variation1-win32.phpt30 $fp = fopen(__FILE__, "r");
H A Descapeshellarg_variation1.phpt30 $fp = fopen(__FILE__, "r");
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation12.phpt27 \$fp = fopen(__FILE__, 'r');
82 string(3) "$fp"

Completed in 123 milliseconds

1...<<2122232425