Home
last modified time | relevance | path

Searched refs:DEFAULT_DIR_SEPARATOR (Results 1 – 6 of 6) sorted by relevance

/php-src/main/
H A Dfopen_wrappers.c98 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); in ZEND_INI_MH()
116 smart_str_appendc(&buf, DEFAULT_DIR_SEPARATOR); in ZEND_INI_MH()
312 end = strchr(ptr, DEFAULT_DIR_SEPARATOR);
554 end = strchr(p, DEFAULT_DIR_SEPARATOR);
695 pathbuf[path_length] = DEFAULT_DIR_SEPARATOR;
706 end = strchr(ptr, DEFAULT_DIR_SEPARATOR);
H A Dphp_ini.c648 endpath = strchr(debpath, DEFAULT_DIR_SEPARATOR); in php_init_config()
/php-src/Zend/
H A Dzend_virtual_cwd.h76 #define DEFAULT_DIR_SEPARATOR ';' macro
107 #define DEFAULT_DIR_SEPARATOR ';' macro
109 #define DEFAULT_DIR_SEPARATOR ':' macro
/php-src/main/streams/
H A Dplain_wrapper.c1702 pathbuf[path_length] = DEFAULT_DIR_SEPARATOR; in _php_stream_fopen_with_path()
1713 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); in _php_stream_fopen_with_path()
/php-src/ext/phar/
H A Dphar.c105 ds[0] = DEFAULT_DIR_SEPARATOR; in phar_split_cache_list()
129 end = strchr(key, DEFAULT_DIR_SEPARATOR); in phar_split_cache_list()
H A Dutil.c341 … strlen(PG(include_path)), "phar://%s/%s%c%s", arch, PHAR_G(cwd), DEFAULT_DIR_SEPARATOR, PG(includ… in phar_find_in_include_path()

Completed in 41 milliseconds