This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Stdlib
17- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3131 *
3232 * @category Zend
3333 * @package Zend_Stdlib
34- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
34+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3535 * @license http://framework.zend.com/license/new-bsd New BSD License
3636 */
3737class ArrayStack extends ArrayObject
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Stdlib
17- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3232 *
3333 * @category Zend
3434 * @package Zend_Stdlib
35- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
35+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3636 * @license http://framework.zend.com/license/new-bsd New BSD License
3737 */
3838class CallbackHandler
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Stdlib
17- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
2828 *
2929 * @category Zend
3030 * @package Zend_Stdlib
31- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
31+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3232 * @license http://framework.zend.com/license/new-bsd New BSD License
3333 */
3434interface Exception
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Stdlib
17- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3333 * @uses Zend\Stdlib\Exception
3434 * @category Zend
3535 * @package Zend_Stdlib
36- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
36+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3737 * @license http://framework.zend.com/license/new-bsd New BSD License
3838 */
3939class InvalidCallbackException
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Stdlib
17- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3333 *
3434 * @category Zend
3535 * @package Zend_Stdlib
36- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
36+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3737 * @license http://framework.zend.com/license/new-bsd New BSD License
3838 */
3939class SplPriorityQueue extends \SplPriorityQueue implements Serializable
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Stdlib
17- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3030 *
3131 * @category Zend
3232 * @package Zend_Stdlib
33- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3434 * @license http://framework.zend.com/license/new-bsd New BSD License
3535 */
3636class SplQueue extends \SplQueue implements Serializable
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Stdlib
17- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3030 *
3131 * @category Zend
3232 * @package Zend_Stdlib
33- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3434 * @license http://framework.zend.com/license/new-bsd New BSD License
3535 */
3636class SplStack extends \SplStack implements Serializable
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Stdlib
1717 * @subpackage UnitTests
18- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 * @version $Id:$
2121 */
2929 * @package Zend_Stdlib
3030 * @subpackage UnitTests
3131 * @group Zend_Stdlib
32- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
32+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3333 * @license http://framework.zend.com/license/new-bsd New BSD License
3434 */
3535class CallbackHandlerTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Stdlib
1717 * @subpackage UnitTests
18- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 * @version $Id:$
2121 */
2929 * @package Zend_Stdlib
3030 * @subpackage UnitTests
3131 * @group Zend_Stdlib
32- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
32+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3333 * @license http://framework.zend.com/license/new-bsd New BSD License
3434 */
3535class SplPriorityQueueTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Stdlib
1717 * @subpackage UnitTests
18- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 * @version $Id:$
2121 */
2929 * @package Zend_Stdlib
3030 * @subpackage UnitTests
3131 * @group Zend_Stdlib
32- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
32+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3333 * @license http://framework.zend.com/license/new-bsd New BSD License
3434 */
3535class SplQueueTest extends \PHPUnit_Framework_TestCase
You can’t perform that action at this time.
0 commit comments