/PHP-5.6/ext/ |
H A D | ext_skel_win32.php | 38 $fp = fopen("$skel/skeleton.dsp", "rb"); variable 45 $fp = fopen("$extname/$extname.dsp", "wb"); variable 52 $fp = fopen("$extname/$extname.php", "rb"); variable 58 $fp = fopen("$extname/$extname.php", "wb"); variable
|
/PHP-5.6/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-5.6/ext/standard/ |
H A D | iptc.c | 87 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_put1() 100 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_get1() 122 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_read_remaining() 132 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_skip_variable() 154 static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_next_marker() 192 FILE *fp; in PHP_FUNCTION() local
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_dirent.c | 132 …p_cdir_write(struct zip *za, const struct zip_filelist *filelist, zip_uint64_t survivors, FILE *fp) in _zip_cdir_write() 327 _zip_dirent_read(struct zip_dirent *zde, FILE *fp, in _zip_dirent_read() 636 _zip_dirent_write(struct zip_dirent *de, FILE *fp, zip_flags_t flags, struct zip_error *error) in _zip_dirent_write() 890 _zip_read_data(const zip_uint8_t **buf, FILE *fp, size_t len, int nulp, struct zip_error *error) in _zip_read_data() 933 _zip_read_string(const zip_uint8_t **buf, FILE *fp, zip_uint16_t len, int nulp, struct zip_error *e… in _zip_read_string() 975 _zip_write2(zip_uint16_t i, FILE *fp) in _zip_write2() 986 _zip_write4(zip_uint32_t i, FILE *fp) in _zip_write4() 999 _zip_write8(zip_uint64_t i, FILE *fp) in _zip_write8()
|
H A D | zip_open.c | 66 FILE *fp; in zip_open() local 126 _zip_open(const char *fn, FILE *fp, unsigned int flags, int *zep) in _zip_open() 201 _zip_readcdir(FILE *fp, off_t buf_offset, unsigned char *buf, const unsigned char *eocd, size_t buf… in _zip_readcdir() 310 _zip_checkcons(FILE *fp, struct zip_cdir *cd, struct zip_error *error) in _zip_checkcons() 491 _zip_find_central_dir(FILE *fp, unsigned int flags, int *zep, off_t len) in _zip_find_central_dir()
|
H A D | zip_fdopen.c | 44 FILE *fp; in zip_fdopen() local
|
H A D | zip_filerange_crc.c | 45 _zip_filerange_crc(FILE *fp, off_t start, off_t len, uLong *crcp, in _zip_filerange_crc()
|
/PHP-5.6/ext/tokenizer/ |
H A D | tokenizer.php | 7 $fp = fopen('php://stdin', 'r'); variable
|
/PHP-5.6/pear/ |
H A D | fetch.php | 66 $fp = fopen($argv[1], "r", false, $ctx); variable
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | apptype.c | 52 FILE *fp; in file_os2_apptype() local
|
/PHP-5.6/ext/opcache/ |
H A D | shared_alloc_win32.c | 173 FILE *fp = fopen(mmap_base_file, "r"); in zend_shared_alloc_reattach() local 350 FILE *fp = fopen(mmap_base_file, "w"); in create_segments() local
|
/PHP-5.6/ext/dba/libflatfile/ |
H A D | flatfile.h | 32 php_stream *fp; member
|
/PHP-5.6/ext/dba/libcdb/ |
H A D | cdb.h | 31 php_stream *fp; member
|
H A D | cdb_make.h | 54 php_stream * fp; member
|
/PHP-5.6/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-5.6/ext/phar/ |
H A D | util.c | 122 php_stream *fp = phar_get_efp(entry, follow_links TSRMLS_CC); in phar_seek_efp() local 867 php_stream *fp; in phar_separate_entry_fp() local 1407 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_… in phar_call_openssl_signverify() 1520 int phar_verify_signature(php_stream *fp, size_t end_of_phar, php_uint32 sig_type, char *sig, int s… 1827 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature…
|
H A D | shortarc.php | 245 static function extractFile($path, $entry, $fp)
|
H A D | phar.c | 662 static int phar_parse_pharfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_l… 1331 php_stream *fp; local 1484 php_stream *fp; local 1573 static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len… 2323 php_stream *fp; local 2402 php_stream *fp = idata->fp; local
|
/PHP-5.6/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 157 FILE *fp; in CompareStringWithFile() local 193 FILE *fp = fopen(environment, "r"); in ReadGlobalEnvironment() local 214 FILE *fp = fopen(filelist, "r"); in ReadFileList() local 308 FILE *fp = fopen(filename, "rb"); in ParseTestFile() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 227 PHPDBG_API int phpdbg_print(int type TSRMLS_DC, FILE *fp, const char *format, ...) /* {{{ */ in phpdbg_print() 296 PHPDBG_API int phpdbg_rlog(FILE *fp, const char *fmt, ...) { /* {{{ */ in phpdbg_rlog()
|
/PHP-5.6/ext/dba/libinifile/ |
H A D | inifile.c | 82 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent TSRMLS_DC) in inifile_alloc() 389 php_stream *fp; in inifile_copy_to() local
|
H A D | inifile.h | 42 php_stream *fp; member
|
/PHP-5.6/ext/dba/ |
H A D | php_dba.h | 35 php_stream *fp; member 45 php_stream *fp; /* this is the database stream for builtin handlers */ member
|
/PHP-5.6/main/ |
H A D | fopen_wrappers.c | 344 FILE *fp; local 617 FILE *fp; local
|
H A D | php_open_temporary_file.c | 314 FILE *fp; in php_open_temporary_file() local
|