Skip to content

Commit f6f6c25

Browse files
committed
clean remnant comment and expectf isn't needed
1 parent 4f01ca3 commit f6f6c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/odbc/tests/odbc_persistent_close.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include 'config.inc';
2727
// set a session specific variable via CONTEXT_INFO, if we get the same connection again, it should be identical
2828
function set_context_info($conn, $string) {
2929
$hexstring = bin2hex($string);
30-
return odbc_exec($conn, "SET CONTEXT_INFO 0x$hexstring"); /* '*' */
30+
return odbc_exec($conn, "SET CONTEXT_INFO 0x$hexstring");
3131
}
3232

3333
function fetch_context_info($conn) {
@@ -59,7 +59,7 @@ $conn = odbc_pconnect($dsn, $user, $pass);
5959
var_dump(fetch_context_info($conn));
6060

6161
?>
62-
--EXPECTF--
62+
--EXPECT--
6363
string(22) "PHP odbc_pconnect test"
6464
string(22) "PHP odbc_pconnect test"
6565
NULL

0 commit comments

Comments
 (0)