summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-11-09 17:08:48 +0000
committerJani Taskinen <jani@php.net>2009-11-09 17:08:48 +0000
commita5531c13fc3b0e1cc501ad06f892551a644eb4f6 (patch)
tree315c2b67c00d499b08e898c2e427b35139a758c3
parent22baf4fd383ce00dd5a3920b97727f7330d560d8 (diff)
downloadphp-git-a5531c13fc3b0e1cc501ad06f892551a644eb4f6.tar.gz
- Fix bad section names (extra - in the end..)
-rw-r--r--Zend/tests/bug47516.phpt2
-rw-r--r--ext/mcrypt/tests/bug46010.phpt2
-rw-r--r--ext/sockets/tests/socket_set_option_rcvtimeo.phpt2
-rw-r--r--ext/sockets/tests/socket_set_option_seolinger.phpt2
-rw-r--r--ext/sockets/tests/socket_set_option_sndtimeo.phpt2
-rw-r--r--ext/standard/tests/file/bug26615.phpt2
-rw-r--r--ext/standard/tests/general_functions/is_callable_basic1.phpt4
-rw-r--r--tests/output/ob_start_basic_006.phpt4
8 files changed, 10 insertions, 10 deletions
diff --git a/Zend/tests/bug47516.phpt b/Zend/tests/bug47516.phpt
index 66304fe3be..a9a20710d3 100644
--- a/Zend/tests/bug47516.phpt
+++ b/Zend/tests/bug47516.phpt
@@ -30,7 +30,7 @@ ppp
echo "$htm\n";
?>
---EXPECT---
+--EXPECT--
abc
abc
abc
diff --git a/ext/mcrypt/tests/bug46010.phpt b/ext/mcrypt/tests/bug46010.phpt
index 5aeb3119dc..bacfb59759 100644
--- a/ext/mcrypt/tests/bug46010.phpt
+++ b/ext/mcrypt/tests/bug46010.phpt
@@ -1,4 +1,4 @@
---TEST---
+--TEST--
Bug #46010 (warnings incorrectly generated for iv in ecb mode)
--FILE--
<?php
diff --git a/ext/sockets/tests/socket_set_option_rcvtimeo.phpt b/ext/sockets/tests/socket_set_option_rcvtimeo.phpt
index 84c533f00b..ea14fd3169 100644
--- a/ext/sockets/tests/socket_set_option_rcvtimeo.phpt
+++ b/ext/sockets/tests/socket_set_option_rcvtimeo.phpt
@@ -1,6 +1,6 @@
--TEST--
Test if socket_set_option() works, option:SO_RCVTIMEO
---DESCRIPTION---
+--DESCRIPTION--
-wrong params
-set/get params comparison
--SKIPIF--
diff --git a/ext/sockets/tests/socket_set_option_seolinger.phpt b/ext/sockets/tests/socket_set_option_seolinger.phpt
index 05bc213150..e49a7eb155 100644
--- a/ext/sockets/tests/socket_set_option_seolinger.phpt
+++ b/ext/sockets/tests/socket_set_option_seolinger.phpt
@@ -1,6 +1,6 @@
--TEST--
Test if socket_set_option() works, option:SO_SEOLINGER
---DESCRIPTION---
+--DESCRIPTION--
-wrong params
-set/get params comparison
-l_linger not given
diff --git a/ext/sockets/tests/socket_set_option_sndtimeo.phpt b/ext/sockets/tests/socket_set_option_sndtimeo.phpt
index c4e4851137..6fd008c3de 100644
--- a/ext/sockets/tests/socket_set_option_sndtimeo.phpt
+++ b/ext/sockets/tests/socket_set_option_sndtimeo.phpt
@@ -1,6 +1,6 @@
--TEST--
Test if socket_set_option() works, option:SO_SNDTIMEO
---DESCRIPTION---
+--DESCRIPTION--
-wrong params
-set/get params comparison
--SKIPIF--
diff --git a/ext/standard/tests/file/bug26615.phpt b/ext/standard/tests/file/bug26615.phpt
index 9fee92a69e..3689fdfe16 100644
--- a/ext/standard/tests/file/bug26615.phpt
+++ b/ext/standard/tests/file/bug26615.phpt
@@ -1,6 +1,6 @@
--TEST--
Bug #26615 (exec crash on long input lines)
---INI---
+--INI--
variables_order=E
--FILE--
<?php
diff --git a/ext/standard/tests/general_functions/is_callable_basic1.phpt b/ext/standard/tests/general_functions/is_callable_basic1.phpt
index e836d734f6..fe4d6e26e3 100644
--- a/ext/standard/tests/general_functions/is_callable_basic1.phpt
+++ b/ext/standard/tests/general_functions/is_callable_basic1.phpt
@@ -64,7 +64,7 @@ check_iscallable($defined_functions);
?>
===DONE===
---EXPECT---
+--EXPECT--
*** Testing is_callable() on defined functions ***
-- Iteration 1 --
bool(true)
@@ -106,4 +106,4 @@ Hello_World
bool(true)
bool(true)
Hello_World
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/tests/output/ob_start_basic_006.phpt b/tests/output/ob_start_basic_006.phpt
index 1c4807dad0..ff7a0cd9eb 100644
--- a/tests/output/ob_start_basic_006.phpt
+++ b/tests/output/ob_start_basic_006.phpt
@@ -71,7 +71,7 @@ $c->id = 'changedIDagain';
var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h")))));
checkAndClean();
?>
---EXPECTF---
+--EXPECTF--
---> Test arrays:
Notice: ob_start(): failed to create buffer in %s on line 44
@@ -120,4 +120,4 @@ Notice: ob_start(): failed to create buffer in %s on line 68
bool(false)
Array
(
-) \ No newline at end of file
+)