File Manager
Path:
/
opt
/
cloudlinux
/
alt-php55
/
root
/
usr
/
share
/
doc
/
pear
/
Base
/
docs
/
repos
/
Me
/
Viewing File: myclass1.php
<?php class erMyClass1 { function toString() { echo "Class 'erMyClass1'\n"; } } ?>