/PHP-8.0/ext/exif/ |
H A D | exif.stub.php | 8 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 D | phpdbg_list.c | 57 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 D | create-test.php | 29 $file = ""; variable 56 $file = realpath($real_argv[0]); variable
|
H A D | phpdbg_frame.c | 94 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 D | phpdbg.stub.php | 7 function phpdbg_break_file(string $file, int $line): void {}
|
H A D | phpdbg_bp.c | 315 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 D | phpdbg_prompt.c | 716 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 D | phpdbg.c | 367 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 D | php_stream_plain_wrapper.h | 33 #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 D | plain_wrapper.c | 47 #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 D | memory.c | 383 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 D | phar.php | 35 function command_include($file)
|
/PHP-8.0/ext/zip/examples/ |
H A D | encryption.php | 9 $file = 'foo.php'; variable
|
/PHP-8.0/ext/dba/ |
H A D | dba_cdb.c | 50 php_stream *file; member 53 int file; member 62 php_stream* file = 0; in DBA_OPEN_FUNC() local
|
/PHP-8.0/ext/ |
H A D | ext_skel.php | 236 function process_source_tags($file, $short_name) {
|
/PHP-8.0/Zend/ |
H A D | zend_exceptions.c | 544 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 D | gd.stub.php | 107 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 D | bz2.stub.php | 9 function bzopen($file, string $mode) {}
|
/PHP-8.0/ext/ftp/ |
H A D | php_ftp.c | 584 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 D | find_tested.php | 203 function extract_tests($file) {
|
/PHP-8.0/ext/fileinfo/ |
H A D | fileinfo.stub.php | 15 public function file(string $filename, int $flags = FILEINFO_NONE, $context = null) {} function in finfo
|
/PHP-8.0/ext/standard/ |
H A D | dl.c | 265 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 D | fuzzer-sapi.c | 214 void fuzzer_set_ini_file(const char *file) in fuzzer_set_ini_file()
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | magic.c | 92 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info()
|
/PHP-8.0/ |
H A D | run-tests.php | 1796 function show_file_block(string $file, string $block, ?string $section = null): void 1823 function run_test(string $php, $file, array $env): string
|