PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Lars Moelleken   Portable UTF-8   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Portable UTF-8
Manipulate UTF-8 text strings in pure PHP
Author: By
Last change: [+]: try to run test for php 8
[+]: fix some php notices
Date: 2 years ago
Size: 142 bytes
 

Contents

Class file image Download
<?php declare(strict_types=1);

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

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