is_dir            671 Zend/zend_virtual_cwd.c static inline void realpath_cache_add(const char *path, int path_len, const char *realpath, int realpath_len, int is_dir, time_t t TSRMLS_DC) /* {{{ */
is_dir            705 Zend/zend_virtual_cwd.c 		bucket->is_dir = is_dir;
is_dir            780 Zend/zend_virtual_cwd.c static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, int is_dir, int *link_is_dir TSRMLS_DC) /* {{{ */
is_dir            812 Zend/zend_virtual_cwd.c 			is_dir = 1;
is_dir            816 Zend/zend_virtual_cwd.c 			is_dir = 1;
is_dir            866 Zend/zend_virtual_cwd.c 				if (is_dir && !bucket->is_dir) {
is_dir            871 Zend/zend_virtual_cwd.c 						*link_is_dir = bucket->is_dir;
is_dir           1037 Zend/zend_virtual_cwd.c 					j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory TSRMLS_CC);
is_dir           1053 Zend/zend_virtual_cwd.c 				j  = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
is_dir           1068 Zend/zend_virtual_cwd.c 				if (is_dir && !directory) {
is_dir           1099 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
is_dir           1112 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
is_dir           1127 Zend/zend_virtual_cwd.c 				if (is_dir && !directory) {
is_dir            219 Zend/zend_virtual_cwd.h 	int                            is_dir;
is_dir             25 ext/phar/dirstream.c void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool is_dir TSRMLS_DC);
is_dir            368 ext/phar/dirstream.c 	if (SUCCESS == zend_hash_find(&phar->manifest, internal_file, strlen(internal_file), (void**)&entry) && !entry->is_dir) {
is_dir            371 ext/phar/dirstream.c 	} else if (entry && entry->is_dir) {
is_dir            512 ext/phar/dirstream.c 	entry.is_dir = 1;
is_dir            744 ext/phar/func_interceptors.c 			if (!data->is_dir) {
is_dir            941 ext/phar/func_interceptors.c 						RETURN_BOOL(!etemp->is_dir);
is_dir           1071 ext/phar/func_interceptors.c 	PHAR_INTERCEPT(is_dir);
is_dir           1107 ext/phar/func_interceptors.c 	PHAR_RELEASE(is_dir);
is_dir           1077 ext/phar/phar.c 			entry.is_dir = 1;
is_dir           1079 ext/phar/phar.c 			entry.is_dir = 0;
is_dir           1103 ext/phar/phar.c 		if (entry.is_dir) {
is_dir           2769 ext/phar/phar.c 		if (entry->is_dir) {
is_dir           2791 ext/phar/phar.c 		offset += 4 + entry->filename_len + sizeof(entry_buffer) + entry->metadata_str.len + (entry->is_dir ? 1 : 0);
is_dir           2794 ext/phar/phar.c 		if ((oldfile && !entry->is_modified) || entry->is_dir) {
is_dir           2993 ext/phar/phar.c 		if (entry->is_dir) {
is_dir           3002 ext/phar/phar.c 		|| (entry->is_dir && 1 != php_stream_write(newfile, "/", 1))) {
is_dir           3008 ext/phar/phar.c 				if (entry->is_dir) {
is_dir           3076 ext/phar/phar.c 		if (entry->is_deleted || entry->is_dir || entry->is_mounted) {
is_dir            275 ext/phar/phar_internal.h 	unsigned int             is_dir:1;
is_dir           2330 ext/phar/phar_object.c 			newentry.tar_type = (entry->is_dir ? TAR_DIR : TAR_FILE);
is_dir           3652 ext/phar/phar_object.c 		if (!data->internal_file->is_dir) {
is_dir           4216 ext/phar/phar_object.c 		if (entry->is_dir) {
is_dir           4242 ext/phar/phar_object.c 	if (entry->is_dir) {
is_dir           4589 ext/phar/phar_object.c 	if (entry_obj->ent.entry->is_dir) {
is_dir           4862 ext/phar/phar_object.c 	if (entry_obj->ent.entry->is_dir) {
is_dir           4917 ext/phar/phar_object.c 	if (entry_obj->ent.entry->is_dir) {
is_dir           5037 ext/phar/phar_object.c 	if (entry_obj->ent.entry->is_dir) {
is_dir            485 ext/phar/stream.c 	if (!is_temp_dir && !data->is_dir) {
is_dir            499 ext/phar/stream.c 	} else if (!is_temp_dir && data->is_dir) {
is_dir            764 ext/phar/stream.c 	int is_dir = 0;
is_dir            889 ext/phar/stream.c 		is_dir = entry->is_dir;
is_dir            891 ext/phar/stream.c 		is_dir = zend_hash_exists(&(phar->virtual_dirs), resource_from->path+1, strlen(resource_from->path)-1);
is_dir            892 ext/phar/stream.c 		if (!is_dir) {
is_dir            903 ext/phar/stream.c 	if (is_dir) {
is_dir            479 ext/phar/tar.c 			entry.is_dir = 1;
is_dir            481 ext/phar/tar.c 			entry.is_dir = 0;
is_dir            137 ext/phar/util.c 	if (entry->is_dir) {
is_dir            229 ext/phar/util.c 		entry.is_dir = 1;
is_dir            237 ext/phar/util.c 		entry.is_dir = 0;
is_dir            438 ext/phar/util.c 	if (entry->is_dir) {
is_dir            525 ext/phar/util.c 	char is_dir;
is_dir            531 ext/phar/util.c 	is_dir = (path_len && path[path_len - 1] == '/') ? 1 : 0;
is_dir            577 ext/phar/util.c 		etemp.is_dir = 1;
is_dir            582 ext/phar/util.c 	if (is_dir) {
is_dir            597 ext/phar/util.c 		etemp.tar_type = etemp.is_dir ? TAR_DIR : TAR_FILE;
is_dir           1228 ext/phar/util.c 	int is_dir;
is_dir           1234 ext/phar/util.c 	is_dir = (path_len && (path[path_len - 1] == '/')) ? 1 : 0;
is_dir           1265 ext/phar/util.c 	if (is_dir) {
is_dir           1277 ext/phar/util.c 		if (entry->is_dir && !dir) {
is_dir           1283 ext/phar/util.c 		if (!entry->is_dir && dir == 2) {
is_dir           1298 ext/phar/util.c 			entry->is_temp_dir = entry->is_dir = 1;
is_dir             78 ext/phar/zip.c 		if (entry->is_dir) {
is_dir            398 ext/phar/zip.c 			entry.is_dir = 1;
is_dir            404 ext/phar/zip.c 			entry.is_dir = 0;
is_dir            825 ext/phar/zip.c 	PHAR_SET_16(central.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0));
is_dir            826 ext/phar/zip.c 	PHAR_SET_16(local.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0));
is_dir            835 ext/phar/zip.c 		if (entry->is_dir) {
is_dir            959 ext/phar/zip.c 	offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + sizeof(perms);
is_dir            971 ext/phar/zip.c 	if (entry->is_dir) {
is_dir           1055 ext/phar/zip.c 		if (!entry->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->filefp, entry->compressed_filesize, NULL)) {
is_dir           3202 ext/standard/basic_functions.c 	PHP_FE(is_dir,															arginfo_is_dir)
is_dir           1160 ext/standard/filestat.c FileFunction(PHP_FN(is_dir), FS_IS_DIR)
is_dir           1217 ext/standard/filestat.c 			add_assoc_bool(entry, "is_dir", bucket->is_dir);
is_dir             43 ext/standard/php_filestat.h PHP_FUNCTION(is_dir);