--TEST--
catch assert() errors
----INI---
+--INI--
assert.active = 1
assert.warning = 1
assert.callback =
--TEST--
assert() - set callback using ini_set()
----INI---
+--INI--
assert.active = 1
assert.warning = 0
assert.callback =
--TEST--
misc assert() tests tests
----INI---
+--INI--
assert.active = 1
assert.warning = 1
assert.callback =
--TEST--
Test get_magic_quotes_runtime() function
---INI-
+--INI--
magic_quotes_runtime = 0
--FILE--
<?php
--TEST--
Test set_magic_quotes_runtime() function - basic test
---INI-
+--INI--
magic_quotes_runtime = 0
--FILE--
<?php
--TEST--
Test set_magic_quotes_runtime() function - usage variation
---INI-
+--INI--
magic_quotes_runtime = 0
--FILE--
<?php