1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Files
archived-php-src/ext/standard/tests/general_functions/connection_aborted.phpt
T
2015-12-24 14:08:44 +01:00

11 lines
213 B
PHP

--TEST--
int connection_aborted ( void );
--CREDITS--
marcosptf - <marcosptf@yahoo.com.br> - #phparty7 - @phpsp - novatec/2015 - sao paulo - br
--FILE--
<?php
var_dump(connection_aborted());
?>
--EXPECTF--
int(0)