Showing posts with label PHP 7. Show all posts
Showing posts with label PHP 7. Show all posts

2016-05-19

debug_backtrace and call_user_func in PHP 7

Before PHP 7, functions call_user_func() and call_user_func_array() appeared in debug_backtrace() as separate entries. Since the version 7, they do not.

Demonstration code Gist