Does array_walk_recursive use tail call optimization?

Simple curiosity. I could not find anything on Google, and I definitely don't want to delve into the PHP source.

Is there array_walk_recursive tail call optimization?

+5
source share
1 answer
+2
source

All Articles