/PHP-5.5/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.5/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.5/ext/zip/lib/ |
H A D | zip_dirent.c | 124 _zip_cdir_write(struct zip_cdir *cd, FILE *fp, struct zip_error *error) in _zip_cdir_write() 220 _zip_dirent_read(struct zip_dirent *zde, FILE *fp, in _zip_dirent_read() 425 _zip_dirent_write(struct zip_dirent *zde, FILE *fp, int localp, in _zip_dirent_write() 528 _zip_readfpstr(FILE *fp, unsigned int len, int nulp, struct zip_error *error) in _zip_readfpstr() 585 _zip_write2(unsigned short i, FILE *fp) in _zip_write2() 596 _zip_write4(unsigned int i, FILE *fp) in _zip_write4()
|
H A D | zip_open.c | 63 FILE *fp; in zip_open() local 91 _zip_open(const char *fn, FILE *fp, int flags, int aflags, int *zep) in _zip_open() 169 _zip_readcdir(FILE *fp, off_t buf_offset, unsigned char *buf, unsigned char *eocd, int buflen, in _zip_readcdir() 299 _zip_checkcons(FILE *fp, struct zip_cdir *cd, struct zip_error *error) in _zip_checkcons() 511 _zip_find_central_dir(FILE *fp, 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.5/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.5/ext/tokenizer/ |
H A D | tokenizer.php | 7 $fp = fopen('php://stdin', 'r'); variable
|
/PHP-5.5/pear/ |
H A D | fetch.php | 66 $fp = fopen($argv[1], "r", false, $ctx); variable
|
/PHP-5.5/ext/opcache/ |
H A D | shared_alloc_win32.c | 131 FILE *fp = fopen(mmap_base_file, "r"); in zend_shared_alloc_reattach() local 303 FILE *fp = fopen(mmap_base_file, "w"); in create_segments() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | apptype.c | 52 FILE *fp; in file_os2_apptype() local
|
/PHP-5.5/ext/dba/libflatfile/ |
H A D | flatfile.h | 32 php_stream *fp; member
|
/PHP-5.5/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.5/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.5/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 1414 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_… in phar_call_openssl_signverify() 1527 int phar_verify_signature(php_stream *fp, size_t end_of_phar, php_uint32 sig_type, char *sig, int s… 1806 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 | 650 static int phar_parse_pharfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_l… 1320 php_stream *fp; local 1473 php_stream *fp; local 1562 static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len… 2333 php_stream *fp; local 2412 php_stream *fp = idata->fp; local
|
/PHP-5.5/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.5/ext/dba/libinifile/ |
H A D | inifile.c | 82 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent TSRMLS_DC) in inifile_alloc() 388 php_stream *fp; in inifile_copy_to() local
|
H A D | inifile.h | 42 php_stream *fp; member
|
/PHP-5.5/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.5/main/ |
H A D | fopen_wrappers.c | 344 FILE *fp; local 616 FILE *fp; local
|
H A D | php_open_temporary_file.c | 314 FILE *fp; in php_open_temporary_file() local
|
/PHP-5.5/ext/curl/ |
H A D | php_curl.h | 123 FILE *fp; member 132 FILE *fp; member
|