DEBSOURCES
Skip Quicknav
sources / phploc / 7.0.2-4 / tests / _files / with_declare.php
12345678
<?php declare(strict_types=1); function foo() { return 42; }