Home
last modified time | relevance | path

Searched refs:dir (Results 351 – 375 of 514) sorted by relevance

1...<<1112131415161718192021

/PHP-5.3/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_error.phpt19 print( file_get_contents("/no/such/file/or/dir") );
51 Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory …
H A Dlstat_stat_error.phpt30 var_dump( stat(dirname(__FILE__), 2) ); //dir, args > expected
33 var_dump( stat("$file_path/temp/") ); // non existing dir
H A Dstat_variation7-win32.phpt2 Test stat() functions: usage variations - names of dir/file stored in objects
17 /* test the stats of dir/file when their names are stored in objects */
24 mkdir("$file_path/stat_variation7/"); // temp dir
H A Dtempnam_variation1-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
39 echo "temp dir\n";
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 Dglob_variation-win32.phpt19 // temp dir created
60 // delete temp files and dir
67 // temp dir created to check for pattern matching the sub dir created in it
H A Dglob_variation.phpt19 // temp dir created
60 // delete temp files and dir
67 // temp dir created to check for pattern matching the sub dir created in it
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
/PHP-5.3/ext/standard/tests/dir/
H A Dchdir_variation1.phpt7 * Source code: ext/standard/dir.c
29 function __construct($dir) {
30 $this->dir_path = $dir;
H A Dreaddir_variation2.phpt7 * Source code: ext/standard/dir.c
/PHP-5.3/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt22 ["%s/resources/dir.zip"]=>
/PHP-5.3/ext/standard/tests/file/windows_acls/
H A Dcommon.inc112 This will make the file/dir with NO aceess.
193 echo "PHPT_ACL_READ dir success!!\n";
195 echo "PHPT_ACL_READ dir failed!!\n";
/PHP-5.3/ext/mysql/
H A Dconfig.m452 PHP_ARG_WITH(zlib-dir, for the location of libz,
53 [ --with-zlib-dir[=DIR] MySQL: Set the path to libz install prefix], no, no)
126 … AC_MSG_ERROR([Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.])
/PHP-5.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php572 $dir = $testpath;
574 $globdirs = glob($dir . '/*', GLOB_ONLYDIR);
577 $dir = $dirs[$index++];
581 $dir = $dirs[$index];
588 foreach ($dirs as $dir) {
589 $globbie = glob($dir . '/*.xdebug');
854 $dir = $testpath;
859 $dir = $dirs[$index++];
863 $dir = $dirs[$index];
870 foreach ($dirs as $dir) {
[all …]
/PHP-5.3/ext/zip/tests/
H A Doo_namelocate.phpt23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
/PHP-5.3/ext/standard/tests/streams/
H A Dbug64770.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';
/PHP-5.3/ext/phar/tests/
H A Dphar_buildfromiterator10.phpt15 $dir = new RecursiveDirectoryIterator('.');
16 $iter = new RecursiveIteratorIterator($dir);
/PHP-5.3/win32/build/
H A Dconfig.w3284 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
104 // Configures the hard-coded installation dir
213 // set up the build dir and DLL name
232 // Find the php_build dir - it contains headers and libraries
234 …p.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not s…
317 STDOUT.WriteLine("Build dir: " + get_define('BUILD_DIR'));
391 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
394 /* default is as a sibling of the php_build dir */
/PHP-5.3/ext/pdo_mysql/
H A Dconfig.m411 PHP_ARG_WITH(zlib-dir, for the location of libz,
12 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
119 … AC_MSG_ERROR([Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.])
/PHP-5.3/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.3/ext/sqlite/libsqlite/src/
H A Dutil.c715 int dir = 0; in sqliteSortCompare() local
725 dir = b[0]; in sqliteSortCompare()
728 dir = a[0]; in sqliteSortCompare()
734 if( (dir=a[0])=='A' || a[0]=='D' ){ in sqliteSortCompare()
767 if( dir=='-' || dir=='D' ) res = -res; in sqliteSortCompare()
/PHP-5.3/
H A Drun-tests.php836 foreach($optionals as $dir) {
837 if (@filetype($dir) == 'dir') {
838 $test_dirs[] = $dir;
847 foreach ($test_dirs as $dir) {
848 find_files("{$cwd}/{$dir}", ($dir == 'ext'));
851 foreach ($user_tests as $dir) {
852 find_files($dir, ($dir == 'ext'));
859 $o = opendir($dir) or error("cannot open directory: $dir");
868 find_files("{$dir}/{$name}", false, $ignore || $skip_ext);
873 @unlink("$dir/$name");
[all …]

Completed in 63 milliseconds

1...<<1112131415161718192021