Home
last modified time | relevance | path

Searched refs:spl_ce_LogicException (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/spl/
H A Dspl_exceptions.c33 PHPAPI zend_class_entry *spl_ce_LogicException; variable
52 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()
H A Dspl_exceptions.h23 extern PHPAPI zend_class_entry *spl_ce_LogicException;
H A Dspl_directory.c337 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()
2695 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", ZSTR_VAL(intern->file_… in PHP_METHOD()
H A Dspl_iterators.c525 zend_throw_exception_ex(spl_ce_LogicException, 0, in spl_get_iterator_from_aggregate()
1379 …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 36 milliseconds