<?php function lpErrorHandler($no,$str, $file,$line,$varList) { print_r($varList); throw new ErrorException($str,0,$no,$file,$line); return true; } set_error_handler("lpErrorHandler"); class_exists($name,false);
You have javascript disabled. You will not be able to edit any code.