Searched refs:spl_ce_LogicException (Results 1 – 4 of 4) sorted by relevance
33 PHPAPI zend_class_entry *spl_ce_LogicException; variable52 spl_ce_LogicException = register_class_LogicException(zend_ce_exception); in PHP_MINIT_FUNCTION()53 spl_ce_BadFunctionCallException = register_class_BadFunctionCallException(spl_ce_LogicException); in PHP_MINIT_FUNCTION()55 spl_ce_DomainException = register_class_DomainException(spl_ce_LogicException); in PHP_MINIT_FUNCTION()56 spl_ce_InvalidArgumentException = register_class_InvalidArgumentException(spl_ce_LogicException); in PHP_MINIT_FUNCTION()57 spl_ce_LengthException = register_class_LengthException(spl_ce_LogicException); in PHP_MINIT_FUNCTION()58 spl_ce_OutOfRangeException = register_class_OutOfRangeException(spl_ce_LogicException); in PHP_MINIT_FUNCTION()
23 extern PHPAPI zend_class_entry *spl_ce_LogicException;
347 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()2713 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", ZSTR_VAL(intern->file_… in PHP_METHOD()
532 zend_throw_exception_ex(spl_ce_LogicException, 0, in spl_get_iterator_from_aggregate()1394 …zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or d… in spl_dual_it_construct()
Completed in 37 milliseconds