1<?php
2
3// implicitly weak code
4
5function function_declared_in_weak_mode(int $x) {
6    echo "Success!";
7}
8