Home
last modified time | relevance | path

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

1234

/PHP-7.4/Zend/
H A Dzend.c512 static FILE *zend_fopen_wrapper(const char *filename, zend_string **opened_path) /* {{{ */ in zend_fopen_wrapper()
1426 static ZEND_COLD void get_filename_lineno(int type, const char **filename, uint32_t *lineno) { in get_filename_lineno()
1474 int type, const char *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1488 const char *filename; in zend_error() local
1499 int type, const char *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1518 const char *filename; in zend_error_noreturn() local
H A Dzend_language_scanner.l657 zend_op_array *compile_filename(int type, zval *filename) in compile_filename()
690 ZEND_API int zend_prepare_string_for_scanning(zval *str, char *filename) in zend_prepare_string_for_scanning()
758 zend_op_array *compile_string(zval *source_string, char *filename) in compile_string()
H A Dzend_stream.h56 const char *filename; member
H A Dzend_exceptions.c215 zend_string *filename; in zend_default_exception_new_ex() local
347 zend_string *message = NULL, *filename = NULL; in ZEND_METHOD() local
973 static void zend_error_helper(int type, const char *filename, const uint32_t lineno, const char *fo… in zend_error_helper()
H A Dzend_language_scanner.h36 zend_string *filename; member
H A Dzend_virtual_cwd.c1350 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1373 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1408 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
/PHP-7.4/win32/build/
H A Dphpize.js.in39 function file_get_contents(filename) argument
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c749 static char *make_filename_safe(const char *filename) in make_filename_safe()
770 char *filename; in authorizer() local
801 char *filename; in pdo_sqlite_handle_factory() local
/PHP-7.4/ext/gd/
H A Dphp_gd.h26 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument
/PHP-7.4/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(char *filename, size_t filename_len, phar_archive_data **pph… in phar_find_in_include_path()
919 PHP_PHAR_API int phar_resolve_alias(char *alias, size_t alias_len, char **filename, size_t *filenam… in phar_resolve_alias()
1932 void phar_add_virtual_dirs(phar_archive_data *phar, char *filename, size_t filename_len) /* {{{ */ in phar_add_virtual_dirs()
/PHP-7.4/ext/gd/libgd/
H A Dgdtest.c5 unlink (const char *filename) in unlink()
/PHP-7.4/ext/zlib/
H A Dzlib.c563 char *filename; in PHP_FUNCTION() local
604 char *filename; in PHP_FUNCTION() local
632 char *filename; in PHP_FUNCTION() local
/PHP-7.4/ext/libxml/
H A Dlibxml.c295 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
372 static void *php_libxml_streams_IO_open_read_wrapper(const char *filename) in php_libxml_streams_IO_open_read_wrapper()
377 static void *php_libxml_streams_IO_open_write_wrapper(const char *filename) in php_libxml_streams_IO_open_write_wrapper()
/PHP-7.4/main/
H A Dmain.c1598 static FILE *php_fopen_wrapper_for_zend(const char *filename, zend_string **opened_path) in php_fopen_wrapper_for_zend()
1628 static int php_stream_open_for_zend(const char *filename, zend_file_handle *handle) /* {{{ */ in php_stream_open_for_zend()
1634 PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode) /*… in php_stream_open_for_zend_ex()
1659 static zend_string *php_resolve_path_for_zend(const char *filename, size_t filename_len) /* {{{ */ in php_resolve_path_for_zend()
H A Dphp_ini.c334 char *filename = *((char **) arg); in php_load_zend_extension_cb() local
424 const char *filename; in php_init_config() local
H A Drfc1867.c194 zend_string *filename = Z_STR_P(el); in free_filename() local
203 zend_string *filename = Z_STR_P(el); in destroy_uploaded_files_hash() local
788 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
H A Drfc1867.h47 char **filename; member
/PHP-7.4/ext/standard/
H A Dassert.c220 const char *filename = zend_get_executed_filename(); in PHP_FUNCTION() local
H A Dbrowscap.c51 char filename[MAXPATHLEN]; member
407 static int browscap_read_file(char *filename, browser_data *browdata, int persistent) /* {{{ */ in browscap_read_file()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c140 …zend_string *filename = php_addcslashes_str(((phpdbg_breakfile_t*)brake)->filename, strlen(((phpdb… in phpdbg_export_breakpoints_to_string() local
177 …zend_string *filename = php_addcslashes_str(((phpdbg_breakopline_t*)brake)->class_name, strlen(((p… in phpdbg_export_breakpoints_to_string() local
227 …zend_string *filename = php_addcslashes_str(conditional->param.file.name, strlen(conditional->para… in phpdbg_export_breakpoints_to_string() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.h85 zend_string *filename; member
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c365 char *filename, *fullpath = NULL; in CPH_METHOD() local
428 char *filename, *fullpath; in CPH_METHOD() local
/PHP-7.4/ext/zip/
H A Dzip_stream.c213 php_stream *php_stream_zip_open(const char *filename, const char *path, const char *mode STREAMS_DC) in php_stream_zip_open()
H A Dphp_zip.c281 static int php_zip_add_file(struct zip *za, const char *filename, size_t filename_len, in php_zip_add_file()
1155 zend_string *filename; in PHP_NAMED_FUNCTION() local
1440 zend_string *filename; local
1794 zend_string *filename; local
2708 zend_string *filename; local
2782 zend_string *filename; local
/PHP-7.4/ext/soap/
H A Dphp_xml.c79 xmlDocPtr soap_xmlParseFile(const char *filename) in soap_xmlParseFile()

Completed in 99 milliseconds

1234