Home
last modified time | relevance | path

Searched refs:is_file (Results 26 – 47 of 47) sorted by relevance

12

/PHP-5.5/ext/standard/
H A Dphp_filestat.h42 PHP_FUNCTION(is_file);
H A Dfilestat.c1155 FileFunction(PHP_FN(is_file), FS_IS_FILE) in FileFunction()
H A Dbasic_functions.c3229 PHP_FE(is_file, arginfo_is_file)
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation8.phpt56 var_dump( is_file($dest) ); //expected: bool(true)
63 var_dump( is_file($dest) ); //expected: bool(true)
H A D001.phpt82 if (is_file('test.file')) {
87 if (is_file('test.link')) {
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 D001-win32.phpt57 if (is_file('test.file')) {
H A Dtouch_variation5.phpt72 if (is_dir($path) || is_file($path)) {
H A Dtouch_variation5-win32.phpt72 if (is_dir($path) || is_file($path)) {
H A Dtouch_variation6-win32.phpt78 if (is_dir($path) || is_file($path)) {
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc52 if (is_file($qualified) === TRUE) {
/PHP-5.5/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt50 isset($tempname) and is_file($tempname) and @unlink($tempname);
/PHP-5.5/ext/phar/tests/
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 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"));
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dcommon.inc154 if (is_file($path)) {
/PHP-5.5/win32/build/
H A Dmkdist.php122 } elseif (!is_file($source_dir . DIRECTORY_SEPARATOR . $item)) {
/PHP-5.5/ext/tidy/
H A Dtidy.c553 static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_file) in php_tidy_quick_repair() argument
562 if (is_file) { in php_tidy_quick_repair()
628 if (is_file) { in php_tidy_quick_repair()
/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/
H A Dserver-tests.php152 if (is_file("$src/$entry")) {
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

Completed in 83 milliseconds

12