Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_directory.c170 static zend_object_value spl_filesystem_object_new(zend_class_entry *class_type TSRMLS_DC) in spl_filesystem_object_new() function
3052 REGISTER_SPL_STD_CLASS_EX(SplFileInfo, spl_filesystem_object_new, spl_SplFileInfo_functions); in PHP_MINIT_FUNCTION()
3060 …REGISTER_SPL_SUB_CLASS_EX(DirectoryIterator, SplFileInfo, spl_filesystem_object_new, spl_Directory… in PHP_MINIT_FUNCTION()
3066 …REGISTER_SPL_SUB_CLASS_EX(FilesystemIterator, DirectoryIterator, spl_filesystem_object_new, spl_Fi… in PHP_MINIT_FUNCTION()
3083 …PL_SUB_CLASS_EX(RecursiveDirectoryIterator, FilesystemIterator, spl_filesystem_object_new, spl_Rec… in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds