Lines Matching refs:zend_throw_exception
612 zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0); in SPL_METHOD()
632 zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0); in SPL_METHOD()
653 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0); in SPL_METHOD()
677 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0); in SPL_METHOD()
732 …zend_throw_exception(spl_ce_RuntimeException, "Iterators' LIFO/FIFO modes for SplStack/SplQueue ob… in SPL_METHOD()
793 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0); in SPL_METHOD()
805 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0); in SPL_METHOD()
833 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0); in SPL_METHOD()
856 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0); in SPL_METHOD()
881 zend_throw_exception(spl_ce_OutOfRangeException, "Offset out of range", 0); in SPL_METHOD()
922 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0); in SPL_METHOD()
1248 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0); in SPL_METHOD()
1303 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_dllist_get_iterator()