Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_directory.h48 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, int *len TSRMLS_DC);
H A Dspl_directory.c186 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, int *len TSRMLS_DC) /* {… in spl_filesystem_object_get_path() function
217 spl_filesystem_object_get_path(intern, NULL TSRMLS_CC), in spl_filesystem_object_get_file_name()
506 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len TSRMLS_CC); in spl_filesystem_object_create_type()
531 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len TSRMLS_CC); in spl_filesystem_object_create_type()
619 spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in spl_filesystem_object_get_debug_info()
884 path = spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in SPL_METHOD()
900 spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in SPL_METHOD()
938 spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in SPL_METHOD()
1009 spl_filesystem_object_get_path(intern, &path_len TSRMLS_CC); in SPL_METHOD()
/PHP-5.6/ext/phar/
H A Dphar_object.c1494 test = spl_filesystem_object_get_path(intern, NULL TSRMLS_CC); in phar_build()

Completed in 57 milliseconds