--TEST--
-bug #22725 (A derived class can call a parent's protected method that calls a private method)
+Bug #22725 (A derived class can call a parent's protected method that calls a private method)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
--FILE--
--TEST--
-Bug #27304
+Bug #27304 (Static functions don't function properly)
--FILE--
<?php
--TEST--
-Bug #29104 Function declaration in method doesn't work
+Bug #29104 (Function declaration in method doesn't work)
--FILE--
<?php
class A
--TEST--
-Bug #29210 Function: is_callable - no support for private and protected classes
+Bug #29210 (Function is_callable does not support private and protected methods)
--FILE--
<?php
class test_class {
--TEST--
-Bug #30519 Interface not existing says Class not found
+Bug #30519 (Interface not existing says Class not found)
--FILE--
<?php
class test implements a {
--TEST--
-Bug #30702 cannot initialize class variable from class constant
+Bug #30702 (cannot initialize class variable from class constant)
--FILE--
<?php
class foo {
--TEST--
-Bug #30791 magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded
+Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
--FILE--
<?php
--TEST--
-Bug #30889 Conflict between __get/__set and ++ operator
+Bug #30889 (Conflict between __get/__set and ++ operator)
--FILE--
<?php
class overloaded
--TEST--
-Bug #32296 get_class_methods output has changed between 5.0.2 and 5.0.3
+Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
--FILE--
<?php
abstract class space{
--TEST--
-Bug #32427 Interfaces are not allowed 'static' access modifier
+Bug #32427 (Interfaces are not allowed 'static' access modifier)
--FILE--
<?php
--TEST--
-Bug #32660 Assignment by reference causes crash when field access is overloaded (__get)
+Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
--FILE--
<?php
class A
--TEST--
-Bug #32674 exception in iterator causes crash
+Bug #32674 (exception in iterator causes crash)
--FILE--
<?php
class collection implements Iterator {
--TEST--
-Bug #32833 Invalid opcode
+Bug #32833 (Invalid opcode with $a[] .= '')
--FILE--
<?php
$test = array();
--TEST--
-Bug #33257 array_splice() inconsistent when passed function instead of variable
+Bug #33257 (array_splice() inconsistent when passed function instead of variable)
--INI--
error_reporting=4095
--FILE--
--TEST--
-Bug #34712 zend.ze1_compatibility_mode = on segfault
+Bug #34712 (zend.ze1_compatibility_mode = on segfault)
--INI--
zend.ze1_compatibility_mode=1
error_reporting=4095
--TEST--
-Bug #35437 Segfault or Invalid Opcode 137/1/4
+Bug #35437 (Segfault or Invalid Opcode 137/1/4)
--FILE--
<?php
function err2exception($errno, $errstr)
--TEST--
-Bug #37811 define not using toString on objects
+Bug #37811 (define not using toString on objects)
--FILE--
<?php
--TEST--
-Bug #38220 Crash on some object operations
+Bug #38220 (Crash on some object operations)
--FILE--
<?php
class drv {
--TEST--
-Bug #40770 Apache child exits when PHP memory limit reached
+Bug #40770 (Apache child exits when PHP memory limit reached)
--INI--
memory_limit=8M
--SKIPIF--
--TEST--
-Bug #40809 Poor perfomance of ".="
+Bug #40809 (Poor perfomance of ".=")
--FILE--
<?php
error_reporting(E_ALL|E_STRICT);
--TEST--
-Bug #41075(memleak when creating default object caused exception)
+Bug #41075 (memleak when creating default object caused exception)
--FILE--
<?php