Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.c1365 zend_string *dpath = zend_string_init(ZSTR_VAL(path), ZSTR_LEN(path), 0); in PHP_METHOD() local
1366 ZSTR_LEN(dpath) = zend_dirname(ZSTR_VAL(dpath), ZSTR_LEN(path)); in PHP_METHOD()
1367 spl_filesystem_object_create_info(dpath, ce, return_value); in PHP_METHOD()
1368 zend_string_release(dpath); in PHP_METHOD()

Completed in 11 milliseconds