1--TEST--
2Test function posix_ctermid() by calling it with its expected arguments
3--CREDITS--
4Marco Fabbri mrfabbri@gmail.com
5Francesco Fullone ff@ideato.it
6#PHPTestFest Cesena Italia on 2009-06-20
7--EXTENSIONS--
8posix
9--FILE--
10<?php
11
12var_dump( posix_ctermid() );
13
14?>
15--EXPECTF--
16string(%d) %s
17