1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

test to function connection_aborted();

was added a new uncovered misc. function
This commit is contained in:
marcosptf
2015-12-17 18:09:10 -02:00
committed by Julien Pauli
parent a82f76634a
commit 841594ac18

View File

@@ -0,0 +1,10 @@
--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(%i)