Searched refs:spl_filesystem_object_new (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/spl/ |
H A D | spl_directory.c | 170 static zend_object_value spl_filesystem_object_new(zend_class_entry *class_type TSRMLS_DC) in spl_filesystem_object_new() function 3015 REGISTER_SPL_STD_CLASS_EX(SplFileInfo, spl_filesystem_object_new, spl_SplFileInfo_functions); in PHP_MINIT_FUNCTION() 3023 …REGISTER_SPL_SUB_CLASS_EX(DirectoryIterator, SplFileInfo, spl_filesystem_object_new, spl_Directory… in PHP_MINIT_FUNCTION() 3029 …REGISTER_SPL_SUB_CLASS_EX(FilesystemIterator, DirectoryIterator, spl_filesystem_object_new, spl_Fi… in PHP_MINIT_FUNCTION() 3046 …PL_SUB_CLASS_EX(RecursiveDirectoryIterator, FilesystemIterator, spl_filesystem_object_new, spl_Rec… in PHP_MINIT_FUNCTION()
|
Completed in 12 milliseconds