FastJSON::__exit PHP 메소드

__exit() 공개 메소드

public __exit ( $str, $a, $b )
    function __exit($str, $a, $b)
    {
        exit($a . 'FATAL: FastJSON decode method failure [malicious or incorrect JSON string]');
    }