20b4a91fbb
subrepo: subdir: "dotfiles/.vim/plugged/php.vim" merged: "930aec5c" upstream: origin: "https://github.com/stanangeloff/php.vim.git" branch: "master" commit: "930aec5c" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
6 lines
125 B
PHP
6 lines
125 B
PHP
<?php
|
|
|
|
error_reporting(E_ALL | E_DEPRECATED | E_STRICT);
|
|
ini_set('display_errors', 'On');
|
|
|
|
date_default_timezone_set('UTC');
|