Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_directory.h46 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
217 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()
544 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len); in spl_filesystem_object_create_type()
626 spl_filesystem_object_get_path(intern, &path_len); in spl_filesystem_object_get_debug_info()
891 path = spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
911 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
951 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
1016 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
/PHP-7.4/ext/phar/
H A Dphar_object.c1486 test = spl_filesystem_object_get_path(intern, NULL); in phar_build()

Completed in 33 milliseconds