Home
last modified time | relevance | path

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

123

/php-src/ext/exif/
H A Dexif.stub.php19 function exif_read_data($file, ?string $required_sections = null, bool $as_arrays = false, bool $re…
28 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
/php-src/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
229 zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { in phpdbg_compile_file()
277 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
253 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
H A Dphpdbg.stub.php29 function phpdbg_break_file(string $file, int $line): void {}
H A Dphpdbg_bp.c314 zend_string *file; in phpdbg_set_breakpoint_file() local
343 PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint32_t filelen, zend… in phpdbg_resolve_pending_file_break_ex()
389 PHPDBG_API void phpdbg_resolve_pending_file_break(const char *file) /* {{{ */ in phpdbg_resolve_pending_file_break()
738 PHPDBG_API void phpdbg_set_breakpoint_file_opline(const char *file, zend_ulong opline) /* {{{ */ in phpdbg_set_breakpoint_file_opline()
H A Dphpdbg_prompt.c713 zend_string *msg, *file; in phpdbg_handle_exception() local
1607 zend_string *file = zend_string_init(file_char, strlen(file_char), 0); in list_code() local
1698 …zend_string *file = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), exce… in phpdbg_execute_ex() local
/php-src/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.c48 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
49 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
132 FILE *file; member
197 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file_int()
307 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file()
326 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_pipe()
1519 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
H A Dmemory.c356 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write() local
456 php_stream *file; in php_stream_temp_cast() local
/php-src/ext/phar/phar/
H A Dphar.php35 function command_include($file)
/php-src/ext/zip/examples/
H A Dencryption.php9 $file = 'foo.php'; variable
/php-src/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-src/Zend/
H A Dzend_exceptions.stub.php38 protected string $file = ""; variable in Exception
97 protected string $file = ""; variable in Error
H A Dzend_exceptions.c532 zval *file, *tmp; in _build_trace_string() local
666 zend_string *file = zval_get_string(GET_PROPERTY(exception, ZEND_STR_FILE)); in ZEND_METHOD() local
881 static void zend_error_va(int type, zend_string *file, uint32_t lineno, const char *format, ...) /*… in zend_error_va()
905 zend_string *file = zval_get_string(GET_PROPERTY_SILENT(&exception, ZEND_STR_FILE)); in zend_exception_error() local
916 zend_string *str, *file = NULL; in zend_exception_error() local
/php-src/ext/
H A Dext_skel.php236 function process_source_tags($file, $short_name) {
/php-src/ext/bz2/
H A Dbz2.stub.php9 function bzopen($file, string $mode) {}
/php-src/ext/ftp/
H A Dphp_ftp.c573 char *file; in PHP_FUNCTION() local
617 char *file; in PHP_FUNCTION() local
1097 char *file; in PHP_FUNCTION() local
1115 char *file; in PHP_FUNCTION() local
1158 char *file; in PHP_FUNCTION() local
/php-src/ext/gd/
H A Dgd.stub.php605 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {}
609 function imagegif(GdImage $image, $file = null): bool {}
613 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {}
618 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {}
623 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {}
627 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {}
629 function imagegd(GdImage $image, ?string $file = null): bool {}
631 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = 128, int $mode = IMG_GD2_…
635 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {}
/php-src/scripts/dev/
H A Dfind_tested.php203 function extract_tests($file) {
/php-src/ext/standard/
H A Ddl.c281 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
/php-src/ext/fileinfo/
H A Dfileinfo.stub.php76 …public function file(string $filename, int $flags = FILEINFO_NONE, $context = null): string|false … function in finfo
/php-src/ext/libxml/
H A Dlibxml.stub.php159 public string $file; variable in LibXMLError
/php-src/sapi/fuzzer/
H A Dfuzzer-sapi.c222 void fuzzer_set_ini_file(const char *file) in fuzzer_set_ini_file()
/php-src/ext/fileinfo/libmagic/
H A Dmagic.c88 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info()

Completed in 95 milliseconds

123