Home
last modified time | relevance | path

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

123456

/php-src/ext/opcache/
H A Dopcache.stub.php13 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-src/ext/standard/
H A Ddl.c44 char *filename; in PHP_FUNCTION() local
110 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
259 static void php_dl_error(const char *filename) in php_dl_error()
271 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension()
H A Dfilestat.c308 char *filename; in php_do_chgrp() local
434 char *filename; in php_do_chown() local
532 char *filename; in PHP_FUNCTION() local
578 char *filename; in PHP_FUNCTION() local
661 PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *filename, size_t filename_l… in php_clear_stat_cache()
688 char *filename = NULL; in PHP_FUNCTION() local
707 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value) in php_stat()
/php-src/ext/hash/
H A Dhash.stub.php15 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri…
25 function hash_hmac_file(string $algo, string $filename, #[\SensitiveParameter] string $key, bool $b…
/php-src/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-src/ext/fileinfo/
H A Dfileinfo.stub.php76 …public function file(string $filename, int $flags = FILEINFO_NONE, $context = null): string|false …
103 function finfo_file(finfo $finfo, string $filename, int $flags = FILEINFO_NONE, $context = null): s…
115 function mime_content_type($filename): string|false {}
/php-src/ext/phar/
H A Dphar_object.stub.php76 …public function __construct(string $filename, int $flags = FilesystemIterator::SKIP_DOTS|Filesyste…
84 public function addFile(string $filename, ?string $localName = null): void {}
227 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool …
229 final public static function loadPhar(string $filename, ?string $alias = null): bool {}
239 final public static function unlinkArchive(string $filename): true {}
249 …public function __construct(string $filename, int $flags = FilesystemIterator::SKIP_DOTS|Filesyste…
264 public function addFile(string $filename, ?string $localName = null): void {}
515 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool …
518 final public static function loadPhar(string $filename, ?string $alias = null): bool {}
533 final public static function unlinkArchive(string $filename): true {}
[all …]
H A Dfunc_interceptors.c26 char *filename; in PHAR_FUNC() local
91 static zend_string* phar_get_name_for_relative_paths(zend_string *filename, bool using_include_path) in phar_get_name_for_relative_paths()
161 zend_string *filename; in PHAR_FUNC() local
238 zend_string *filename; in PHAR_FUNC() local
282 zend_string *filename; in PHAR_FUNC() local
482 static void phar_file_stat(const char *filename, size_t filename_length, int type, zif_handler orig… in phar_file_stat()
730 char *filename; in PharFileFunction() local
796 char *filename; in PHAR_FUNC() local
/php-src/ext/readline/
H A Dreadline.stub.php28 function readline_read_history(?string $filename = null): bool {}
30 function readline_write_history(?string $filename = null): bool {}
/php-src/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 void zend_stream_init_filename_ex(zend_file_handle *handle, zend_string *filename) { in zend_stream_init_filename_ex()
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-src/ext/simplexml/
H A Dsimplexml.stub.php5 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-src/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-src/win32/build/
H A Dmkdist.php169 function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
347 $filename = $dll[1]; variable
541 $filename = "$name-$version.tgz"; variable
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php14 …public function pgsqlCopyFromFile(string $tableName, string $filename, string $separator = "\t", s…
20 …public function pgsqlCopyToFile(string $tableName, string $filename, string $separator = "\t", str…
H A Dpdo_pgsql.stub.php33 …public function copyFromFile(string $tableName, string $filename, string $separator = "\t", string…
37 …public function copyToFile(string $tableName, string $filename, string $separator = "\t", string $…
/php-src/main/
H A Dfopen_wrappers.c363 zend_string *filename = NULL; local
421 ZSTR_VAL(filename)[length++] = PHP_DIR_SEPARATOR; local
488 PHPAPI zend_string *php_resolve_path(const char *filename, size_t filename_length, const char *path)
635 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
H A Dfopen_wrappers.h34 #define OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename) argument
/php-src/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()
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, zend_compile… in phpdbg_compile_string()
/php-src/ext/zip/examples/
H A Dset_compression.php8 $filename = "a.zip"; variable
H A Dcreate.php9 $filename = "./test112.zip"; variable
/php-src/ext/gd/
H A Dgd.stub.php486 function imageloadfont(string $filename): GdFont|false {}
551 function imagecreatefromavif(string $filename): GdImage|false {}
555 function imagecreatefromgif(string $filename): GdImage|false {}
559 function imagecreatefromjpeg(string $filename): GdImage|false {}
564 function imagecreatefrompng(string $filename): GdImage|false {}
573 function imagecreatefromxbm(string $filename): GdImage|false {}
577 function imagecreatefromxpm(string $filename): GdImage|false {}
584 function imagecreatefromgd(string $filename): GdImage|false {}
587 function imagecreatefromgd2(string $filename): GdImage|false {}
594 function imagecreatefrombmp(string $filename): GdImage|false {}
[all …]
/php-src/ext/posix/
H A Dposix.stub.php387 function posix_mkfifo(string $filename, int $permissions): bool {}
391 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {}
394 function posix_access(string $filename, int $flags = 0): bool {}
397 function posix_eaccess(string $filename, int $flags = 0): bool {}
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.php9 $filename = $argv[1]; variable
/php-src/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, bool * is_warnin… in mysqlnd_handle_local_infile()

Completed in 94 milliseconds

123456