add test2.php with namespace

This commit is contained in:
E98Developer 2026-02-21 06:42:52 +01:00
parent 45027252c6
commit 93013e1c78

3
test2.php Normal file
View File

@ -0,0 +1,3 @@
<?php
namesapce App;
echo "hello Namespace";