LogicException    200 ext/spl/php_spl.c 	SPL_ADD_CLASS(LogicException, z_list, sub, allow, ce_flags); \
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);