summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/connection_status.phpt
blob: 5e0677fe27aaf728db3fc62cb3486066e45f9ec6 (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);
?>
--EXPECTF--
bool(true)