Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_constants.c504 char *slash = strrchr(ZSTR_VAL(c->name), '\\'); in zend_register_constant() local
H A Dzend_execute_API.c532 char *slash = (char *) zend_memrchr(actual, '\\', actual_len); in zend_use_undefined_constant() local
/PHP-7.3/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
1519 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in SPL_METHOD() local
1570 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in SPL_METHOD() local
/PHP-7.3/ext/phar/
H A Dphar.c1800 char *slash; local
1921 const char *pos, *slash; local
H A Dphar_object.c4115 const char *slash; in phar_extract_file() local
/PHP-7.3/ext/standard/
H A Dstring.c4199 const __m128i slash = _mm_set1_epi8('\\'); local

Completed in 60 milliseconds