Skip to content

Commit 7dfb146

Browse files
committed
Add separation in the test file
1 parent 57eaf9f commit 7dfb146

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ext/mysqli/tests/mysqli_quote_string.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ if ($escaped !== "'foo\\0bar'") {
4444
printf("[003] Expected 'foo\\0bar', got %s\n", $escaped);
4545
}
4646

47+
echo "=====================\n";
48+
4749
// Test that the SQL injection is impossible with NO_BACKSLASH_ESCAPES mode
4850
$link->query('SET @@sql_mode="NO_BACKSLASH_ESCAPES"');
4951

@@ -73,6 +75,7 @@ echo "done!";
7375
\' \ "
7476
'\" OR 1=1 -- foo'
7577
" OR 1=1 -- foo
78+
=====================
7679
'\'
7780
'"'
7881
''''

0 commit comments

Comments
 (0)