/PHP-8.0/ext/zip/examples/ |
H A D | fopen.php | 7 $fp = fopen('zip://' . dirname(__FILE__) . '/test.zip#test', 'r'); variable 23 $fp = $z->getStream('test'); variable
|
/PHP-8.0/ext/standard/ |
H A D | iptc.c | 76 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf) in php_iptc_put1() 88 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_get1() 109 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_read_remaining() 118 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_skip_variable() 139 static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_next_marker() 176 FILE *fp; in PHP_FUNCTION() local
|
/PHP-8.0/ext/phar/ |
H A D | phar_internal.h | 247 php_stream *fp; member 296 php_stream *fp; member 329 php_stream *fp; member 350 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp) in phar_set_entrypfp() 360 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp) in phar_set_entrypufp() 386 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp) in phar_set_pharfp() 396 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp) in phar_set_pharufp() 455 php_stream *fp; member
|
H A D | util.c | 118 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp() local 855 php_stream *fp; in phar_separate_entry_fp() local 1384 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify() 1476 int phar_verify_signature(php_stream *fp, size_t end_of_phar, uint32_t sig_type, char *sig, size_t … in phar_verify_signature() 1773 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, size_t *signat… in phar_create_signature()
|
H A D | tar.c | 161 static int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_tar_process_metadata() 210 int phar_parse_tarfile(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t alias_len… in phar_parse_tarfile() 718 struct _phar_pass_tar_info *fp = (struct _phar_pass_tar_info *)argument; in phar_tar_writeheaders_int() local
|
H A D | shortarc.php | 245 static function extractFile($path, $entry, $fp)
|
H A D | phar.c | 742 static int phar_parse_pharfile(php_stream *fp, char *fname, size_t fname_len, char *alias, size_t a… in phar_parse_pharfile() 1395 php_stream *fp; in phar_create_or_parse_filename() local 1548 php_stream *fp; in phar_open_from_filename() local 1632 static int phar_open_from_fp(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t ali… in phar_open_from_fp() 2331 php_stream *fp; in phar_open_executed_filename() local 2399 php_stream *fp = idata->fp; in phar_postprocess_file() local
|
H A D | zip.c | 42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, uint16_t len) /* {{{ */ in phar_zip_process_extra() 196 int phar_parse_zipfile(php_stream *fp, char *fname, size_t fname_len, char *alias, size_t alias_len… in phar_parse_zipfile()
|
H A D | phar_object.c | 147 php_stream *fp; in phar_file_action() local 1371 php_stream *fp; member 1383 php_stream *fp; in phar_build() local 1931 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_copy_file_contents() 3874 php_stream *fp; in PHP_METHOD() local 4105 php_stream *fp; in phar_extract_file() local 4315 php_stream *fp; in PHP_METHOD() local 4807 php_stream *fp; in PHP_METHOD() local
|
/PHP-8.0/pear/ |
H A D | fetch.php | 66 $fp = fopen($argv[1], "r", false, $ctx); variable
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | apptype.c | 52 FILE *fp; in file_os2_apptype() local
|
/PHP-8.0/ext/dba/libflatfile/ |
H A D | flatfile.h | 28 php_stream *fp; member
|
/PHP-8.0/ext/dba/libcdb/ |
H A D | cdb.h | 27 php_stream *fp; member
|
H A D | cdb_make.h | 50 php_stream * fp; member
|
H A D | cdb.c | 93 void cdb_init(struct cdb *c, php_stream *fp) in cdb_init()
|
/PHP-8.0/ext/dba/libinifile/ |
H A D | inifile.h | 38 php_stream *fp; member
|
H A D | inifile.c | 80 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent) in inifile_alloc() 381 php_stream *fp; in inifile_copy_to() local
|
/PHP-8.0/ext/dba/ |
H A D | php_dba.h | 34 php_stream *fp; member 44 php_stream *fp; /* this is the database stream for builtin handlers */ member
|
/PHP-8.0/main/ |
H A D | fopen_wrappers.c | 329 FILE *fp; local 627 FILE *fp; local
|
H A D | php_open_temporary_file.c | 334 FILE *fp; in php_open_temporary_file() local
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_tga.c | 30 gdImagePtr gdImageCreateFromTga(FILE *fp) in gdImageCreateFromTga()
|
/PHP-8.0/Zend/ |
H A D | zend_stream.c | 63 ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, const char *filename) { in zend_stream_init_fp()
|
H A D | zend_stream.h | 53 FILE *fp; member
|
/PHP-8.0/ext/curl/ |
H A D | curl_private.h | 50 FILE *fp; member 59 FILE *fp; member
|
/PHP-8.0/win32/build/ |
H A D | mkdist.php | 275 $fp = fopen("$dist_dir/snapshot.txt", "w"); variable
|