summaryrefslogtreecommitdiff
path: root/tests/func/bug64523.phpt
blob: 88adc439596792508137c1a65ac2fcf553a2eb28 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #64523: XOR not parsed in INI
--INI--
error_reporting = E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED
--FILE--
<?php
echo ini_get('error_reporting');
?>
--EXPECT--
22519