Home
last modified time | relevance | path

Searched defs:filename (Results 26 – 50 of 129) sorted by relevance

123456

/php-src/sapi/apache2handler/
H A Dphp_functions.c62 static request_rec *php_apache_lookup_uri(char *filename) in php_apache_lookup_uri()
76 char *filename; in PHP_FUNCTION() local
123 char *filename; in PHP_FUNCTION() local
H A Dphp_functions.stub.php5 function apache_lookup_uri(string $filename): object|false {}
/php-src/ext/zip/
H A Dphp_zip.stub.php9 function zip_open(string $filename) {}
637 public string $filename; variable in ZipArchive
642 public function open(string $filename, int $flags = 0): bool|int {}
H A Dphp_zip.h50 #define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename) argument
70 char *filename; member
/php-src/Zend/
H A Dzend_language_scanner.l661 zend_string *code, zend_arena **ast_arena, zend_string *filename) { in zend_compile_string_to_ast()
696 zend_op_array *compile_filename(int type, zend_string *filename) in compile_filename()
721 ZEND_API void zend_prepare_string_for_scanning(zval *str, zend_string *filename) in zend_prepare_string_for_scanning()
784 zend_op_array *compile_string(zend_string *source_string, const char *filename, zend_compile_positi… in compile_string()
823 zend_result highlight_file(const char *filename, zend_syntax_highlighter_ini *syntax_highlighter_in… in highlight_file()
846 …string(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, const char *filename) in highlight_string()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php188 public function setSchema(?string $filename): bool {}
194 public function setRelaxNGSchema(?string $filename): bool {}
/php-src/ext/zlib/
H A Dzlib.stub.php172 function gzfile(string $filename, int $use_include_path = 0): array|false {}
178 function gzopen(string $filename, string $mode, int $use_include_path = 0) {}
180 function readgzfile(string $filename, int $use_include_path = 0): int|false {}
/php-src/ext/standard/
H A Dfile.c248 char *filename; in PHP_FUNCTION() local
392 char *filename; in PHP_FUNCTION() local
455 char *filename; in PHP_FUNCTION() local
596 char *filename; in PHP_FUNCTION() local
737 char *filename, *mode; in PHP_FUNCTION() local
1191 char *filename; in PHP_FUNCTION() local
1307 char *filename; in PHP_FUNCTION() local
2199 char *filename; in PHP_FUNCTION() local
2335 char *pattern, *filename; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2010 function highlight_file(string $filename, bool $return = false): string|bool {}
2013 function show_source(string $filename, bool $return = false): string|bool {}
2016 function php_strip_whitespace(string $filename): string {}
2075 function is_uploaded_file(string $filename): bool {}
2083 function parse_ini_file(string $filename, bool $process_sections = false, int $scanner_mode = INI_S…
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c240 static void zend_accel_blacklist_loadone(zend_blacklist *blacklist, char *filename) in zend_accel_blacklist_loadone()
321 void zend_accel_blacklist_load(zend_blacklist *blacklist, char *filename)
H A Dzend_file_cache.c202 static int zend_file_cache_mkdir(char *filename, size_t start)
957 char *filename; local
1068 char *filename; local
1775 char *filename; local
1959 char *filename; local
H A DZendAccelerator.c190 static inline bool is_cacheable_stream_path(const char *filename) in is_cacheable_stream_path()
929 static int zend_get_stream_timestamp(const char *filename, zend_stat_t *statbuf) in zend_get_stream_timestamp()
1390 zend_result zend_accel_invalidate(zend_string *filename, bool force) in zend_accel_invalidate()
1484 static zend_always_inline bool is_phar_file(zend_string *filename) in is_phar_file()
2498 static zend_string* persistent_zend_resolve_path(zend_string *filename) in persistent_zend_resolve_path()
3535 static size_t preload_try_strip_filename(zend_string *filename) {
3551 zend_string *filename = NULL; local
3590 zend_string *filename = NULL; local
4052 static zend_string *preload_resolve_path(zend_string *filename)
/php-src/ext/gd/libgd/
H A Dtestac.c76 char *filename) in testDrawing()
H A Dgdxpm.c18 gdImagePtr gdImageCreateFromXpm (char *filename) in gdImageCreateFromXpm()
H A Dgdtest.c5 unlink (const char *filename) in unlink()
/php-src/ext/exif/
H A Dexif.stub.php30 function exif_imagetype(string $filename): int|false {}
/php-src/ext/fileinfo/libmagic/
H A Dapptype.c51 char *filename; in file_os2_apptype() local
/php-src/ext/curl/
H A Dcurl_file.stub.php12 …public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename …
/php-src/win32/build/
H A Dbuildconf.js28 function file_get_contents(filename) argument
H A Dphpize.js.in37 function file_get_contents(filename) argument
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c103 char filename[64]; in ir_perf_jitdump_open() local
257 char filename[64]; in ir_perf_map_register() local
/php-src/ext/tidy/
H A Dtidy.stub.php820 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu…
826 function tidy_repair_file(string $filename, array|string|null $config = null, ?string $encoding = n…
869 …public function __construct(?string $filename = null, array|string|null $config = null, ?string $e…
884 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = …
899 …public static function repairFile(string $filename, array|string|null $config = null, ?string $enc…
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php276 …public function __construct(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_C…
282 …public function open(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE, …
/php-src/ext/phar/
H A Dutil.c166 int phar_mount_entry(phar_archive_data *phar, char *filename, size_t filename_len, char *path, size… in phar_mount_entry()
242 zend_string *phar_find_in_include_path(zend_string *filename, phar_archive_data **pphar) /* {{{ */ in phar_find_in_include_path()
929 PHP_PHAR_API int phar_resolve_alias(char *alias, size_t alias_len, char **filename, size_t *filenam… in phar_resolve_alias()
1990 void phar_add_virtual_dirs(phar_archive_data *phar, char *filename, size_t filename_len) /* {{{ */ in phar_add_virtual_dirs()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c740 static char *make_filename_safe(const char *filename) in make_filename_safe()
770 char *filename; in authorizer() local
792 char *filename; in pdo_sqlite_handle_factory() local

Completed in 86 milliseconds

123456