Pull all branches from git remote
After this you can run : git branch
Read More...After this you can run : git branch
Read More...Add ob_start(); function from where you want to put output to a file Use following function to get output of code execution : $contents = ob_get_contents(); Put the content to a file:
Read More...Add following lines in PHP file: ini_set(‘display_errors’, 1); ini_set(‘display_startup_errors’, 1); error_reporting(E_ALL);
Read More...