Home
last modified time | relevance | path

Searched refs:tmp_path_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/spl/
H A Dspl_directory.c2289 int tmp_path_len; in SPL_METHOD() local
2313 tmp_path_len = strlen(intern->u.file.stream->orig_path); in SPL_METHOD()
2315 if (tmp_path_len > 1 && IS_SLASH_AT(intern->u.file.stream->orig_path, tmp_path_len-1)) { in SPL_METHOD()
2316 tmp_path_len--; in SPL_METHOD()
2319 tmp_path = estrndup(intern->u.file.stream->orig_path, tmp_path_len); in SPL_METHOD()

Completed in 11 milliseconds