Searched defs:slash (Results 1 – 6 of 6) sorted by relevance
22 "slash": "/ & \/", string
497 const char *slash = strrchr(ZSTR_VAL(c->name), '\\'); in zend_register_constant() local
245 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in spl_filesystem_object_get_file_name() local1500 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in PHP_METHOD() local1561 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in PHP_METHOD() local
1848 char *slash; in phar_analyze_path() local1969 const char *pos, *slash; in phar_detect_phar_fname_ext() local
4150 const char *slash; in phar_extract_file() local
4230 const __m128i slash = _mm_set1_epi8('\\'); local
Completed in 49 milliseconds