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);
542 end = strchr(p, DEFAULT_DIR_SEPARATOR);
683 pathbuf[path_length] = DEFAULT_DIR_SEPARATOR;
694 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.h74 #define DEFAULT_DIR_SEPARATOR ';' macro
105 #define DEFAULT_DIR_SEPARATOR ';' macro
107 #define DEFAULT_DIR_SEPARATOR ':' macro
/php-src/main/streams/
H A Dplain_wrapper.c1692 pathbuf[path_length] = DEFAULT_DIR_SEPARATOR; in _php_stream_fopen_with_path()
1703 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); in _php_stream_fopen_with_path()
/php-src/ext/phar/
H A Dphar.c100 ds[0] = DEFAULT_DIR_SEPARATOR; in phar_split_cache_list()
124 end = strchr(key, DEFAULT_DIR_SEPARATOR); in phar_split_cache_list()
H A Dutil.c318 … 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 39 milliseconds