Home
last modified time | relevance | path

Searched refs:fp (Results 226 – 250 of 921) sorted by relevance

12345678910>>...37

/PHP-5.6/ext/posix/tests/
H A Dposix_access.phpt23 $fp = fopen($filename,"w");
24 fwrite($fp,"foo");
25 fclose($fp);
/PHP-5.6/ext/standard/tests/strings/
H A Dvfprintf_error4.phpt17 $fp = fopen( $file, "a+" );
21 var_dump( vfprintf( $fp, 'Foo %$c-0202Sd', array( 2 ) ) );
24 fclose( $fp );
H A Dvfprintf_variation11.phpt49 if (!($fp = fopen($data_file, 'wt')))
56 fprintf($fp, "\n-- Iteration %d --\n",$counter);
57 vfprintf($fp, $format, $args_array[$counter-1]);
61 fclose($fp);
H A Dvfprintf_variation11_64bit.phpt49 if (!($fp = fopen($data_file, 'wt')))
56 fprintf($fp, "\n-- Iteration %d --\n",$counter);
57 vfprintf($fp, $format, $args_array[$counter-1]);
61 fclose($fp);
H A Dvfprintf_variation15.phpt42 if (!($fp = fopen($data_file, 'wt')))
49 fprintf($fp, "\n-- Iteration %d --\n",$counter);
50 vfprintf($fp, $format, $args_array[$counter-1]);
54 fclose($fp);
H A Dvfprintf_variation15_64bit.phpt42 if (!($fp = fopen($data_file, 'wt')))
49 fprintf($fp, "\n-- Iteration %d --\n",$counter);
50 vfprintf($fp, $format, $args_array[$counter-1]);
54 fclose($fp);
H A Dvfprintf_variation19.phpt50 if (!($fp = fopen($data_file, 'wt')))
57 fprintf($fp, "\n-- Iteration %d --\n",$counter);
58 vfprintf($fp,$format, $args_array[$counter-1]);
62 fclose($fp);
H A Dvfprintf_variation19_64bit.phpt50 if (!($fp = fopen($data_file, 'wt')))
57 fprintf($fp, "\n-- Iteration %d --\n",$counter);
58 vfprintf($fp,$format, $args_array[$counter-1]);
62 fclose($fp);
H A Dvfprintf_variation3.phpt49 if (!($fp = fopen($data_file, 'wt')))
54 fprintf($fp, "\n-- Iteration %d --\n",$counter);
55 vfprintf($fp, $format, $args_array[$counter-1]);
59 fclose($fp);
H A Dvfprintf_variation5.phpt46 if (!($fp = fopen($data_file, 'wt')))
53 fprintf($fp, "\n-- Iteration %d --\n",$counter);
54 vfprintf($fp, $format, $args_array[$counter-1]);
58 fclose($fp);
H A Dvfprintf_variation9.phpt45 if (!($fp = fopen($data_file, 'wt')))
52 fprintf($fp, "\n-- Iteration %d --\n",$counter);
53 vfprintf($fp, $format, $args_array[$counter-1]);
57 fclose($fp);
/PHP-5.6/ext/phar/tests/
H A D021.phpt25 $fp = fopen('phar://hio/a', 'r');
26 var_dump(fstat($fp));
27 fclose($fp);
/PHP-5.6/ext/standard/tests/filters/
H A Dbug22538.phpt18 $fp = fopen($path1, "w") or die("Can not open $path1\n");
23 fwrite($fp, $str);
26 fclose($fp);
/PHP-5.6/ext/dba/libcdb/
H A Dcdb.h31 php_stream *fp; member
44 void cdb_init(struct cdb *, php_stream *fp TSRMLS_DC);
/PHP-5.6/ext/standard/tests/file/
H A Dbug72114.phpt8 $fp = fopen("/dev/zero", "r");
9 fread($fp, 2147483648);
H A Dfputcsv_002.phpt10 $fp = fopen($file, 'w');
12 fputcsv($fp, $data);
H A Dfseek_ftell_rewind_error1.phpt23 $fp = fopen(__FILE__, "r");
24 var_dump( fseek($fp) );
25 var_dump( fseek($fp, 10, $fp,10) );
45 fclose($fp);
46 var_dump(fseek($fp,10));
/PHP-5.6/Zend/tests/
H A D017.phpt8 $fp = fopen(__FILE__, "r");
9 var_dump(get_resource_type($fp));
10 fclose($fp);
11 var_dump(get_resource_type($fp));
H A Doffset_bool.phpt16 $fp = fopen(__FILE__, "r");
17 var_dump($bool[$fp]);
H A Doffset_long.phpt16 $fp = fopen(__FILE__, "r");
17 var_dump($long[$fp]);
H A Doffset_null.phpt16 $fp = fopen(__FILE__, "r");
17 var_dump($null[$fp]);
/PHP-5.6/ext/mysqli/tests/
H A Dlocal_infile_tools.inc53 if (!$fp = fopen($file, 'w')) {
63 if (!fwrite($fp, (binary)"'97';'x';\n") ||
64 !fwrite($fp, (binary)"'98';'y';\n") ||
65 !fwrite($fp, (binary)"99;'z';\n")) {
71 if (!fwrite($fp, "97;'x';\n") ||
72 !fwrite($fp, "98;'y';\n") ||
73 !fwrite($fp, "99;'z';\n")) {
80 fclose($fp);
/PHP-5.6/ext/session/tests/
H A Dsave_handler.inc31 if ($fp = fopen($session_file, "w")) {
32 $return = fwrite($fp, $session_data);
33 fclose($fp);
/PHP-5.6/sapi/isapi/stresstest/
H A Dstresstest.cpp157 FILE *fp; in CompareStringWithFile() local
179 if (feof(fp)) { in CompareStringWithFile()
184 fclose(fp); in CompareStringWithFile()
195 if (fp) { in ReadGlobalEnvironment()
205 fclose(fp); in ReadGlobalEnvironment()
214 FILE *fp = fopen(filelist, "r"); in ReadFileList() local
215 if (!fp) { in ReadFileList()
247 fclose(fp); in ReadFileList()
308 FILE *fp = fopen(filename, "rb"); in ParseTestFile() local
313 if (fp && ft && fe) { in ParseTestFile()
[all …]
/PHP-5.6/ext/ereg/regex/
H A Dsplit.c20 register char **fp = fields; local
44 *fp++ = p;
68 *fp++ = p;
72 if (trimtrail && **(fp-1) == '\0')
112 *fp++ = p;

Completed in 37 milliseconds

12345678910>>...37