Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 58) sorted by relevance

123

/PHP-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h37 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C… argument
43 #define php_stream_fopen_from_pipe(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_C… argument
H A Dplain_wrapper.c49 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
50 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
113 FILE *file; member
171 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC TSRMLS_D… in _php_stream_fopen_from_file_int()
270 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
302 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_pipe()
1315 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
H A Dmemory.c376 php_stream *file = php_stream_fopen_tmpfile(); in php_stream_temp_write() local
473 php_stream *file; in php_stream_temp_cast() local
/PHP-5.5/ext/phar/phar/
H A Dphar.php35 function command_include($file)
/PHP-5.5/scripts/dev/
H A Dextern_c.php17 function scan_file($file) {
H A Dfind_tested.php196 function extract_tests($file) {
/PHP-5.5/ext/zip/lib/
H A Dzip_source_filep.c62 zip_source_filep(struct zip *za, FILE *file, zip_uint64_t start, in zip_source_filep()
79 _zip_source_file_or_p(struct zip *za, const char *fname, FILE *file, in _zip_source_file_or_p()
H A Dzip_fopen_index_encrypted.c162 struct zip_file *zf, **file; in _zip_file_new() local
/PHP-5.5/ext/dba/
H A Ddba_cdb.c54 php_stream *file; member
57 int file; member
66 php_stream* file = 0; in DBA_OPEN_FUNC() local
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php148 {
152 function fileLineTOC($sqlite, $file, $line) argument
503 $this->sqlite = new Sqlite($codepath, $db);
785 echo "done (no modified xdebug files)\n";
1056 throw new Exception('Unable to create Code Coverage SQLite3 database: ' . $error);
1380 throw new Exception('Unable to add file ' . $filepath . ' to database');
/PHP-5.5/ext/standard/
H A Ddl.c265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Dphp_fopen_wrapper.c167 FILE *file = NULL; in php_stream_url_wrap_php() local
H A Dhead.c228 const char *file=""; in PHP_FUNCTION() local
/PHP-5.5/Zend/
H A Dzend_exceptions.c549 zval **file, **tmp; in _build_trace_string() local
665 zval message, file, line, *trace, *exception; in ZEND_METHOD() local
874 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va()
889 zval *str, *file, *line; in zend_exception_error() local
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c742 char *file; in PHP_FUNCTION() local
786 char *file; in PHP_FUNCTION() local
1237 char *file; in PHP_FUNCTION() local
1257 char *file; in PHP_FUNCTION() local
1302 char *file; in PHP_FUNCTION() local
/PHP-5.5/
H A Dserver-tests.php1136 function getSectionText($file)
1179 function getSkipReason($file,&$section_text,$docgi=false)
1233 function run_test($file)
/PHP-5.5/ext/gd/
H A Dgd_ctx.c80 char *file = NULL; in _php_image_output_ctx() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c156 zval **file, **tmp; in mysqlnd_build_trace_string() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dmagic.c234 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info()
/PHP-5.5/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h27 const char *file; member
/PHP-5.5/ext/enchant/
H A Denchant.c205 const char * const file, in describe_dict_fn()
307 const char * const file, in __enumerate_providers_fn()
/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h24 const char *file; member
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c59 …dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line TSR… in pdo_odbc_error()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c293 char *file = NULL; local
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1159 char *file; in PHP_FUNCTION() local
1184 char *file; in PHP_FUNCTION() local
1210 char *file, *method; in PHP_FUNCTION() local

Completed in 57 milliseconds

123