Home
last modified time | relevance | path

Searched refs:fp (Results 426 – 450 of 579) sorted by relevance

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

/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation2.phpt19 $fp = fopen(__FILE__, "r");
68 $fp
H A Djoin_error1.phpt18 $fp = fopen(__FILE__, "r");
67 $fp,
95 fclose($fp);
/php-src/ext/standard/
H A Dcrc32.c132 PHPAPI int php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update() argument
141 n = php_stream_read(fp, buf, n); in php_crc32_stream_bulk_update()
/php-src/ext/dba/
H A Dphp_dba.h34 php_stream *fp; member
43 php_stream *fp; /* this is the database stream for builtin handlers */ member
H A Ddba_flatfile.c40 ((flatfile*)info->dbf)->fp = info->fp; in DBA_OPEN_FUNC()
/php-src/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt29 $fp = gzopen($filename, "wb");
30 gzwrite($fp, $original);
32 fclose($fp);
/php-src/ext/standard/tests/general_functions/
H A Dis_object.phpt100 $fp = fopen (__FILE__, "r");
116 $fp, // resource
140 fclose($fp);
H A Dis_bool.phpt24 $fp = fopen (__FILE__, "r");
91 $fp,
129 fclose($fp);
H A Dis_null.phpt42 $fp = fopen (__FILE__, "r");
101 $fp,
129 fclose($fp);
H A Dis_string.phpt60 $fp = fopen (__FILE__, "r");
108 $fp,
142 fclose($fp);
/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation5.phpt17 $fp = fopen(__FILE__, "r");
48 /*8*/ array(11 => new classA(), "string" => @$unset_var, "resource" => $fp, new classA(), $fp),
71 fclose($fp);
H A Darray_reverse_variation5.phpt19 $fp = fopen(__FILE__, "r");
55 array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
58 /*11*/ array(1 => 'hello', 2 => new classA(), 222 => "fruit", 'resource' => $fp, "int" => 133, "flo…
77 fclose($fp);
H A Darray_merge_recursive_variation2.phpt33 $fp = fopen(__FILE__, "r");
77 /*23*/ $fp,
96 fclose($fp);
H A Darray_merge_variation2.phpt32 $fp = fopen(__FILE__, "r");
80 /*25*/ $fp
95 fclose($fp);
H A Darray_diff_assoc_variation2.phpt31 $fp = fopen(__FILE__, "r");
82 /*26*/ $fp,
96 fclose($fp);
H A Darray_diff_variation2.phpt31 $fp = fopen(__FILE__, "r");
82 /*26*/ $fp
96 fclose($fp);
H A Darray_diff_assoc_variation1.phpt31 $fp = fopen(__FILE__, "r");
82 /*26*/ $fp,
96 fclose($fp);
H A Darray_diff_variation1.phpt31 $fp = fopen(__FILE__, "r");
82 /*26*/ $fp
97 fclose($fp);
/php-src/main/
H A Dfopen_wrappers.c341 FILE *fp; local
346 fp = VCWD_FOPEN(path, mode);
347 if (fp && opened_path) {
355 return fp;
639 FILE *fp; local
702 fp = php_fopen_and_set_opened_path(trypath, mode, opened_path);
703 if (fp) {
705 return fp;
/php-src/ext/phar/tests/
H A Dphar_ctx_001.phpt52 $fp = fopen($pname . '/b', 'r+', 0, $context2);
53 fclose($fp);
/php-src/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error2.phpt13 $fp = fopen($filename, "w"); // create temp file
14 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_variation4.phpt36 $fp = fopen($linkname, "a"); // open in append mode
37 fwrite($fp, "Hello World");
38 fclose($fp);
H A Dis_writable_variation1.phpt17 $fp = fopen("$file_path/is_writable_variation1/bar.tmp", "w");
18 fclose($fp);
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt13 $fp = fopen($filename, 'w+');
14 fclose($fp);
22 $fp = fopen($filename, $mode);
23 var_dump(stream_get_meta_data($fp));
24 fclose($fp);
/php-src/sapi/cli/tests/
H A Dbug73630a.phpt19 $fp = php_cli_server_connect();

Completed in 62 milliseconds

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