관리-도구
편집 파일: AssertionExample.php
<?php class AssertionExample { public function doSomething() { assert(false); } }