weak_call_strict_2.inc   [plain text]


<?php

declare(strict_types=1);

function function_declared_in_strict_mode(int $x) {
    echo "Success!";
}