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.c1397 zend_string *dpath = zend_string_init(ZSTR_VAL(path), ZSTR_LEN(path), 0); in PHP_METHOD() local
1398 ZSTR_LEN(dpath) = php_dirname(ZSTR_VAL(dpath), ZSTR_LEN(path)); in PHP_METHOD()
1399 spl_filesystem_object_create_info(intern, dpath, ce, return_value); in PHP_METHOD()
1400 zend_string_release(dpath); in PHP_METHOD()

Completed in 10 milliseconds