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