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:
10
ext/standard/tests/general_functions/connection_aborted.phpt
Normal file
10
ext/standard/tests/general_functions/connection_aborted.phpt
Normal 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)
|
||||
Reference in New Issue
Block a user