Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_directory.c180 static zend_object *spl_filesystem_object_new_check(zend_class_entry *class_type) in spl_filesystem_object_new_check() function
3152 …REGISTER_SPL_SUB_CLASS_EX(GlobIterator, FilesystemIterator, spl_filesystem_object_new_check, spl_G… in PHP_MINIT_FUNCTION()
3156 …REGISTER_SPL_SUB_CLASS_EX(SplFileObject, SplFileInfo, spl_filesystem_object_new_check, spl_SplFile… in PHP_MINIT_FUNCTION()
3165 …REGISTER_SPL_SUB_CLASS_EX(SplTempFileObject, SplFileObject, spl_filesystem_object_new_check, spl_S… in PHP_MINIT_FUNCTION()

Completed in 12 milliseconds