Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_exceptions.h23 extern PHPAPI zend_class_entry *spl_ce_LogicException;
H A Dspl_exceptions.c32 PHPAPI zend_class_entry *spl_ce_LogicException; variable
H A Dspl_directory.c297 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()
2714 zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", intern->file_name); in PHP_METHOD()
H A Dspl_iterators.c472 zend_throw_exception_ex(spl_ce_LogicException, 0, in spl_get_iterator_from_aggregate()
1355 …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 44 milliseconds