]> granicus.if.org Git - php/commitdiff
test to function connection_aborted();
authormarcosptf <marcosptf@yahoo.com.br>
Thu, 17 Dec 2015 20:09:10 +0000 (18:09 -0200)
committerJulien Pauli <jpauli@php.net>
Thu, 24 Dec 2015 09:43:34 +0000 (10:43 +0100)
was added a new uncovered misc. function

ext/standard/tests/general_functions/connection_aborted.phpt [new file with mode: 0644]

diff --git a/ext/standard/tests/general_functions/connection_aborted.phpt b/ext/standard/tests/general_functions/connection_aborted.phpt
new file mode 100644 (file)
index 0000000..edb7828
--- /dev/null
@@ -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)