1<?php
2
3declare(strict_types=0);
4
5function function_declared_in_weak_mode(int $x) {
6    echo "Success!";
7}
8