diff options
| author | Jani Taskinen <jani@php.net> | 2009-11-09 17:08:48 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-11-09 17:08:48 +0000 |
| commit | c94ac24231449de24ee3ad1009e3a684249e0124 (patch) | |
| tree | 27b3c5b2ecafc6eecd645a04ffd734097a06ea66 | |
| parent | d6fd508045547583f8cfc3b2e7fd09a465771060 (diff) | |
| download | php-git-c94ac24231449de24ee3ad1009e3a684249e0124.tar.gz | |
- Fix bad section names (extra - in the end..)
| -rw-r--r-- | ext/mcrypt/tests/bug46010.phpt | 2 | ||||
| -rw-r--r-- | ext/sockets/tests/socket_set_option_rcvtimeo.phpt | 2 | ||||
| -rw-r--r-- | ext/sockets/tests/socket_set_option_seolinger.phpt | 2 | ||||
| -rw-r--r-- | ext/sockets/tests/socket_set_option_sndtimeo.phpt | 2 | ||||
| -rw-r--r-- | ext/standard/tests/file/bug26615.phpt | 2 |
5 files changed, 5 insertions, 5 deletions
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 |
