Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/PHP-5.3/ext/standard/tests/file/
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";
H A Dfile_get_contents_variation1.phpt20 $thisTestDir = "fileGetContentsVar1.dir";
H A Dfile_get_contents_variation2.phpt21 $thisTestDir = "FileGetContentsVar2.dir";
H A Dfopen_variation13.phpt28 $tempDir = 'fopen_variation13.dir.tmp';
H A Dis_file_basic.phpt15 /* Checking with (current) dir */
H A Dsymlink_link_linkinfo_is_link_basic1.phpt26 // temp dir created in present working directory
28 mkdir("$file_path/$dirname"); // creating temp dir
H A Dunlink_error-win32.phpt55 // create temp dir
58 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
H A Dunlink_error.phpt55 // create temp dir
58 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
/PHP-5.3/ext/mcrypt/
H A Dmcrypt.c382 char *dir = NULL; \
387 "s|s", &module, &module_len, &dir, &dir_len) == FAILURE) { \
897 if (mcrypt_module_self_test(module, dir) == 0) { in PHP_FUNCTION()
911 if (mcrypt_module_is_block_algorithm_mode(module, dir) == 1) { in PHP_FUNCTION()
925 if (mcrypt_module_is_block_algorithm(module, dir) == 1) { in PHP_FUNCTION()
939 if (mcrypt_module_is_block_mode(module, dir) == 1) { in PHP_FUNCTION()
953 RETURN_LONG(mcrypt_module_get_algo_block_size(module, dir)); in PHP_FUNCTION()
963 RETURN_LONG(mcrypt_module_get_algo_key_size(module, dir)); in PHP_FUNCTION()
977 key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count); in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/dir/
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
H A Dchdir_error1.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_variation3.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_variation2.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_error.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_basic.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_variation3.phpt7 * Source code: ext/standard/dir.c
/PHP-5.3/ext/standard/tests/array/
H A Darray_values_variation_64bit.phpt14 $resource2 = opendir("."); // Creating a dir resource
H A Darray_values_variation.phpt14 $resource2 = opendir("."); // Creating a dir resource
/PHP-5.3/ext/phar/tests/zip/
H A D033a.phpt27 echo "test dir\n";
/PHP-5.3/ext/phar/tests/tar/
H A D033a.phpt27 echo "test dir\n";

Completed in 41 milliseconds

1...<<1112131415161718192021