summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/connection_status.phpt
blob: 97e0f05684e7f9651fbfcd600811733ff1a3d016 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
int connection_status ( void );
--CREDITS--
marcosptf - <marcosptf@yahoo.com.br> - #phparty7 - @phpsp - novatec/2015 - sao paulo - br
--FILE--
<?php
var_dump(connection_status() == CONNECTION_NORMAL);
?>
--EXPECT--
bool(true)