Add Description section to phpt test.

This commit is contained in:
v-dareck 2017-01-26 12:34:32 -08:00
parent ed7d6492b5
commit 2db27a8769

View file

@ -1,5 +1,9 @@
--TEST--
sqlsrv_has_rows() using a forward and scrollable cursor
--DESCRIPTION--
This test calls sqlsrv_has_rows multiple times. Previously, multiple calls
with a forward cursor would advance the cursor. Subsequent fetch calls
would then fail.
--SKIPIF--
--FILE--
<?php