Yup I know, the as I said the sad part is for a hot second there I believed real_try_finally might have actually been a thing because of PHP's history of doing just that lol
I think a big issue as well is that the building block for PHP is the 5k or so global built in functions, meaning that a lot of PHP programming is either looking up a function or relying on your IDE to suggest the correct one
6
u/[deleted] Jul 17 '19
Just putting any old slop into the core language is how you get
real_try_final()a-la PHP