web/lib/Zend/EventManager/ResponseCollection.php
changeset 1230 68c69c656a2c
parent 808 6b6c2214f778
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    12  * obtain it through the world-wide-web, please send an email
    12  * obtain it through the world-wide-web, please send an email
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_EventManager
    16  * @package    Zend_EventManager
    17  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    17  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    18  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    19  */
    19  */
    20 
    20 
    21 if (version_compare(PHP_VERSION, '5.3.0', '<')) {
    21 if (version_compare(PHP_VERSION, '5.3.0', '<')) {
    22     class SplStack implements Iterator, ArrayAccess, Countable
    22     class SplStack implements Iterator, ArrayAccess, Countable
   350 /**
   350 /**
   351  * Collection of signal handler return values
   351  * Collection of signal handler return values
   352  *
   352  *
   353  * @category   Zend
   353  * @category   Zend
   354  * @package    Zend_EventManager
   354  * @package    Zend_EventManager
   355  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
   355  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
   356  * @license    http://framework.zend.com/license/new-bsd     New BSD License
   356  * @license    http://framework.zend.com/license/new-bsd     New BSD License
   357  */
   357  */
   358 class Zend_EventManager_ResponseCollection extends SplStack 
   358 class Zend_EventManager_ResponseCollection extends SplStack 
   359 {
   359 {
   360     protected $stopped = false;
   360     protected $stopped = false;