foo_strlen.php   [plain text]


<?php

namespace foo;

function strlen($str) {
    return 4;
}