Home
last modified time | relevance | path

Searched refs:dir (Results 501 – 525 of 537) sorted by relevance

1...<<2122

/PHP-7.0/ext/pgsql/
H A Dpgsql.mak30 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-7.0/ext/xml/
H A Dxml.mak25 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-7.0/ext/ldap/
H A Dldap.mak25 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c1224 php_stream *dir; in apprentice_load() local
1249 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
1250 if (!dir) { in apprentice_load()
1254 while (php_stream_readdir(dir, &d)) { in apprentice_load()
1259 php_stream_closedir(dir); in apprentice_load()
1272 php_stream_closedir(dir); in apprentice_load()
1279 php_stream_closedir(dir); in apprentice_load()
/PHP-7.0/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-7.0/ext/standard/tests/dir/
H A Dreaddir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Dopendir_variation2.phpt7 * Source code: ext/standard/dir.c
/PHP-7.0/ext/openssl/
H A Dopenssl.mak34 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-7.0/main/
H A Dphp_streams.h79 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument
/PHP-7.0/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-7.0/
H A DREADME.UNIX-BUILD-SYSTEM87 This will read a file in the source-dir of your extension called
H A Dacinclude.m4832 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
835 dnl from object_var in build-dir.
1372 DIR *dir;
1376 dir = opendir("/");
1377 if (!dir)
1379 if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0) {
1380 close(dir);
1383 close(dir);
2208 PHP_ARG_WITH(icu-dir,,
2209 [ --with-icu-dir=DIR Specify where ICU libraries and headers can be found], DEFAULT, no)
H A D.gitattributes46 /ext/standard/tests/dir/scandir_variation3.phpt -crlf
H A DINSTALL532 <Object ppath="d:\path\to\authenticated\dir\*">
1253 --extension-dir [...]
1254 --include-dir [...]
1268 --extension-dir Directory where extensions are searched by default
1269 --include-dir Directory prefix where header files are installed by
1444 ":/new/dir".
1660 --with-config-file-scan-dir=PATH
/PHP-7.0/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.0/ext/imap/
H A Dconfig.m483 Check the path given to --with-openssl-dir and output in config.log)
/PHP-7.0/ext/phar/
H A Dphar_internal.h604 …get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int …
H A Dphar_object.c1525 …fname_len = (php_stat_len)spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d… in phar_build()
1779 char *dir, *error, *regex = NULL; in PHP_METHOD() local
1793 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|s", &dir, &dir_len, &regex, &regex_len) == FAILURE) { in PHP_METHOD()
1807 ZVAL_STRINGL(&arg, dir, dir_len); in PHP_METHOD()
1858 pass.b = dir; in PHP_METHOD()
/PHP-7.0/win32/build/
H A DMakefile247 …@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(…

Completed in 90 milliseconds

1...<<2122