Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 128) sorted by relevance

123456

/PHP-8.0/ext/opcache/
H A Dopcache.stub.php9 function opcache_compile_file(string $filename): bool {}
11 function opcache_invalidate(string $filename, bool $force = false): bool {}
15 function opcache_is_script_cached(string $filename): bool {}
/PHP-8.0/ext/standard/
H A Ddl.c44 char *filename; in PHP_FUNCTION() local
98 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
243 static void php_dl_error(const char *filename) in php_dl_error()
255 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
H A Dfilestat.c342 char *filename; in php_do_chgrp() local
468 char *filename; in php_do_chown() local
566 char *filename; in PHP_FUNCTION() local
612 char *filename; in PHP_FUNCTION() local
695 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen… in php_clear_stat_cache()
722 char *filename = NULL; in PHP_FUNCTION() local
741 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value) in php_stat()
H A Dbasic_functions.stub.php885 function filesize(string $filename): int|false {}
889 function file_exists(string $filename): bool {}
891 function is_writable(string $filename): bool {}
894 function is_writeable(string $filename): bool {}
896 function is_readable(string $filename): bool {}
898 function is_executable(string $filename): bool {}
900 function is_file(string $filename): bool {}
902 function is_dir(string $filename): bool {}
904 function is_link(string $filename): bool {}
906 function stat(string $filename): array|false {}
[all …]
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.stub.php15 public function file(string $filename, int $flags = FILEINFO_NONE, $context = null) {}
48 function finfo_file($finfo, string $filename, int $flags = FILEINFO_NONE, $context = null): string|…
59 function mime_content_type($filename): string|false {}
/PHP-8.0/ext/com_dotnet/
H A Dcom_persist.stub.php11 public function SaveToFile(?string $filename, bool $remember = true): bool {}
13 public function LoadFromFile(string $filename, int $flags = 0): bool {}
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php11 …public function __construct(string $filename, int $flags = FilesystemIterator::SKIP_DOTS|Filesyste…
19 public function addFile(string $filename, ?string $localName = null) {}
162 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool …
164 final public static function loadPhar(string $filename, ?string $alias = null): bool {}
174 final public static function unlinkArchive(string $filename): bool {}
184 …public function __construct(string $filename, int $flags = FilesystemIterator::SKIP_DOTS|Filesyste…
199 public function addFile(string $filename, ?string $localName = null) {}
453 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool …
456 final public static function loadPhar(string $filename, ?string $alias = null): bool {}
471 final public static function unlinkArchive(string $filename): bool {}
[all …]
H A Dfunc_interceptors.c26 char *filename; in PHAR_FUNC() local
94 char *filename; in PHAR_FUNC() local
234 char *filename; in PHAR_FUNC() local
335 char *filename, *mode; in PHAR_FUNC() local
590 static void phar_file_stat(const char *filename, size_t filename_length, int type, zif_handler orig… in phar_file_stat()
838 char *filename; in PharFileFunction() local
905 char *filename; in PHAR_FUNC() local
/PHP-8.0/Zend/
H A Dzend_stream.c63 ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, const char *filename) { in zend_stream_init_fp()
70 ZEND_API void zend_stream_init_filename(zend_file_handle *handle, const char *filename) { in zend_stream_init_filename()
76 ZEND_API zend_result zend_stream_open(const char *filename, zend_file_handle *handle) /* {{{ */ in zend_stream_open()
H A Dzend_dtrace.c58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
95 const char *filename; in dtrace_execute_internal() local
/PHP-8.0/ext/tidy/
H A Dtidy.stub.php11 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu…
17 function tidy_repair_file(string $filename, array|string|null $config = null, ?string $encoding = n…
57 …public function __construct(?string $filename = null, array|string|null $config = null, ?string $e…
72 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = …
87 …public static function repairFile(string $filename, array|string|null $config = null, ?string $enc…
/PHP-8.0/ext/readline/
H A Dreadline.stub.php21 function readline_read_history(?string $filename = null): bool {}
23 function readline_write_history(?string $filename = null): bool {}
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php5 function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $…
20 public function asXML(?string $filename = null) {}
26 public function saveXML(?string $filename = null) {}
/PHP-8.0/main/streams/
H A Dphp_stream_plain_wrapper.h27 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument
30 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php8 string $filename,
40 function pspell_config_personal(int $config, string $filename): bool {}
46 function pspell_config_repl(int $config, string $filename): bool {}
/PHP-8.0/win32/build/
H A Dmkdist.php169 function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
347 $filename = $dll[1]; variable
525 $filename = "$name-$version.tgz"; variable
/PHP-8.0/ext/posix/
H A Dposix.stub.php73 function posix_mkfifo(string $filename, int $permissions): bool {}
77 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {}
80 function posix_access(string $filename, int $flags = 0): bool {}
/PHP-8.0/ext/gd/
H A Dgd.stub.php11 function imageloadfont(string $filename): int|false {}
68 function imagecreatefromgif(string $filename): GdImage|false {}
71 function imagecreatefromjpeg(string $filename): GdImage|false {}
75 function imagecreatefrompng(string $filename): GdImage|false {}
79 function imagecreatefromwebp(string $filename): GdImage|false {}
82 function imagecreatefromxbm(string $filename): GdImage|false {}
85 function imagecreatefromxpm(string $filename): GdImage|false {}
90 function imagecreatefromgd(string $filename): GdImage|false {}
92 function imagecreatefromgd2(string $filename): GdImage|false {}
97 function imagecreatefrombmp(string $filename): GdImage|false {}
[all …]
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php11 …public function pgsqlCopyFromFile(string $tableName, string $filename, string $separator = "\t", s…
17 …public function pgsqlCopyToFile(string $tableName, string $filename, string $separator = "\t", str…
/PHP-8.0/ext/hash/
H A Dhash.stub.php7 function hash_file(string $algo, string $filename, bool $binary = false): string|false {}
11 function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false): string|…
21 function hash_update_file(HashContext $context, string $filename, $stream_context = null): bool {}
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c130 void phpdbg_list_file(zend_string *filename, uint32_t count, int offset, uint32_t highlight) /* {{{… in phpdbg_list_file()
282 char *filename = (char *)(file->opened_path ? ZSTR_VAL(file->opened_path) : file->filename); in phpdbg_init_compile_file() local
319 zend_op_array *phpdbg_compile_string(zend_string *source_string, const char *filename) { in phpdbg_compile_string()
/PHP-8.0/ext/zip/examples/
H A Dset_compression.php8 $filename = "a.zip"; variable
H A Dcreate.php9 $filename = "./test112.zip"; variable
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_loaddata.c26 int mysqlnd_local_infile_init(void ** ptr, const char * const filename) in mysqlnd_local_infile_init()
140 mysqlnd_handle_local_infile(MYSQLND_CONN_DATA * conn, const char * const filename, zend_bool * is_w… in mysqlnd_handle_local_infile()
/PHP-8.0/main/
H A Dfopen_wrappers.h34 #define OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename) argument

Completed in 68 milliseconds

123456