Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/exif/
H A Dexif.stub.php8 function exif_read_data($file, ?string $required_sections = null, bool $as_arrays = false, bool $re…
16 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c57 zend_string *file = zend_string_init(char_file, strlen(char_file), 0); in PHPDBG_LIST() local
63 zend_string *file; in PHPDBG_LIST() local
233 zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { in phpdbg_compile_file()
281 zend_op_array *phpdbg_init_compile_file(zend_file_handle *file, int type) { in phpdbg_init_compile_file()
H A Dcreate-test.php29 $file = ""; variable
56 $file = realpath($real_argv[0]); variable
H A Dphpdbg_frame.c94 zend_string *file = zend_string_init(file_chr, strlen(file_chr), 0); in phpdbg_print_cur_frame_info() local
267 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
H A Dphpdbg.stub.php7 function phpdbg_break_file(string $file, int $line): void {}
H A Dphpdbg_bp.c315 zend_string *file; in phpdbg_set_breakpoint_file() local
344 PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint32_t filelen, zend… in phpdbg_resolve_pending_file_break_ex()
390 PHPDBG_API void phpdbg_resolve_pending_file_break(const char *file) /* {{{ */ in phpdbg_resolve_pending_file_break()
739 PHPDBG_API void phpdbg_set_breakpoint_file_opline(const char *file, zend_ulong opline) /* {{{ */ in phpdbg_set_breakpoint_file_opline()
H A Dphpdbg_prompt.c716 zend_string *msg, *file; in phpdbg_handle_exception() local
1644 zend_string *file = zend_string_init(file_char, strlen(file_char), 0); in list_code() local
1735 …zend_string *file = zval_get_string(zend_read_property(zend_get_exception_base(exception), excepti… in phpdbg_execute_ex() local
H A Dphpdbg.c367 char *file; in PHP_FUNCTION() local
804 zend_string *file = zend_string_init(file_char, strlen(file_char), 0); in php_sapi_phpdbg_log_message() local
903 FILE *file; member
/PHP-8.0/main/streams/
H A Dphp_stream_plain_wrapper.h33 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C… argument
39 #define php_stream_fopen_from_pipe(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_C… argument
H A Dplain_wrapper.c47 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
48 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
123 FILE *file; member
188 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file_int()
295 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file()
314 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_pipe()
1454 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
H A Dmemory.c383 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write() local
483 php_stream *file; in php_stream_temp_cast() local
/PHP-8.0/ext/phar/phar/
H A Dphar.php35 function command_include($file)
/PHP-8.0/ext/zip/examples/
H A Dencryption.php9 $file = 'foo.php'; variable
/PHP-8.0/ext/dba/
H A Ddba_cdb.c50 php_stream *file; member
53 int file; member
62 php_stream* file = 0; in DBA_OPEN_FUNC() local
/PHP-8.0/ext/
H A Dext_skel.php236 function process_source_tags($file, $short_name) {
/PHP-8.0/Zend/
H A Dzend_exceptions.c544 zval *file, *tmp; in _build_trace_string() local
673 zend_string *file = zval_get_string(GET_PROPERTY(exception, ZEND_STR_FILE)); in ZEND_METHOD() local
909 static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* … in zend_error_va()
933 zend_string *file = zval_get_string(GET_PROPERTY_SILENT(&exception, ZEND_STR_FILE)); in zend_exception_error() local
944 zend_string *str, *file = NULL; in zend_exception_error() local
/PHP-8.0/ext/gd/
H A Dgd.stub.php107 function imagegif(GdImage $image, $file = null): bool {}
111 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {}
116 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {}
121 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {}
125 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {}
127 function imagegd(GdImage $image, ?string $file = null): bool {}
129 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = UNKNOWN, int $mode = UNKN…
133 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {}
/PHP-8.0/ext/bz2/
H A Dbz2.stub.php9 function bzopen($file, string $mode) {}
/PHP-8.0/ext/ftp/
H A Dphp_ftp.c584 char *file; in PHP_FUNCTION() local
631 char *file; in PHP_FUNCTION() local
1141 char *file; in PHP_FUNCTION() local
1162 char *file; in PHP_FUNCTION() local
1211 char *file; in PHP_FUNCTION() local
/PHP-8.0/scripts/dev/
H A Dfind_tested.php203 function extract_tests($file) {
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.stub.php15 public function file(string $filename, int $flags = FILEINFO_NONE, $context = null) {} function in finfo
/PHP-8.0/ext/standard/
H A Ddl.c265 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
/PHP-8.0/sapi/fuzzer/
H A Dfuzzer-sapi.c214 void fuzzer_set_ini_file(const char *file) in fuzzer_set_ini_file()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dmagic.c92 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info()
/PHP-8.0/
H A Drun-tests.php1796 function show_file_block(string $file, string $block, ?string $section = null): void
1823 function run_test(string $php, $file, array $env): string

Completed in 90 milliseconds

123