Home
last modified time | relevance | path

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

123

/php-src/ext/phar/tests/
H A Dstat.phpt53 echo "is_file\n";
54 var_dump(is_file("dir/file1.txt"));
215 is_file
H A Dphar_gobyebye.phpt23 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.phpt22 var_dump(is_file("foo/hi"),is_link("foo/hi"),is_dir("foo/hi"),file_exists("foo/hi"),stat("foo/hi"));
/php-src/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt12 if (is_file($filename)) {
/php-src/ext/standard/tests/file/
H A Dcopy_variation8.phpt51 var_dump( is_file($dest) ); //expected: bool(true)
58 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.phpt96 echo "\n-- Checking different times, after performing is_file() operation on the file --\n";
97 is_file($file_name);
193 -- Checking different times, after performing is_file() operation on the file --
H A D001-win32-mb.phpt60 if (is_file($fname)) {
H A D001-win32.phpt57 if (is_file('test.file')) {
H A Dtouch_variation5.phpt66 if (is_dir($path) || is_file($path)) {
H A Dtouch_variation5-win32.phpt67 if (is_dir($path) || is_file($path)) {
H A Dtouch_variation6-win32.phpt72 if (is_dir($path) || is_file($path)) {
/php-src/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt49 isset($tempname) and is_file($tempname) and @unlink($tempname);
/php-src/sapi/fpm/tests/
H A Dsocket-uds-too-long-filename-start.phpt71 if (is_file($socketFile)) {
H A Dlogreader.inc352 if (is_file($this->filePath)) {
H A Dtester.inc1388 if ( ! is_file($pidFile)) {
1479 if ( ! $overwrite && is_file($filePath)) {
2090 if (is_file($accessLog)) {
2103 if (is_file($accessLog)) {
/php-src/scripts/dev/
H A Dbless_tests.php56 } else if (is_file($dirOrFile)) {
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc159 if (is_file($path)) {
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt160 if (is_file($output_file)) {
H A Dopenssl_error_string_basic.phpt159 if (is_file($output_file)) {
/php-src/ext/tidy/
H A Dtidy.c272 static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, bool is_file) in php_tidy_quick_repair() argument
281 if (is_file) { in php_tidy_quick_repair()
360 if (is_file) { in php_tidy_quick_repair()
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc114 if (is_file($qualified) === TRUE) {
/php-src/win32/build/
H A Dmkdist.php138 } elseif (!is_file($source_dir . DIRECTORY_SEPARATOR . $item)) {
/php-src/ext/phar/
H A Dfunc_interceptors.c898 PHAR_INTERCEPT(is_file); in phar_intercept_functions_init()
935 PHAR_RELEASE(is_file); in phar_intercept_functions_shutdown()
/php-src/ext/standard/
H A Dfilestat.c1041 FileFunction(PHP_FN(is_file), FS_IS_FILE) in FileFunction()

Completed in 55 milliseconds

123