Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_directory.h44 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len);
H A Dspl_directory.c188 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len) /* {{{ */ in spl_filesystem_object_get_path() function
218 char *path = spl_filesystem_object_get_path(intern, &path_len); in spl_filesystem_object_get_file_name()
518 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len); in spl_filesystem_object_create_type()
556 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len); in spl_filesystem_object_create_type()
629 spl_filesystem_object_get_path(intern, &path_len); in spl_filesystem_object_get_debug_info()
883 path = spl_filesystem_object_get_path(intern, &path_len); in PHP_METHOD()
907 spl_filesystem_object_get_path(intern, &path_len); in PHP_METHOD()
950 spl_filesystem_object_get_path(intern, &path_len); in PHP_METHOD()
1018 spl_filesystem_object_get_path(intern, &path_len); in PHP_METHOD()
/PHP-8.0/ext/phar/
H A Dphar_object.c1457 test = spl_filesystem_object_get_path(intern, NULL); in phar_build()

Completed in 30 milliseconds