Home
last modified time | relevance | path

Searched refs:dir (Results 476 – 500 of 514) sorted by relevance

1...<<1112131415161718192021

/PHP-5.3/ext/xml/
H A Dxml.mak25 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.3/ext/standard/tests/array/
H A Dend.phpt129 closedir( $dir_handle ); //dir resource handle deleted
H A Dend_64bit.phpt131 closedir( $dir_handle ); //dir resource handle deleted
H A Dcount_recursive.phpt99 $resource2 = opendir( "." ); // Creating dir resource
/PHP-5.3/ext/standard/tests/dir/
H A Dreaddir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Dopendir_variation2.phpt7 * Source code: ext/standard/dir.c
/PHP-5.3/ext/openssl/
H A Dopenssl.mak34 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.3/main/
H A Dphp_streams.h77 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.c162 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
174 dir *= -1; in timelib_get_unsigned_nr()
178 return dir * timelib_get_nr(ptr, max_length); in timelib_get_unsigned_nr()
/PHP-5.3/ext/standard/tests/file/
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.phpt40 echo "-- Testing all permission from octal 0000 to octal 0777 on file and dir --\n";
66 -- Testing all permission from octal 0000 to octal 0777 on file and dir --
/PHP-5.3/
H A DREADME.UNIX-BUILD-SYSTEM87 This will read a file in the source-dir of your extension called
H A Dconfigure.in821 PHP_ARG_WITH(config-file-scan-dir,,
822 [ --with-config-file-scan-dir=PATH
840 AC_MSG_CHECKING([for safe mode exec dir])
841 PHP_ARG_WITH(exec-dir,,
842 [ --with-exec-dir[=DIR] Only allow executables in DIR under safe-mode
H A Dacinclude.m4834 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
837 dnl from object_var in build-dir.
1360 DIR *dir;
1364 dir = opendir("/");
1365 if (!dir)
1367 if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0)
2193 PHP_ARG_WITH(icu-dir,,
2194 [ --with-icu-dir=DIR Specify where ICU libraries and headers can be found], DEFAULT, no)
H A Dphp.ini-development350 ; http://php.net/safe-mode-include-dir
355 ; http://php.net/safe-mode-exec-dir
814 ; http://php.net/user-dir
818 ; http://php.net/extension-dir
886 ; http://php.net/upload-tmp-dir
1478 ; You can use the script in the ext/session dir for that purpose.
1877 ; http://php.net/soap.wsdl-cache-dir
H A Dphp.ini-production350 ; http://php.net/safe-mode-include-dir
355 ; http://php.net/safe-mode-exec-dir
814 ; http://php.net/user-dir
818 ; http://php.net/extension-dir
886 ; http://php.net/upload-tmp-dir
1478 ; You can use the script in the ext/session dir for that purpose.
1877 ; http://php.net/soap.wsdl-cache-dir
/PHP-5.3/ext/imap/
H A Dconfig.m483 Check the path given to --with-openssl-dir and output in config.log)
/PHP-5.3/sapi/nsapi/
H A Dnsapi-readme.txt94 <Object ppath="d:\path\to\authenticated\dir\*">
/PHP-5.3/sapi/roxen/
H A Droxen.c577 char *dir; in php_roxen_module_main() local
/PHP-5.3/ext/phar/
H A Dphar_internal.h692 …get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int …
H A Dphar_object.c1536 fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name);
1810 char *dir, *error, *regex = NULL; local
1824 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &dir, &dir_len, &regex, &regex_len) ==…
1837 ZVAL_STRINGL(&arg, dir, dir_len, 0);
1895 pass.b = dir;
/PHP-5.3/ext/standard/
H A Dconfig.m4578 cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \

Completed in 78 milliseconds

1...<<1112131415161718192021