Home
last modified time | relevance | path

Searched refs:fp (Results 851 – 875 of 901) sorted by relevance

1...<<31323334353637

/PHP-7.2/ext/standard/tests/file/
H A Dfeof_basic.phpt7 /* Prototype : proto bool feof(resource fp)
H A Dreadfile_basic-win32.phpt34 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
35 fill_file($fp, $type, 100);
36 fclose($fp);
H A Dreadfile_basic.phpt34 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
35 fill_file($fp, $type, 100);
36 fclose($fp);
/PHP-7.2/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt22 $fp = fopen(__FILE__, "r");
80 fclose($fp);
H A Darray_change_key_case_variation2.phpt32 $fp = fopen(__FILE__, "r");
H A Darray_pad_variation1.phpt40 $fp = fopen(__FILE__, "r");
86 /*24*/ $fp
H A Darray_walk_recursive_variation2.phpt73 /* 23*/ $fp = fopen(__FILE__, 'r'),
88 fclose($fp);
H A Darray_walk_variation2.phpt73 /* 23*/ $fp = fopen(__FILE__, 'r'),
88 fclose($fp);
H A Drsort_variation1.phpt34 $fp = fopen(__FILE__, "r");
81 /*24*/ $fp
99 fclose($fp);
H A Dsizeof_variation4.phpt23 $fp = fopen(__FILE__, "r");
54 /* 20 */ $fp
83 fclose($fp);
H A Dsizeof_variation1.phpt16 $fp = fopen(__FILE__, "r");
51 /* 19 */ $fp
/PHP-7.2/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation3.phpt61 $fp = fopen(__FILE__, "r");
108 /*24*/ $fp
119 fclose($fp);
/PHP-7.2/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt20 $fp = fopen(__FILE__, "r");
65 $fp,
98 fclose($fp);
H A Dstr_replace.phpt29 $fp = fopen( __FILE__, "r" );
30 $fp_copy = $fp;
33 fclose($fp);
/PHP-7.2/ext/bz2/
H A Dbz2.c90 ZEND_ARG_INFO(0, fp)
96 ZEND_ARG_INFO(0, fp)
/PHP-7.2/ext/standard/tests/general_functions/
H A Dis_float_64bit.phpt61 $fp = fopen (__FILE__, "r");
79 $fp, // resource
H A Dis_int_64bit.phpt50 $fp = fopen (__FILE__, "r");
80 $fp,
H A Dgettype_settype_basic.phpt30 $fp = fopen(__FILE__, "r");
66 $fp,
/PHP-7.2/
H A Dacinclude.m41079 if (!fp) return(1);
1080 fprintf(fp, "%d\n", sizeof($1));
1703 FILE *fp;
1707 fp = fopen(filename, "w");
1708 if (fp == NULL) {
1712 fputs("foobar", fp);
1713 fclose(fp);
1715 fp = fopen(filename, "a+");
1716 position = ftell(fp);
1717 fclose(fp);
[all …]
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc413 $fp = @fsockopen($host, $this->getPort());
414 } while ((++$i < $attempts) && !$fp);
416 if ($fp) {
418 fclose($fp);
/PHP-7.2/ext/ftp/
H A Dphp_ftp.c131 ZEND_ARG_INFO(0, fp)
139 ZEND_ARG_INFO(0, fp)
173 ZEND_ARG_INFO(0, fp)
181 ZEND_ARG_INFO(0, fp)
/PHP-7.2/ext/standard/
H A Dbrowscap.c402 fh.handle.fp = VCWD_FOPEN(filename, "r"); in browscap_read_file()
405 if (!fh.handle.fp) { in browscap_read_file()
/PHP-7.2/ext/imap/tests/
H A Dimap_fetchheader_variation1.phpt45 $fp = fopen(__FILE__, "r");
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c1352 file_handle.handle.fp = VCWD_FOPEN(*p, "rb"); in cli_main()
1354 if ( file_handle.handle.fp ) { in cli_main()
1363 fclose( file_handle.handle.fp ); in cli_main()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c320 FILE *fp = fopen(init_file, "r"); in phpdbg_try_file_init() local
321 if (fp) { in phpdbg_try_file_init()
327 while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) { in phpdbg_try_file_init()
335 fclose(fp); in phpdbg_try_file_init()

Completed in 64 milliseconds

1...<<31323334353637