diff options
Diffstat (limited to 'tests/func/011.phpt')
| -rw-r--r-- | tests/func/011.phpt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/func/011.phpt b/tests/func/011.phpt new file mode 100644 index 000000000..ec93214a7 --- /dev/null +++ b/tests/func/011.phpt @@ -0,0 +1,10 @@ +--TEST-- +Test bitwise AND, OR, XOR, NOT and logical NOT in INI via error_reporting +--INI-- +error_reporting = E_ALL & E_NOTICE | E_STRICT ^ E_DEPRECATED & ~E_WARNING | !E_ERROR +--FILE-- +<?php +echo ini_get('error_reporting'); +?> +--EXPECT-- +10248 |
