Home
last modified time | relevance | path

Searched refs:dir (Results 526 – 550 of 560) sorted by relevance

1...<<212223

/PHP-7.4/ext/standard/tests/file/
H A Dreadlink_realpath_variation2-win32.phpt23 // create temp dir
H A Dumask_variation2.phpt17 /* Check umask() on file/dir */
22 // temp dir used
46 // create temp dir
54 // delete temp dir created
H A Dcopy_variation16.phpt16 into different destination dir paths given in various notations */
H A Dcopy_variation6-win32.phpt16 into different destination dir paths given in various notations */
H A Dcopy_variation6.phpt16 into different destination dir paths given in various notations */
H A Dcopy_variation16-win32.phpt16 into different destination dir paths given in various notations */
H A Dbasename-win32.phpt57 /* paths with shortcut home dir char, with suffix variation */
H A Dfile.inc155 $file_path = dir path where file exists
203 $file_path = dir where files will be created
H A D006_variation1.phpt30 echo "-- Testing all permission from octal 0000 to octal 0777 on file and dir --\n";
56 -- Testing all permission from octal 0000 to octal 0777 on file and dir --
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c135 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
147 dir *= -1; in timelib_get_unsigned_nr()
151 return dir * timelib_get_nr(ptr, max_length); in timelib_get_unsigned_nr()
/PHP-7.4/ext/oci8/
H A Dconfig.m426 dnl This isn't an ORACLE_HOME. Try heuristic examination of the dir to help
172 dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib
364 dnl a dir. Generally the Instant Client can be anywhere so the user must
/PHP-7.4/ext/standard/tests/array/
H A Dend.phpt129 closedir( $dir_handle ); //dir resource handle deleted
H A Dend_64bit.phpt130 closedir( $dir_handle ); //dir resource handle deleted
H A Dcount_recursive.phpt97 $resource2 = opendir( "." ); // Creating dir resource
/PHP-7.4/main/
H A Dphp_streams.h77 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1290 php_stream *dir; in apprentice_load() local
1316 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
1317 if (!dir) { in apprentice_load()
1321 while (php_stream_readdir(dir, &d)) { in apprentice_load()
1326 php_stream_closedir(dir); in apprentice_load()
1339 php_stream_closedir(dir); in apprentice_load()
1346 php_stream_closedir(dir); in apprentice_load()
/PHP-7.4/docs/
H A Dunix-build-system.md87 This will read a file in the source-dir of your extension called
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt139 "name": "dnoegel\\/php-xdg-base-dir",
841 "dnoegel\\/php-xdg-base-dir": "0.1",
/PHP-7.4/
H A DUPGRADING.INTERNALS239 - The filter extension no longer exposes the --with-pcre-dir configure
262 - Added --ini-path and --ini-dir options to php-config.
H A Dphp.ini-development754 ; http://php.net/user-dir
758 ; http://php.net/extension-dir
841 ; http://php.net/upload-tmp-dir
1018 ; http://php.net/sqlite3.extension-dir
1330 ; You can use the script in the ext/session dir for that purpose.
1745 ; http://php.net/soap.wsdl-cache-dir
H A Dphp.ini-production754 ; http://php.net/user-dir
758 ; http://php.net/extension-dir
841 ; http://php.net/upload-tmp-dir
1018 ; http://php.net/sqlite3.extension-dir
1330 ; You can use the script in the ext/session dir for that purpose.
1745 ; http://php.net/soap.wsdl-cache-dir
/PHP-7.4/win32/build/
H A DMakefile262 …@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(…
/PHP-7.4/ext/phar/
H A Dphar_internal.h582 …_entry_info_dir(phar_archive_data *phar, char *path, size_t path_len, char dir, char **error, int …
/PHP-7.4/ext/standard/
H A Dconfig.m4486 cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
H A Dbasic_functions.c937 ZEND_ARG_INFO(0, dir)
1057 ZEND_ARG_INFO(0, dir)
3248 PHP_FALIAS(dir, getdir, arginfo_dir)
3698 BASIC_MINIT_SUBMODULE(dir) in PHP_MINIT_FUNCTION()
3804 BASIC_RINIT_SUBMODULE(dir) in PHP_RINIT_FUNCTION()

Completed in 96 milliseconds

1...<<212223