Home
last modified time | relevance | path

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

1...<<31323334353637

/PHP-5.6/ext/date/tests/
H A Ddate_default_timezone_set_variation1.phpt22 $fp = fopen(__FILE__, "r");
65 /*24*/ $fp
/PHP-5.6/ext/standard/tests/file/
H A D006_variation2.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_variation1.phpt33 $fp = fopen($filename, "w");
34 fclose($fp);
H A Dlstat_stat_variation19.phpt28 $fp = fopen("$file_path/lstat_stat_variation19.tmp", "w"); // temp file
29 fclose($fp);
H A Dlstat_stat_variation20.phpt23 $fp = fopen("$file_path/lstat_stat_variation20.tmp", "w"); // temp file
24 fclose($fp);
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt52 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
57 if (strlen($key) != fwrite($fp, $key)) {
H A Dmysqli_real_connect.phpt125 if (!$fp = fopen($filename, 'w'))
128 fwrite($fp, '100;z');
129 fclose($fp);
H A Dmysqli_pam_sha256_public_key_option.phpt51 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
54 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
/PHP-5.6/Zend/
H A DZend.m4268 FILE *fp;
275 fp = fopen("conftest.zend", "w");
276 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
277 fclose(fp);
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c2327 file_handle.handle.fp = NULL;
2331 file_handle.handle.fp = stdin;
2402 file_handle.handle.fp = fdopen(file_handle.handle.fd, "rb");
2405 if (!file_handle.handle.fp ||
2406 (file_handle.handle.fp == stdin)) {
2409 c = fgetc(file_handle.handle.fp);
2412 c = fgetc(file_handle.handle.fp); /* skip to end of line */
2416 if (fgetc(file_handle.handle.fp) != '\n') {
2417 long pos = ftell(file_handle.handle.fp);
2418 fseek(file_handle.handle.fp, pos - 1, SEEK_SET);
[all …]
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_encrypt_variation5.phpt57 $fp = fopen(__FILE__, "r");
110 'resource' => $fp
120 fclose($fp);
/PHP-5.6/ext/standard/tests/array/
H A Darray_filter_variation2.phpt31 $fp = fopen(__FILE__, 'r');
78 $fp,
94 fclose($fp);
H A Duasort_variation2.phpt32 $fp = fopen(__FILE__,'r');
79 $fp,
95 fclose($fp);
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_variation2.phpt43 $fp = fopen(__FILE__, "r");
90 /*24*/ $fp
108 fclose($fp);
H A Darray_walk_recursive_variation1.phpt38 $fp = fopen(__FILE__, 'r');
75 $fp,
91 fclose($fp);
/PHP-5.6/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt51 $fp = fopen(__FILE__, "r");
118 fclose($fp);
/PHP-5.6/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.6/ext/oci8/
H A Doci8_lob.c712 int fp; local
729 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) {
734 while ((loblen = read(fp, &buf, sizeof(buf))) > 0) {
756 close(fp);
763 close(fp);
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c1295 int fp; in PHP_FUNCTION() member
1328 params[i].fp = -1; in PHP_FUNCTION()
1337 close(params[i].fp); in PHP_FUNCTION()
1351 close(params[i].fp); in PHP_FUNCTION()
1359 params[i-1].fp = -1; in PHP_FUNCTION()
1383 close(params[i].fp); in PHP_FUNCTION()
1395 close(params[i].fp); in PHP_FUNCTION()
1429 close(params[i].fp); in PHP_FUNCTION()
1450 int fp, nbytes; in PHP_FUNCTION() local
1476 if (params[i].fp != -1) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/standard/tests/dir/
H A Ddir_variation3.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);

Completed in 60 milliseconds

1...<<31323334353637