
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/bug27731.phpt |
--TEST-- Bug #27731 (error_reporing() call inside @ block does not work correctly) --FILE-- <?php error_reporting(E_ALL ^ E_NOTICE); @error_reporting(E_WARNING); var_dump(error_reporting()); ?> --EXPECT-- int(2)