install.fairie/dotfiles/.vim/plugged/php.vim/attic/0-bootstrap.inc.php
Git E2E Dev Test Username 20b4a91fbb git subrepo clone (merge) https://github.com/stanangeloff/php.vim.git ./dotfiles/.vim/plugged/php.vim
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:   "???"
2022-10-18 10:36:27 -04:00

6 lines
125 B
PHP

<?php
error_reporting(E_ALL | E_DEPRECATED | E_STRICT);
ini_set('display_errors', 'On');
date_default_timezone_set('UTC');