Annotation of embedaddon/php/ext/sybase_ct/tests/test_close_notopen.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Sybase-CT close not open
                      3: --SKIPIF--
                      4: <?php require('skipif.inc'); ?>
                      5: --FILE--
                      6: <?php
                      7: /* This file is part of PHP test framework for ext/sybase_ct
                      8:  *
                      9:  * $Id: test_close_notopen.phpt 268631 2008-11-09 11:38:17Z thekid $ 
                     10:  */
                     11: 
                     12:   require('test.inc');
                     13: 
                     14:   sybase_close();
                     15: ?>
                     16: --EXPECTF--
                     17: 
                     18: Warning: sybase_close(): Sybase:  No connection to close in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>