strict_call_weak_2.inc   [plain text]


<?php

// implicitly weak code

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