관리-도구
편집 파일: yourclass1.php
<?php class erYourClass1 { function toString() { echo "Class 'erYourClass1'\n"; } } ?>