/php-src/ext/exif/ |
H A D | exif.stub.php | 19 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 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 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 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 250 zend_string *file = NULL; in phpdbg_dump_backtrace() local
|
H A D | phpdbg.stub.php | 29 function phpdbg_break_file(string $file, int $line): void {}
|
H A D | phpdbg_bp.c | 314 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 D | phpdbg_prompt.c | 711 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 1707 …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 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 | 48 #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() 1529 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
|
/php-src/ext/phar/phar/ |
H A D | phar.php | 35 function command_include($file)
|
/php-src/ext/zip/examples/ |
H A D | encryption.php | 9 $file = 'foo.php'; variable
|
/php-src/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-src/Zend/ |
H A D | zend_exceptions.stub.php | 38 protected string $file = ""; variable in Exception 97 protected string $file = ""; variable in Error
|
H A D | zend_exceptions.c | 534 zval *file, *tmp; in _build_trace_string() local 669 zend_string *file = zval_get_string(GET_PROPERTY(exception, ZEND_STR_FILE)); in ZEND_METHOD() local 886 static void zend_error_va(int type, zend_string *file, uint32_t lineno, const char *format, ...) /*… in zend_error_va() 910 zend_string *file = zval_get_string(GET_PROPERTY_SILENT(&exception, ZEND_STR_FILE)); in zend_exception_error() local 921 zend_string *str, *file = NULL; in zend_exception_error() local
|
/php-src/ext/ |
H A D | ext_skel.php | 236 function process_source_tags($file, $short_name) {
|
/php-src/ext/bz2/ |
H A D | bz2.stub.php | 9 function bzopen($file, string $mode) {}
|
/php-src/ext/ftp/ |
H A D | php_ftp.c | 573 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 D | gd.stub.php | 605 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 D | find_tested.php | 199 function extract_tests($file) {
|
/php-src/ext/standard/ |
H A D | dl.c | 281 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl()
|
/php-src/ext/fileinfo/ |
H A D | fileinfo.stub.php | 76 …public function file(string $filename, int $flags = FILEINFO_NONE, $context = null): string|false … function in finfo
|
/php-src/ext/libxml/ |
H A D | libxml.stub.php | 166 public string $file; variable in LibXMLError
|
/php-src/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 222 void fuzzer_set_ini_file(const char *file) in fuzzer_set_ini_file()
|
/php-src/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 23 const char *file; member
|
/php-src/ext/fileinfo/libmagic/ |
H A D | magic.c | 88 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info()
|