summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_stmt_get_result.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/mysqli_stmt_get_result.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_stmt_get_result.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/mysqli_stmt_get_result.phpt b/ext/mysqli/tests/mysqli_stmt_get_result.phpt
index ca0b1ed036..2dee92d9ae 100644
--- a/ext/mysqli/tests/mysqli_stmt_get_result.phpt
+++ b/ext/mysqli/tests/mysqli_stmt_get_result.phpt
@@ -6,7 +6,7 @@ require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
if (!function_exists('mysqli_stmt_get_result'))
- die('skip mysqli_stmt_get_result not available');
+ die('skip mysqli_stmt_get_result not available');
?>
--FILE--
<?php
@@ -159,7 +159,7 @@ if (!function_exists('mysqli_stmt_get_result'))
?>
--CLEAN--
<?php
- require_once("clean_table.inc");
+ require_once("clean_table.inc");
?>
--EXPECTF--
mysqli_stmt object is not fully initialized