Home
last modified time | relevance | path

Searched refs:is_dir (Results 51 – 75 of 97) sorted by relevance

1234

/PHP-5.3/sapi/cgi/tests/
H A Dinclude.inc33 …if ($php_path && is_dir($php_path) && file_exists($php_path."/cgi/php-cgi") && is_executable($php_…
/PHP-5.3/ext/standard/tests/file/
H A D001.phpt92 if (is_dir('test.link')) {
97 if (is_dir('../file')) {
102 if (is_dir('test.file')) {
H A D001-win32.phpt62 if (is_dir('../file')) {
67 if (is_dir('test.file')) {
H A Dtouch_variation5.phpt72 if (is_dir($path) || is_file($path)) {
81 if (is_dir($path)) {
99 if (is_dir($path)) {
H A Dtouch_variation5-win32.phpt72 if (is_dir($path) || is_file($path)) {
81 if (is_dir($path)) {
99 if (is_dir($path)) {
H A Dtouch_variation6-win32.phpt78 if (is_dir($path) || is_file($path)) {
87 if (is_dir($path)) {
105 if (is_dir($path)) {
/PHP-5.3/ext/phar/tests/
H A Dbug13727.phpt18 if (!is_dir($fileDir="$dirName/test_data"))
H A Dbug52013.phpt34 if (is_dir(dirname(__FILE__) . '/testdir'))
H A D027.phpt36 var_dump(is_dir($phar . $entry));
37 if (is_dir($phar . $entry))
H A D027U.phpt36 var_dump(is_dir($phar . $entry));
37 if (is_dir($phar . $entry))
H A Dstat2.phpt30 var_dump(is_dir("./bar"), is_file("foo/bar/blah"));
H A Dstat2_5.3.phpt30 var_dump(is_dir("./bar"), is_file("foo/bar/blah"));
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"));
/PHP-5.3/ext/pcre/
H A Dupgrade-pcre.php46 if (is_dir($file)) {
/PHP-5.3/ext/phar/tests/files/
H A Dinclude_path2.phar158 if (!file_exists($sessionpath) || !is_dir($sessionpath)) {
202 if (is_dir('/temp') || mkdir('/temp')) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
H A Dnophar.phar158 if (!file_exists($sessionpath) || !is_dir($sessionpath)) {
202 if (is_dir('/temp') || mkdir('/temp')) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
H A Dopenssl.phar158 if (!file_exists($sessionpath) || !is_dir($sessionpath)) {
202 if (is_dir('/temp') || mkdir('/temp')) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar158 if (!file_exists($sessionpath) || !is_dir($sessionpath)) {
202 if (is_dir('/temp') || mkdir('/temp')) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
H A Dopenssl.phar158 if (!file_exists($sessionpath) || !is_dir($sessionpath)) {
202 if (is_dir('/temp') || mkdir('/temp')) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
/PHP-5.3/ext/standard/
H A Dphp_filestat.h43 PHP_FUNCTION(is_dir);
/PHP-5.3/scripts/dev/
H A Dcheck_parameters.php299 if (is_dir($file)) {
360 if (is_dir($dir)) {
/PHP-5.3/tests/security/
H A Dopen_basedir.inc27 if (is_dir($directory) == FALSE) {
43 if (is_dir($path) == TRUE) {
/PHP-5.3/ext/phar/
H A Dstream.c485 if (!is_temp_dir && !data->is_dir) { in phar_dostat()
499 } else if (!is_temp_dir && data->is_dir) { in phar_dostat()
772 int is_dir = 0; in phar_wrapper_rename() local
897 is_dir = entry->is_dir; in phar_wrapper_rename()
899is_dir = zend_hash_exists(&(phar->virtual_dirs), resource_from->path+1, strlen(resource_from->path… in phar_wrapper_rename()
900 if (!is_dir) { in phar_wrapper_rename()
911 if (is_dir) { in phar_wrapper_rename()
H A Dutil.c141 if (entry->is_dir) { in phar_seek_efp()
234 entry.is_dir = 1; in phar_mount_entry()
242 entry.is_dir = 0; in phar_mount_entry()
661 if (entry->is_dir) { in phar_get_entry_data()
743 char is_dir; in phar_get_or_create_entry_data() local
795 etemp.is_dir = 1; in phar_get_or_create_entry_data()
800 if (is_dir) { in phar_get_or_create_entry_data()
1472 int is_dir; in phar_get_entry_info_dir() local
1509 if (is_dir) { in phar_get_entry_info_dir()
1521 if (entry->is_dir && !dir) { in phar_get_entry_info_dir()
[all …]
H A Ddirstream.c25 …ar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool is_dir TSRMLS_DC);
389 …sh_find(&phar->manifest, internal_file, strlen(internal_file), (void**)&entry) && !entry->is_dir) { in phar_wrapper_open_dir()
392 } else if (entry && entry->is_dir) { in phar_wrapper_open_dir()
536 entry.is_dir = 1; in phar_wrapper_mkdir()

Completed in 51 milliseconds

1234