1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Fix INI blocks

This commit is contained in:
Christopher Jones
2009-03-17 01:50:34 +00:00
parent 8364d55b39
commit eddf2540da
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
--TEST--
assert() - set callback using ini_set()
---INI---
--INI--
assert.active = 1
assert.warning = 0
assert.callback =
+1 -1
View File
@@ -1,6 +1,6 @@
--TEST--
misc assert() tests tests
---INI---
--INI--
assert.active = 1
assert.warning = 1
assert.callback =
@@ -1,6 +1,6 @@
--TEST--
Test set_magic_quotes_runtime() function - basic test
--INI-
--INI--
magic_quotes_runtime = 0
--FILE--
<?php