Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_directory.c177 static zend_object_value spl_filesystem_object_new_check(zend_class_entry *class_type TSRMLS_DC) in spl_filesystem_object_new_check() function
3180 …REGISTER_SPL_SUB_CLASS_EX(GlobIterator, FilesystemIterator, spl_filesystem_object_new_check, spl_G… in PHP_MINIT_FUNCTION()
3184 …REGISTER_SPL_SUB_CLASS_EX(SplFileObject, SplFileInfo, spl_filesystem_object_new_check, spl_SplFile… in PHP_MINIT_FUNCTION()
3193 …REGISTER_SPL_SUB_CLASS_EX(SplTempFileObject, SplFileObject, spl_filesystem_object_new_check, spl_S… in PHP_MINIT_FUNCTION()

Completed in 19 milliseconds