mirror of
https://github.com/php/php-src.git
synced 2026-04-17 21:11:02 +02:00
test to misc. function connection_status();
This commit is contained in:
10
ext/standard/tests/general_functions/connection_status.phpt
Normal file
10
ext/standard/tests/general_functions/connection_status.phpt
Normal file
@@ -0,0 +1,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());
|
||||
?>
|
||||
--EXPECTF--
|
||||
int(%i)
|
||||
Reference in New Issue
Block a user