Searched refs:spl_filesystem_object_get_path (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/spl/ |
H A D | spl_directory.h | 48 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, int *len TSRMLS_DC);
|
H A D | spl_directory.c | 186 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, int *len TSRMLS_DC) /* {… in spl_filesystem_object_get_path() function 213 spl_filesystem_object_get_path(intern, NULL TSRMLS_CC), in spl_filesystem_object_get_file_name() 503 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len TSRMLS_CC); in spl_filesystem_object_create_type() 528 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len TSRMLS_CC); in spl_filesystem_object_create_type() 616 spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in spl_filesystem_object_get_debug_info() 880 path = spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in SPL_METHOD() 896 spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in SPL_METHOD() 934 spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in SPL_METHOD() 1005 spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in SPL_METHOD()
|
/PHP-5.4/ext/phar/ |
H A D | phar_object.c | 1533 test = spl_filesystem_object_get_path(intern, NULL, NULL TSRMLS_CC).s; 1535 test = spl_filesystem_object_get_path(intern, NULL TSRMLS_CC);
|
Completed in 26 milliseconds