/PHP-7.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-7.0/ext/standard/ |
H A D | iptc.c | 87 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf) in php_iptc_put1() 100 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_get1() 122 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_read_remaining() 132 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_skip_variable() 154 static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_next_marker() 192 FILE *fp; in PHP_FUNCTION() local
|
/PHP-7.0/ext/ |
H A D | ext_skel_win32.php | 38 $fp = fopen("$extname/$extname.php", "rb"); variable 44 $fp = fopen("$extname/$extname.php", "wb"); variable
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_fdopen.c | 45 FILE *fp; in zip_fdopen() local
|
/PHP-7.0/ext/tokenizer/ |
H A D | tokenizer.php | 7 $fp = fopen('php://stdin', 'r'); variable
|
/PHP-7.0/ext/phar/ |
H A D | phar_internal.h | 255 php_stream *fp; member 305 php_stream *fp; member 339 php_stream *fp; member 360 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp) in phar_set_entrypfp() 370 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp) in phar_set_entrypufp() 396 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp) in phar_set_pharfp() 406 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp) in phar_set_pharufp() 465 php_stream *fp; member
|
H A D | util.c | 122 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp() local 866 php_stream *fp; in phar_separate_entry_fp() local 1395 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, int… in phar_call_openssl_signverify() 1483 int phar_verify_signature(php_stream *fp, size_t end_of_phar, php_uint32 sig_type, char *sig, int s… in phar_verify_signature() 1787 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature… in phar_create_signature()
|
H A D | shortarc.php | 245 static function extractFile($path, $entry, $fp)
|
H A D | tar.c | 161 static int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_tar_process_metadata() 205 int phar_parse_tarfile(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len, phar… in phar_parse_tarfile() 702 struct _phar_pass_tar_info *fp = (struct _phar_pass_tar_info *)argument; in phar_tar_writeheaders_int() local
|
H A D | phar.c | 666 static int phar_parse_pharfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_l… 1335 php_stream *fp; local 1489 php_stream *fp; local 1578 static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len… 2282 php_stream *fp; local 2357 php_stream *fp = idata->fp; local
|
H A D | phar_object.c | 157 php_stream *fp; in phar_file_action() local 1434 php_stream *fp; member 1446 php_stream *fp; in phar_build() local 2012 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_copy_file_contents() 3963 php_stream *fp; in PHP_METHOD() local 4174 php_stream *fp; in phar_extract_file() local 4362 php_stream *fp; in PHP_METHOD() local 4903 php_stream *fp; in PHP_METHOD() local
|
/PHP-7.0/pear/ |
H A D | fetch.php | 66 $fp = fopen($argv[1], "r", false, $ctx); variable
|
/PHP-7.0/ext/opcache/ |
H A D | shared_alloc_win32.c | 134 FILE *fp = fopen(mmap_base_file, "r"); in zend_shared_alloc_reattach() local 315 FILE *fp = fopen(mmap_base_file, "w"); in create_segments() local
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | apptype.c | 52 FILE *fp; in file_os2_apptype() local
|
/PHP-7.0/ext/dba/libflatfile/ |
H A D | flatfile.h | 32 php_stream *fp; member
|
/PHP-7.0/ext/dba/libcdb/ |
H A D | cdb.h | 31 php_stream *fp; member
|
H A D | cdb_make.h | 54 php_stream * fp; member
|
H A D | cdb.c | 95 void cdb_init(struct cdb *c, php_stream *fp) in cdb_init()
|
/PHP-7.0/ext/mbstring/oniguruma/enc/ |
H A D | mktable.c | 1106 static int exec(FILE* fp, ENC_INFO* einfo) in exec() 1149 FILE* fp = stdout; in main() local
|
/PHP-7.0/ext/dba/libinifile/ |
H A D | inifile.h | 42 php_stream *fp; member
|
H A D | inifile.c | 82 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent) in inifile_alloc() 389 php_stream *fp; in inifile_copy_to() local
|
/PHP-7.0/main/ |
H A D | fopen_wrappers.c | 335 FILE *fp; local 630 FILE *fp; local
|
H A D | php_open_temporary_file.c | 291 FILE *fp; in php_open_temporary_file() local
|
/PHP-7.0/ext/dba/ |
H A D | php_dba.h | 38 php_stream *fp; member 48 php_stream *fp; /* this is the database stream for builtin handlers */ member
|
/PHP-7.0/ext/curl/ |
H A D | php_curl.h | 126 FILE *fp; member 135 FILE *fp; member
|