Home
last modified time | relevance | path

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

/PHP-7.3/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()
628 spl_filesystem_object_get_path(intern, &path_len); in spl_filesystem_object_get_debug_info()
893 path = spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
909 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
949 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
1014 spl_filesystem_object_get_path(intern, &path_len); in SPL_METHOD()
/PHP-7.3/ext/phar/
H A Dphar_object.c1473 test = spl_filesystem_object_get_path(intern, NULL); in phar_build()

Completed in 31 milliseconds