Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 25 of 47) sorted by path

12

/PHP-5.5/
H A DNEWS7287 - Fixed bug #42027 (is_file() / is_dir() matches file/dirnames with wildcard char
9002 - Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any string
/PHP-5.5/ext/curl/tests/
H A Dbug48207.phpt42 is_file($tempfile) and @unlink($tempfile);
43 isset($tempname) and is_file($tempname) and @unlink($tempname);
H A Dcurl_setopt_array_basic.phpt50 isset($tempname) and is_file($tempname) and @unlink($tempname);
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt12 if (is_file($filename)) {
/PHP-5.5/ext/pcre/
H A Dupgrade-pcre.php55 if (is_file($tmp = $newfile . '.generic') || is_file($tmp = $newfile . '.dist')) {
60 if (!is_file($newfile)) {
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c1069 PHAR_INTERCEPT(is_file); in phar_intercept_functions_init()
1106 PHAR_RELEASE(is_file); in phar_intercept_functions_shutdown()
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc506 if (is_file($loader)) {
631 if ($input && is_file($input) && !is_dir($input)) {
/PHP-5.5/ext/phar/tests/
H A Dbug52013.phpt32 if (is_file(dirname(__FILE__) . '/testdir/1.php'))
36 if (is_file(dirname(__FILE__) . '/compressed.phar'))
H A Dphar_gobyebye-win32.phpt21 var_dump(is_file("foo/hi"),is_link("foo/hi"),is_dir("foo/hi"),file_exists("foo/hi"),stat("foo/hi"));
H A Dphar_gobyebye.phpt22 var_dump(is_file("foo/hi"),is_link("foo/hi"),is_dir("foo/hi"),file_exists("foo/hi"),stat("foo/hi"));
H A Dstat.phpt52 echo "is_file\n";
53 var_dump(is_file("dir/file1.txt"));
215 is_file
H A Dstat2.phpt2 Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.2)
12 is_file();
14 var_dump(is_file(__FILE__));
25 var_dump(is_link("./stat.php"),is_file("./stat.php"), is_link("./oops"), is_file("./oops"));
26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
30 var_dump(is_dir("./bar"), is_file("foo/bar/blah"));
43 Warning: Wrong parameter count for is_file() in %sstat2.php on line %d
H A Dstat2_5.3.phpt2 Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.3+)
12 is_file();
14 var_dump(is_file(__FILE__));
25 var_dump(is_link("./stat.php"),is_file("./stat.php"), is_link("./oops"), is_file("./oops"));
26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
30 var_dump(is_dir("./bar"), is_file("foo/bar/blah"));
43 Warning: is_file() expects exactly 1 parameter, 0 given in %sstat2_5.3.php on line %d
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_003.phpt36 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
45 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_isDisabled_basic.phpt11 disable_functions=is_file
14 $rc = new ReflectionFunction('is_file');
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc52 if (is_file($qualified) === TRUE) {
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3229 PHP_FE(is_file, arginfo_is_file)
H A Dfilestat.c1155 FileFunction(PHP_FN(is_file), FS_IS_FILE) in FileFunction()
H A Dphp_filestat.h42 PHP_FUNCTION(is_file);
/PHP-5.5/ext/standard/tests/file/
H A D001-win32.phpt57 if (is_file('test.file')) {
H A D001.phpt82 if (is_file('test.file')) {
87 if (is_file('test.link')) {
H A D003.phpt10 'is_file',
H A D005_variation-win32.phpt105 echo "\n-- Checking different times, after performing is_file() operation on the file --\n";
106 is_file($file_name);
192 -- Checking different times, after performing is_file() operation on the file --
H A D005_variation.phpt120 echo "\n-- Checking different times, after performing is_file() operation on the file --\n";
121 is_file($file_name);
231 -- Checking different times, after performing is_file() operation on the file --
H A Dcopy_variation11.phpt36 var_dump( is_file($file) ); //expected: bool(true)
39 var_dump( is_file($dir) ); //expected: bool(false)

Completed in 98 milliseconds

12