Home
last modified time | relevance | path

Searched refs:dir (Results 376 – 400 of 533) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-5.4/win32/build/
H A Dconfig.w3289 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
122 // Configures the hard-coded installation dir
231 // set up the build dir and DLL name
263 // Find the php_build dir - it contains headers and libraries
265 …p.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not s…
348 STDOUT.WriteLine("Build dir: " + get_define('BUILD_DIR'));
417 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
420 /* default is as a sibling of the php_build dir */
/PHP-5.4/ext/phar/tests/
H A Dphar_buildfromiterator10.phpt15 $dir = new RecursiveDirectoryIterator('.');
16 $iter = new RecursiveIteratorIterator($dir);
/PHP-5.4/ext/standard/tests/file/
H A Dis_executable_variation2.phpt2 Test is_executable() function: usage variations - file/dir with diff. perms
25 /* test is_executable() with file/dir having different permissions */
H A Dis_readable_variation2.phpt2 Test is_readable() function: usage variations - file/dir with diff. perms
24 /* test is_executable() with file/dir having different permissions */
H A Dtempnam_variation1-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
39 echo "temp dir\n";
H A Dis_dir_basic.phpt23 var_dump( is_bool( is_dir("/no/such/dir") ) );
H A Dis_writable_variation2.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - file/dir with diff. pe…
27 /* test is_executable() with file/dir having different permissions */
H A Drename_variation5.phpt12 /* test rename() by trying to rename an existing file/dir/link to the same name
14 // create a dir
H A Dtempnam_variation1.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
43 echo "temp dir\n";
H A Dmkdir-002.phpt2 mkdir(dir, 0777) tests
H A Dreadfile_variation6.phpt19 $thisTestDir = "readfileVar6.dir";
H A Dreadfile_variation7.phpt19 $thisTestDir = "readfileVar7.dir";
/PHP-5.4/ext/mysqlnd/
H A Dconfig9.m414 PHP_ARG_WITH(zlib-dir, for the location of libz,
15 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
/PHP-5.4/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt22 ["%s/resources/dir.zip"]=>
/PHP-5.4/ext/standard/tests/streams/
H A Dbug64770.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
H A Dbug60602.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
/PHP-5.4/ext/zip/tests/
H A Doo_namelocate.phpt23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
/PHP-5.4/ext/pdo/tests/
H A Dpdo_011.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.4/
H A Drun-tests.php853 foreach($optionals as $dir) {
854 if (@filetype($dir) == 'dir') {
855 $test_dirs[] = $dir;
864 foreach ($test_dirs as $dir) {
865 find_files("{$cwd}/{$dir}", ($dir == 'ext'));
868 foreach ($user_tests as $dir) {
869 find_files($dir, ($dir == 'ext'));
876 $o = opendir($dir) or error("cannot open directory: $dir");
885 find_files("{$dir}/{$name}", false, $ignore || $skip_ext);
890 @unlink("$dir/$name");
[all …]
/PHP-5.4/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt7 * Source code: ext/standard/dir.c
H A Dchdir_basic.phpt7 * Source code: ext/standard/dir.c
H A Dopendir_variation3.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_error.phpt7 * Source code: ext/standard/dir.c
/PHP-5.4/ext/mcrypt/
H A Dmcrypt.c382 char *dir = NULL; \
387 "s|s", &module, &module_len, &dir, &dir_len) == FAILURE) { \
901 if (mcrypt_module_self_test(module, dir) == 0) { in PHP_FUNCTION()
915 if (mcrypt_module_is_block_algorithm_mode(module, dir) == 1) { in PHP_FUNCTION()
929 if (mcrypt_module_is_block_algorithm(module, dir) == 1) { in PHP_FUNCTION()
943 if (mcrypt_module_is_block_mode(module, dir) == 1) { in PHP_FUNCTION()
957 RETURN_LONG(mcrypt_module_get_algo_block_size(module, dir)); in PHP_FUNCTION()
967 RETURN_LONG(mcrypt_module_get_algo_key_size(module, dir)); in PHP_FUNCTION()
981 key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count); in PHP_FUNCTION()
/PHP-5.4/ext/standard/
H A Dfile.c809 char *dir, *prefix; in PHP_FUNCTION() local
820 if (php_check_open_basedir(dir TSRMLS_CC)) { in PHP_FUNCTION()
831 if ((fd = php_open_temporary_fd_ex(dir, p, &opened_path, 1 TSRMLS_CC)) >= 0) { in PHP_FUNCTION()
1292 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex() argument
1296 if (php_check_open_basedir(dir TSRMLS_CC)) { in php_mkdir_ex()
1300 if ((ret = VCWD_MKDIR(dir, (mode_t)mode)) < 0 && (options & REPORT_ERRORS)) { in php_mkdir_ex()
1307 PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC) in php_mkdir() argument
1309 return php_mkdir_ex(dir, mode, REPORT_ERRORS TSRMLS_CC); in php_mkdir()
1317 char *dir; in PHP_FUNCTION() local
1338 char *dir; in PHP_FUNCTION() local
[all …]

Completed in 53 milliseconds

1...<<11121314151617181920>>...22