Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_constants.c499 char *slash = strrchr(ZSTR_VAL(c->name), '\\'); in zend_register_constant() local
H A Dzend_execute_API.c606 char *slash = (char *) zend_memrchr(actual, '\\', actual_len); in zval_update_constant_ex() local
/PHP-7.1/ext/spl/
H A Dspl_directory.c189 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in spl_filesystem_object_get_file_name() local
1497 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in SPL_METHOD() local
1549 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in SPL_METHOD() local
/PHP-7.1/ext/phar/
H A Dphar.c1781 char *slash; local
1902 const char *pos, *slash; local
H A Dphar_object.c4141 const char *slash; in phar_extract_file() local

Completed in 37 milliseconds