Home
last modified time | relevance | path

Searched defs:filename (Results 76 – 100 of 130) sorted by relevance

123456

/PHP-8.1/Zend/
H A Dzend_exceptions.stub.php74 ?string $filename = null,
H A Dzend_virtual_cwd.c1348 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1371 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1406 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
H A Dzend_exceptions.c244 zend_string *filename; in zend_default_exception_new_ex() local
354 zend_string *message = NULL, *filename = NULL; in ZEND_METHOD() local
H A Dzend.h131 zend_string *filename; member
219 zend_string *filename; member
H A Dzend_alloc.h49 const char *filename; member
58 const char *filename; member
/PHP-8.1/ext/soap/
H A Dphp_xml.c77 xmlDocPtr soap_xmlParseFile(const char *filename) in soap_xmlParseFile()
/PHP-8.1/ext/zip/
H A Dphp_zip.c276 static int php_zip_add_file(ze_zip_object *obj, const char *filename, size_t filename_len, in php_zip_add_file()
1163 zend_string *filename; in PHP_FUNCTION() local
1440 zend_string *filename; local
1828 zend_string *filename; local
1861 zend_string *filename; local
2818 zend_string *filename; local
2893 zend_string *filename; local
/PHP-8.1/ext/phar/
H A Dphar.c1808 char *filename = estrndup(fname, (ext - fname) + ext_len); in phar_analyze_path() local
1961 int phar_detect_phar_fname_ext(const char *filename, size_t filename_len, const char **ext_str, siz… in phar_detect_phar_fname_ext()
2242 int phar_split_fname(const char *filename, size_t filename_len, char **arch, size_t *arch_len, char… in phar_split_fname()
3294 static zend_string *phar_resolve_path(zend_string *filename) in phar_resolve_path()
H A Dstream.c60 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op… in phar_parse_url()
/PHP-8.1/main/
H A Dmain.c1493 static FILE *php_fopen_wrapper_for_zend(zend_string *filename, zend_string **opened_path) in php_fopen_wrapper_for_zend()
1533 zend_string *filename; in php_stream_open_for_zend_ex() local
1560 static zend_string *php_resolve_path_for_zend(zend_string *filename) /* {{{ */ in php_resolve_path_for_zend()
/PHP-8.1/ext/curl/
H A Dcurl.stub.php50 function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = n…
H A Dinterface.c1657 zend_string *filename; member
2040 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
2121 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
/PHP-8.1/ext/standard/
H A Dmail.c326 void php_mail_log_to_file(char *filename, char *message, size_t message_size) { in php_mail_log_to_file()
H A Dbasic_functions.c1852 char *filename; local
1896 zend_string *filename; local
2557 zend_string *filename = NULL; local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_conf.c1345 char *filename; in fpm_conf_ini_parser_include() local
1576 int fpm_conf_load_ini_file(char *filename) /* {{{ */ in fpm_conf_load_ini_file()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c295 const char *filename,
/PHP-8.1/main/streams/
H A Duserspace.c304 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const cha… in user_wrapper_opener()
398 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const ch… in user_wrapper_opendir()
H A Dplain_wrapper.c1093 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p… in _php_stream_fopen()
1580 PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char *mode, const char *… in _php_stream_fopen_with_path()
/PHP-8.1/win32/build/
H A Dconfutils.js1299 function ADD_DIST_FILE(filename) argument
1308 function file_get_contents(filename) argument
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.c707 char *table_name, *filename, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL; in PHP_METHOD() local
805 char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL, *filename = NULL; in PHP_METHOD() local
/PHP-8.1/ext/oci8/
H A Doci8_lob.c703 int php_oci_lob_import (php_oci_descriptor *descriptor, char *filename) in php_oci_lob_import()
/PHP-8.1/TSRM/
H A Dtsrm_win32.c820 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in win32_utime()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h221 zend_string *filename; member
/PHP-8.1/ext/tidy/
H A Dtidy.c132 #define TIDY_OPEN_BASE_DIR_CHECK(filename) \ argument
418 static zend_string *php_tidy_file_to_mem(char *filename, bool use_include_path) in php_tidy_file_to_mem()
/PHP-8.1/ext/snmp/
H A Dsnmp.stub.php74 function snmp_read_mib(string $filename): bool {}

Completed in 114 milliseconds

123456