summaryrefslogtreecommitdiff
path: root/tests/func/bug64523.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func/bug64523.phpt')
-rw-r--r--tests/func/bug64523.phpt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/func/bug64523.phpt b/tests/func/bug64523.phpt
new file mode 100644
index 0000000000..e0092ada64
--- /dev/null
+++ b/tests/func/bug64523.phpt
@@ -0,0 +1,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