summaryrefslogtreecommitdiff
path: root/tests/func/bug64523.phpt
blob: e0092ada64104afeb4a6730bedc38317544cfae0 (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');
?>
--EXPECTF--
22519