--TEST--
-Bug #42151 __destruct functions not called after catching a SoapFault exception
+Bug #42151 (__destruct functions not called after catching a SoapFault exception)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
--TEST--
-Bug #42850 array_walk_recursive() leaves references, #34982 array_walk_recursive() modifies elements outside function scope
+Bug #42850 (array_walk_recursive() leaves references)
--FILE--
<?php
--TEST--
-Bug #43248 backward compatibility break in realpath()
+Bug #43248 (backward compatibility break in realpath())
--FILE--
<?php
echo realpath(dirname(__FILE__) . '/../file/');
--TEST--
-Bug #42272: var_export() incorrectly escapes char(0).
+Bug #42272 (var_export() incorrectly escapes char(0))
--FILE--
<?php
$foo = var_export("\0", true );