Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/
H A Dspl_directory.h48 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len);
H A Dspl_directory.c187 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len) /* {{{ */ in spl_filesystem_object_get_path() function
216 char *path = spl_filesystem_object_get_path(intern, &path_len); in spl_filesystem_object_get_file_name()
517 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len); in spl_filesystem_object_create_type()
543 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len); in spl_filesystem_object_create_type()
627 spl_filesystem_object_get_path(intern, &path_len); in spl_filesystem_object_get_debug_info()
894 path = spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
910 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
950 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
1015 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
/PHP-7.2/ext/phar/
H A Dphar_object.c1513 test = spl_filesystem_object_get_path(intern, NULL); in phar_build()

Completed in 44 milliseconds