LogicException    175 ext/spl/php_spl.c 	SPL_ADD_CLASS(LogicException, z_list, sub, allow, ce_flags); \
LogicException    347 ext/spl/spl.php class BadFunctionCallException extends LogicException
LogicException    368 ext/spl/spl.php class DomainException extends LogicException
LogicException    378 ext/spl/spl.php class InvalidArgumentException extends LogicException
LogicException    389 ext/spl/spl.php class LengthException extends LogicException
LogicException    401 ext/spl/spl.php class OutOfRangeException extends LogicException
LogicException     55 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(LogicException,           Exception,        NULL, NULL);
LogicException     56 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException,   NULL, NULL);
LogicException     58 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(DomainException,          LogicException,   NULL, NULL);
LogicException     59 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException,   NULL, NULL);
LogicException     60 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(LengthException,          LogicException,   NULL, NULL);
LogicException     61 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException,      LogicException,   NULL, NULL);