Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 25 of 33) sorted by last modified time

12

/PHP-7.3/ext/phar/
H A Dphar_object.c1717 char *dir, *error, *regex = NULL; in PHP_METHOD() local
H A Dutil.c1210 …et_entry_info_dir(phar_archive_data *phar, char *path, size_t path_len, char dir, char **error, in… in phar_get_entry_info_dir()
H A Ddirstream.c181 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /* {{{ */ in phar_make_dirstream()
/PHP-7.3/
H A Drun-tests.php918 function find_files($dir, $is_ext_dir = false, $ignore = false)
H A Dserver-tests.php823 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c1898 char *ptr, *dir; in virtual_popen() local
/PHP-7.3/main/streams/
H A Dplain_wrapper.c206 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *… in _php_stream_fopen_temporary_file()
937 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local
978 DIR *dir = NULL; in php_plain_files_dir_opener() local
1271 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
H A Dphp_stream_plain_wrapper.h47 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
/PHP-7.3/ext/mysqli/
H A Dmysqli_nonapi.c1030 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
/PHP-7.3/ext/date/lib/
H A Dparse_iso_intervals.c135 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
H A Dparse_date.c517 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
/PHP-7.3/ext/standard/
H A Dfile.c821 char *dir, *prefix; in PHP_FUNCTION() local
1313 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1328 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1338 char *dir; in PHP_FUNCTION() local
1363 char *dir; in PHP_FUNCTION() local
H A Ddir.c120 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument
126 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
/PHP-7.3/ext/ftp/
H A Dftp.c521 ftp_chdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_chdir()
569 ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_mkdir()
601 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir()
/PHP-7.3/win32/build/
H A Dconfutils.js1558 function ADD_SOURCES(dir, file_list, target, obj_dir) argument
2844 function PHP_INSTALL_HEADERS(dir, headers_list) argument
/PHP-7.3/ext/fileinfo/libmagic/
H A Dreadcdf.c366 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info()
384 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info()
507 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) in cdf_file_dir_info()
545 cdf_dir_t dir; in file_trycdf() local
/PHP-7.3/win32/
H A Dreaddir.c27 DIR *opendir(const char *dir) in opendir()
/PHP-7.3/scripts/dev/
H A Dfind_tested.php181 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
/PHP-7.3/main/
H A Dphp_streams.h77 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument
H A Dphp_open_temporary_file.c288 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex()
323 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd()
328 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
/PHP-7.3/ext/spl/
H A Dspl_directory.h83 } dir; member
/PHP-7.3/ext/spl/examples/
H A Dphar_from_dir.php33 $dir = new RecursiveDirectoryIterator($argv[2]); variable
34 $dir = new RecursiveIteratorIterator($dir); variable
37 $dir = new RegexIterator($dir, '/'.$argv[3].'/'); variable
/PHP-7.3/ext/session/
H A Dmod_files.c286 DIR *dir; in ps_files_cleanup_dir() local
/PHP-7.3/ext/mbstring/ucgendat/
H A Ducgendat.php45 $dir = $argv[1]; variable
H A Ductest.php3 $dir = __DIR__; variable

Completed in 136 milliseconds

12