/PHP-8.1/ext/opcache/ |
H A D | opcache.stub.php | 13 function opcache_compile_file(string $filename): bool {} 15 function opcache_invalidate(string $filename, bool $force = false): bool {} 23 function opcache_is_script_cached(string $filename): bool {}
|
/PHP-8.1/ext/standard/ |
H A D | dl.c | 44 char *filename; in PHP_FUNCTION() local 110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() 270 static void php_dl_error(const char *filename) in php_dl_error() 282 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
|
H A D | filestat.c | 342 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(bool clear_realpath_cache, const char *filename, size_t filename_l… in php_clear_stat_cache() 722 char *filename = NULL; in PHP_FUNCTION() local 741 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value) in php_stat()
|
H A D | basic_functions.stub.php | 1193 function filesize(string $filename): int|false {} 1198 function file_exists(string $filename): bool {} 1200 function is_writable(string $filename): bool {} 1203 function is_writeable(string $filename): bool {} 1205 function is_readable(string $filename): bool {} 1207 function is_executable(string $filename): bool {} 1209 function is_file(string $filename): bool {} 1211 function is_dir(string $filename): bool {} 1213 function is_link(string $filename): bool {} 1219 function stat(string $filename): array|false {} [all …]
|
/PHP-8.1/ext/fileinfo/ |
H A D | fileinfo.stub.php | 16 …public function file(string $filename, int $flags = FILEINFO_NONE, $context = null): string|false … 43 function finfo_file(finfo $finfo, string $filename, int $flags = FILEINFO_NONE, $context = null): s… 55 function mime_content_type($filename): string|false {}
|
/PHP-8.1/ext/com_dotnet/ |
H A D | com_persist.stub.php | 11 public function SaveToFile(?string $filename, bool $remember = true): bool {} 13 public function LoadFromFile(string $filename, int $flags = 0): bool {}
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.stub.php | 11 …public function __construct(string $filename, int $flags = FilesystemIterator::SKIP_DOTS|Filesyste… 19 public function addFile(string $filename, ?string $localName = null): void {} 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 {} // TODO make return type void 187 …public function __construct(string $filename, int $flags = FilesystemIterator::SKIP_DOTS|Filesyste… 202 public function addFile(string $filename, ?string $localName = null): void {} 456 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool … 459 final public static function loadPhar(string $filename, ?string $alias = null): bool {} 474 …final public static function unlinkArchive(string $filename): bool {} // TODO make return type void [all …]
|
H A D | func_interceptors.c | 26 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.1/ext/tidy/ |
H A D | tidy.stub.php | 11 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.1/ext/readline/ |
H A D | readline.stub.php | 22 function readline_read_history(?string $filename = null): bool {} 24 function readline_write_history(?string $filename = null): bool {}
|
/PHP-8.1/Zend/ |
H A D | zend_stream.c | 63 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 void zend_stream_init_filename_ex(zend_file_handle *handle, zend_string *filename) { in zend_stream_init_filename_ex()
|
H A D | zend_dtrace.c | 58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local 95 const char *filename; in dtrace_execute_internal() local
|
/PHP-8.1/ext/simplexml/ |
H A D | simplexml.stub.php | 5 function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $… 21 public function asXML(?string $filename = null): string|bool {} 27 public function saveXML(?string $filename = null): string|bool {}
|
/PHP-8.1/main/streams/ |
H A D | php_stream_plain_wrapper.h | 27 #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.1/win32/build/ |
H A D | mkdist.php | 169 function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */ 347 $filename = $dll[1]; variable 525 $filename = "$name-$version.tgz"; variable
|
/PHP-8.1/ext/posix/ |
H A D | posix.stub.php | 85 function posix_mkfifo(string $filename, int $permissions): bool {} 89 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {} 92 function posix_access(string $filename, int $flags = 0): bool {}
|
/PHP-8.1/ext/pspell/ |
H A D | pspell.stub.php | 26 string $filename, 53 function pspell_config_personal(PSpell\Config $config, string $filename): bool {} 56 function pspell_config_repl(PSpell\Config $config, string $filename): bool {}
|
/PHP-8.1/ext/gd/ |
H A D | gd.stub.php | 23 function imageloadfont(string $filename): GdFont|false {} 88 function imagecreatefromavif(string $filename): GdImage|false {} 92 function imagecreatefromgif(string $filename): GdImage|false {} 96 function imagecreatefromjpeg(string $filename): GdImage|false {} 101 function imagecreatefrompng(string $filename): GdImage|false {} 110 function imagecreatefromxbm(string $filename): GdImage|false {} 114 function imagecreatefromxpm(string $filename): GdImage|false {} 121 function imagecreatefromgd(string $filename): GdImage|false {} 124 function imagecreatefromgd2(string $filename): GdImage|false {} 131 function imagecreatefrombmp(string $filename): GdImage|false {} [all …]
|
/PHP-8.1/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 11 …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.1/main/ |
H A D | fopen_wrappers.c | 351 zend_string *filename = NULL; local 409 ZSTR_VAL(filename)[length++] = PHP_DIR_SEPARATOR; local 476 PHPAPI zend_string *php_resolve_path(const char *filename, size_t filename_length, const char *path) 623 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
|
H A D | fopen_wrappers.h | 34 #define OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename) argument
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_list.c | 130 void phpdbg_list_file(zend_string *filename, uint32_t count, int offset, uint32_t highlight) /* {{{… in phpdbg_list_file() 278 zend_string *filename = file->opened_path ? file->opened_path : file->filename; in phpdbg_init_compile_file() local 312 zend_op_array *phpdbg_compile_string(zend_string *source_string, const char *filename) { in phpdbg_compile_string()
|
/PHP-8.1/ext/hash/ |
H A D | hash.stub.php | 9 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri… 15 function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false): string|… 26 function hash_update_file(HashContext $context, string $filename, $stream_context = null): bool {}
|
/PHP-8.1/ext/zip/examples/ |
H A D | set_compression.php | 8 $filename = "a.zip"; variable
|
H A D | create.php | 9 $filename = "./test112.zip"; variable
|