Home
last modified time | relevance | path

Searched defs:slash (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_constants.c504 char *slash = strrchr(ZSTR_VAL(c->name), '\\'); in zend_register_constant() local
H A Dzend_execute_API.c579 char *slash = (char *) zend_memrchr(actual, '\\', actual_len); in zend_use_undefined_constant() local
/PHP-7.4/ext/spl/
H A Dspl_directory.c205 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in spl_filesystem_object_get_file_name() local
1531 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in SPL_METHOD() local
1582 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in SPL_METHOD() local
/PHP-7.4/ext/phar/
H A Dphar.c1800 char *slash; in phar_analyze_path() local
1921 const char *pos, *slash; in phar_detect_phar_fname_ext() local
H A Dphar_object.c4144 const char *slash; in phar_extract_file() local
/PHP-7.4/ext/standard/
H A Dstring.c4289 const __m128i slash = _mm_set1_epi8('\\'); local

Completed in 92 milliseconds