<?php
namespace test\ns1;

echo strlen("Hello"),"\n";
?>