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