]> granicus.if.org Git - php/commitdiff
Fix INI blocks
authorChristopher Jones <sixd@php.net>
Tue, 17 Mar 2009 01:52:52 +0000 (01:52 +0000)
committerChristopher Jones <sixd@php.net>
Tue, 17 Mar 2009 01:52:52 +0000 (01:52 +0000)
ext/standard/tests/assert/assert03.phpt
ext/standard/tests/assert/assert04.phpt
ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt
ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt
ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt

index 3fe6abd59164df10e8af0287d081cdeacf04f5df..d839414cabe320a97edeb803993a6ee3bbfd753e 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 assert() - set callback using ini_set()
----INI---
+--INI--
 assert.active = 1
 assert.warning = 0
 assert.callback = 
index 5b7a77a9c22e0349aeb0f89363fc2433a9e2ce70..0da23186e64327019a2c3ea148f8ca52664d665a 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 misc assert() tests tests
----INI---
+--INI--
 assert.active = 1
 assert.warning = 1
 assert.callback = 
index 761accce344e3db5f40af872ea8fefd0cb002be0..fca064d8405738a0d681fa18864e5c2e5a81c90b 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 Test get_magic_quotes_runtime() function
---INI-
+--INI--
 magic_quotes_runtime = 0
 --FILE--
 <?php
index 15eed373b920d1403ab08c88365a20882fb4812f..eb647435ac97ba4d008da34f631f376dd2d69532 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 Test set_magic_quotes_runtime() function -  basic test 
---INI-
+--INI--
 magic_quotes_runtime = 0
 --FILE--
 <?php
index 82e643d85d16fd3f453833b96d3efdc4d388e75c..843dbe22f3054a42b3695affcc7542732317a315 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 Test set_magic_quotes_runtime() function -  usage variation
---INI-
+--INI--
 magic_quotes_runtime = 0
 --FILE--
 <?php