Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.h38 PHPAPI zend_string *spl_filesystem_object_get_path(const spl_filesystem_object *intern);
H A Dspl_directory.c212 PHPAPI zend_string *spl_filesystem_object_get_path(const spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_object_get_path() function
247 path = spl_filesystem_object_get_path(intern); in spl_filesystem_object_get_file_name()
533 intern->path = spl_filesystem_object_get_path(source); in spl_filesystem_object_create_type()
564 intern->path = spl_filesystem_object_get_path(source); in spl_filesystem_object_create_type()
630 zend_string *path = spl_filesystem_object_get_path(intern); in spl_filesystem_object_get_debug_info()
864 path = spl_filesystem_object_get_path(intern); in PHP_METHOD()
888 path = spl_filesystem_object_get_path(intern); in PHP_METHOD()
937 path = spl_filesystem_object_get_path(intern); in PHP_METHOD()
1010 path = spl_filesystem_object_get_path(intern); in PHP_METHOD()
/php-src/ext/phar/
H A Dphar_object.c1473 zend_string *test_str = spl_filesystem_object_get_path(intern); in phar_build()

Completed in 25 milliseconds