Home
last modified time | relevance | path

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

123

/PHP-5.6/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()
264 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
296 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_pipe()
1321 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
H A Dmemory.c377 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write() local
478 php_stream *file; in php_stream_temp_cast() local
/PHP-5.6/ext/phar/phar/
H A Dphar.php35 function command_include($file)
/PHP-5.6/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.c77 struct zip_file *zf, **file; in _zip_file_new() local
/PHP-5.6/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.6/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.6/sapi/phpdbg/tests/
H A Drun-tests.php360 public function __construct(TestsConfiguration $config, $file) {
546 public $file; variable in phpdbg\\testing\\Test
/PHP-5.6/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 Dhead.c228 const char *file=""; in PHP_FUNCTION() local
H A Dphp_fopen_wrapper.c186 FILE *file = NULL; in php_stream_url_wrap_php() local
/PHP-5.6/Zend/
H A Dzend_exceptions.c557 zval **file, **tmp; in _build_trace_string() local
674 zval message, file, line, *trace, *exception; in ZEND_METHOD() local
898 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va()
914 zval *str, *file, *line; in zend_exception_error() local
/PHP-5.6/ext/ftp/
H A Dphp_ftp.c745 char *file; in PHP_FUNCTION() local
789 char *file; in PHP_FUNCTION() local
1240 char *file; in PHP_FUNCTION() local
1260 char *file; in PHP_FUNCTION() local
1305 char *file; in PHP_FUNCTION() local
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_frame.c168 zval **file, **line; in phpdbg_dump_backtrace() local
H A Dphpdbg_utils.c161 const char *file = zend_get_executed_filename(TSRMLS_C); in phpdbg_current_file() local
/PHP-5.6/scripts/dev/
H A Dfind_tested.php196 function extract_tests($file) {
/PHP-5.6/
H A Dserver-tests.php1136 function getSectionText($file)
1179 function getSkipReason($file,&$section_text,$docgi=false)
1233 function run_test($file)
/PHP-5.6/ext/gd/
H A Dgd_ctx.c90 char *file = NULL; in _php_image_output_ctx() local
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_bt.c156 zval **file, **tmp; in mysqlnd_build_trace_string() local
/PHP-5.6/ext/fileinfo/libmagic/
H A Dmagic.c234 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info()
/PHP-5.6/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h27 const char *file; member
/PHP-5.6/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.6/ext/fileinfo/
H A Dfileinfo.c299 char *file = NULL; in PHP_FUNCTION() local
/PHP-5.6/ext/pdo_oci/
H A Dphp_pdo_oci_int.h24 const char *file; member

Completed in 62 milliseconds

123