]> granicus.if.org Git - php/commitdiff
Fix INI blocks
authorChristopher Jones <sixd@php.net>
Tue, 17 Mar 2009 01:50:34 +0000 (01:50 +0000)
committerChristopher Jones <sixd@php.net>
Tue, 17 Mar 2009 01:50:34 +0000 (01:50 +0000)
ext/standard/tests/assert/assert03.phpt
ext/standard/tests/assert/assert04.phpt
ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.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 059766563dcf8cb56bd2fa629b30f3e1a688a3f1..0eeae9b85995c50401ea01907200704fe09e588b 100644 (file)
@@ -1,6 +1,6 @@
 --TEST--
 Test set_magic_quotes_runtime() function -  basic test 
---INI-
+--INI--
 magic_quotes_runtime = 0
 --FILE--
 <?php