]> granicus.if.org Git - php/commit
Replace fatal error in SplFileInfo with exception
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 13 Aug 2020 12:35:11 +0000 (14:35 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 13 Aug 2020 12:43:45 +0000 (14:43 +0200)
commitf0bf3d467259370546a67d7d6344a5a7f662bdbb
tree75dd5d2b3934c3e4c966b0efaecb2ab6dafdfb61
parent634dd382894cf427eabb3b7477cbf21634f89b3f
Replace fatal error in SplFileInfo with exception

Using RuntimeException here, because the same error condition
uses that in many other places in this file.
ext/spl/spl_directory.c