diff options
Diffstat (limited to 'ext/mysqli/tests/bug36420.phpt')
-rw-r--r-- | ext/mysqli/tests/bug36420.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug36420.phpt b/ext/mysqli/tests/bug36420.phpt index d35485e7fd..921be8568b 100644 --- a/ext/mysqli/tests/bug36420.phpt +++ b/ext/mysqli/tests/bug36420.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #36420 (segfault when access result->num_rows after calling result->close()) +Bug #36420 (segfault when access result->num_rows after calling result->close()) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- |