<?php class ABC { public function xyz() { echo "Oh my girl!"; } } error_reporting(E_ALL); ABC::xyz(); if (function_exists('error_get_last')) { print_r(error_get_last()); }
You have javascript disabled. You will not be able to edit any code.