Home
last modified time | relevance | path

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

123

/php-src/build/
H A Dgen_stub.php5953 if (is_file($location)) {
/php-src/ext/curl/tests/
H A Dbug48207.phpt47 is_file($tempfile) and @unlink($tempfile);
48 isset($tempname) and is_file($tempname) and @unlink($tempname);
H A Dcurl_setopt_array_basic.phpt49 isset($tempname) and is_file($tempname) and @unlink($tempname);
/php-src/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt12 if (is_file($filename)) {
/php-src/ext/opcache/tests/
H A Dbug74663.phpt19 var_dump(is_file($file));
/php-src/ext/openssl/
H A Dopenssl.c3570 bool free_cert = false, is_file = false; in php_openssl_pkey_from_zval() local
3652 is_file = true; in php_openssl_pkey_from_zval()
3665 if (is_file) { in php_openssl_pkey_from_zval()
3681 if (is_file) { in php_openssl_pkey_from_zval()
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt159 if (is_file($output_file)) {
H A Dopenssl_error_string_basic_openssl3.phpt160 if (is_file($output_file)) {
/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/phar/phar/
H A Dpharcommand.inc518 if (is_file($loader)) {
643 if ($input && is_file($input) && !is_dir($input)) {
/php-src/ext/phar/tests/
H A Dbug52013.phpt30 if (is_file(__DIR__ . '/testdir/1.php'))
34 if (is_file(__DIR__ . '/compressed.phar'))
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"));
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 Dstat.phpt53 echo "is_file\n";
54 var_dump(is_file("dir/file1.txt"));
215 is_file
H A Dstat2_5.3.phpt2 Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.3+)
11 var_dump(is_file(__FILE__));
22 var_dump(is_link("./stat.php"),is_file("./stat.php"), is_link("./oops"), is_file("./oops"));
23 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
27 var_dump(is_dir("./bar"), is_file("foo/bar/blah"));
/php-src/ext/phar/tests/tar/
H A Dtar_003.phpt35 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
44 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
/php-src/ext/reflection/tests/
H A DReflectionFunction_isDisabled_basic.phpt7 disable_functions=is_file
11 $rf = new ReflectionFunction('is_file');
21 Function is_file() does not exist
/php-src/ext/session/tests/
H A Dbug61470.phpt15 var_dump(is_file($file1));
20 var_dump(is_file($file2));
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc114 if (is_file($qualified) === TRUE) {
/php-src/ext/standard/
H A Dbasic_functions.stub.php2937 function is_file(string $filename): bool {}
H A Dbasic_functions_arginfo.h2689 ZEND_FUNCTION(is_file);
3327 ZEND_FE(is_file, arginfo_is_file)
H A Dfilestat.c1041 FileFunction(PHP_FN(is_file), FS_IS_FILE) in FileFunction()
/php-src/ext/standard/tests/file/
H A D001-win32-mb.phpt60 if (is_file($fname)) {
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')) {

Completed in 86 milliseconds

123