/PHP-5.4/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.4/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.4/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.4/ext/standard/ |
H A D | iptc.c | 78 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_put1() 91 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_get1() 113 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_read_remaining() 123 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_skip_variable() 145 static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_next_marker() 183 FILE *fp; in PHP_FUNCTION() local
|
/PHP-5.4/ext/tokenizer/ |
H A D | tokenizer.php | 7 $fp = fopen('php://stdin', 'r'); variable
|
/PHP-5.4/pear/ |
H A D | fetch.php | 66 $fp = fopen($argv[1], "r", false, $ctx); variable
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | apptype.c | 52 FILE *fp; in file_os2_apptype() local
|
/PHP-5.4/ext/dba/libflatfile/ |
H A D | flatfile.h | 32 php_stream *fp; member
|
/PHP-5.4/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.4/ext/mbstring/oniguruma/enc/ |
H A D | mktable.c | 1067 static int exec(FILE* fp, ENC_INFO* einfo) in exec() 1110 FILE* fp = stdout; in main() local
|
/PHP-5.4/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.4/ext/phar/ |
H A D | shortarc.php | 245 static function extractFile($path, $entry, $fp)
|
H A D | util.c | 126 php_stream *fp = phar_get_efp(entry, follow_links TSRMLS_CC); in phar_seek_efp() local 1124 php_stream *fp; in phar_separate_entry_fp() local 1659 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_… 1793 int phar_verify_signature(php_stream *fp, size_t end_of_phar, php_uint32 sig_type, char *sig, int s… 2072 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature…
|
H A D | phar.c | 651 static int phar_parse_pharfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_l… 1321 php_stream *fp; local 1474 php_stream *fp; local 1563 static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len… 2330 php_stream *fp; local 2409 php_stream *fp = idata->fp; local
|
/PHP-5.4/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.4/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.4/main/ |
H A D | fopen_wrappers.c | 344 FILE *fp; local 616 FILE *fp; local
|
H A D | php_open_temporary_file.c | 291 FILE *fp; in php_open_temporary_file() local
|
/PHP-5.4/ext/ereg/regex/ |
H A D | split.c | 20 register char **fp = fields; local
|
/PHP-5.4/Zend/ |
H A D | zend_stream.h | 68 FILE *fp; member
|