Home
last modified time | relevance | path

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

123

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_list.c59 zend_string *file = zend_string_init(char_file, strlen(char_file), 0); in PHPDBG_LIST() local
65 zend_string *file; in PHPDBG_LIST() local
235 zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { in phpdbg_compile_file()
284 zend_op_array *phpdbg_init_compile_file(zend_file_handle *file, int type) { in phpdbg_init_compile_file()
H A Dcreate-test.php31 $file = ""; variable
58 $file = realpath($real_argv[0]); variable
H A Dphpdbg_frame.c96 zend_string *file = zend_string_init(file_chr, strlen(file_chr), 0); in phpdbg_print_cur_frame_info() local
268 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
H A Dphpdbg_bp.c317 zend_string *file; in phpdbg_set_breakpoint_file() local
346 PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint32_t filelen, zend… in phpdbg_resolve_pending_file_break_ex()
392 PHPDBG_API void phpdbg_resolve_pending_file_break(const char *file) /* {{{ */ in phpdbg_resolve_pending_file_break()
741 PHPDBG_API void phpdbg_set_breakpoint_file_opline(const char *file, zend_ulong opline) /* {{{ */ in phpdbg_set_breakpoint_file_opline()
H A Dphpdbg.c376 char *file; in PHP_FUNCTION() local
878 zend_string *file = zend_string_init(file_char, strlen(file_char), 0); in php_sapi_phpdbg_log_message() local
957 FILE *file; member
H A Dxml.md26 file section
/PHP-7.2/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.c51 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
52 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
127 FILE *file; member
189 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file_int()
285 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file()
317 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_pipe()
1373 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
H A Dmemory.c365 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write() local
464 php_stream *file; in php_stream_temp_cast() local
/PHP-7.2/ext/standard/
H A Ddl.c246 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
264 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
H A Dhead.c256 const char *file=""; in PHP_FUNCTION() local
H A Dphp_fopen_wrapper.c186 FILE *file = NULL; in php_stream_url_wrap_php() local
/PHP-7.2/ext/zip/lib/
H A Dzip_source_filep.c91 zip_source_filep(zip_t *za, FILE *file, zip_uint64_t start, zip_int64_t len) in zip_source_filep()
101 zip_source_filep_create(FILE *file, zip_uint64_t start, zip_int64_t length, zip_error_t *error) in zip_source_filep_create()
113 _zip_source_file_or_p(const char *fname, FILE *file, zip_uint64_t start, zip_int64_t len, const zip… in _zip_source_file_or_p()
/PHP-7.2/ext/phar/phar/
H A Dphar.php35 function command_include($file)
/PHP-7.2/ext/zip/examples/
H A Dencryption.php9 $file = 'foo.php'; variable
/PHP-7.2/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-7.2/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-7.2/Zend/
H A Dzend_exceptions.c556 zval *file, *tmp; in _build_trace_string() local
683 zend_string *file = zval_get_string(GET_PROPERTY(exception, ZEND_STR_FILE)); in ZEND_METHOD() local
950 static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* … in zend_error_va()
981 zend_string *file = zval_get_string(GET_PROPERTY_SILENT(&exception, ZEND_STR_FILE)); in zend_exception_error() local
990 zend_string *str, *file = NULL; in zend_exception_error() local
/PHP-7.2/
H A Dserver-tests.php1123 function getSectionText($file)
1166 function getSkipReason($file,&$section_text,$docgi=false)
1220 function run_test($file)
/PHP-7.2/ext/ftp/
H A Dphp_ftp.c835 char *file; in PHP_FUNCTION() local
881 char *file; in PHP_FUNCTION() local
1387 char *file; in PHP_FUNCTION() local
1409 char *file; in PHP_FUNCTION() local
1458 char *file; in PHP_FUNCTION() local
/PHP-7.2/scripts/dev/
H A Dfind_tested.php202 function extract_tests($file) {
/PHP-7.2/ext/gd/
H A Dgd_ctx.c85 char *file = NULL; in _php_image_output_ctx() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dmagic.c98 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info()
/PHP-7.2/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h27 const char *file; member
/PHP-7.2/win32/
H A Dioutil.c192 HANDLE file; in php_win32_ioutil_open_w() local

Completed in 76 milliseconds

123