File: bootstrap.php

package info (click to toggle)
php-voku-portable-ascii 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,336 kB
  • sloc: php: 5,651; xml: 46; makefile: 18
file content (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
<?php declare(strict_types=1);

\error_reporting(\E_ALL);
\ini_set('display_errors', '1');

require_once __DIR__ . '/../vendor/autoload.php';