December 2, 2016 php call stack Which of the following will print out the PHP call stack? Options: Code Block A $e = new Exception; var_dump($e->debug()); B $e = new Exception; var_dump($e->getTraceAsString()); C $e = new Exception; var_dump($e->backtrace()); D $e = new Exception; var_dump($e->getstring()); Answer B Have a look on this FacebookTwitterLinkedInPinterestWhatsAppPrintEmailMoreRedditTumblrPocketTelegramLike this:Like Loading... Related Posted in by ahmadasjad Leave a comment