xref: /PHP-5.5/tests/func/bug64523.phpt (revision 05016b7e)
1--TEST--
2Bug #64523: XOR not parsed in INI
3--INI--
4error_reporting = E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED
5--FILE--
6<?php
7echo ini_get('error_reporting');
8?>
9--EXPECTF--
1022519
11