Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14355

[split] Strict typing

$
0
0
If there is ever another version before CI4 is released, please amend the following:
PHP Code:
<?php
// file: index.php 

declare(strict_types=1); // PHP 7 specific

ini_set('display_errors','true'); 

Many thanks for the update and look forward to trying it today Smile

Viewing all articles
Browse latest Browse all 14355

Trending Articles