Home
last modified time | relevance | path

Searched refs:posix_ctermid (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_ctermid.phpt2 Test posix_ctermid()
15 if (!function_exists('posix_ctermid')) {
16 die('SKIP - Function posix_ctermid() not available');
21 var_dump(posix_ctermid());
H A Dposix_ctermid_error.phpt2 Test function posix_ctermid() by calling it more than or less than its expected arguments
14 var_dump( posix_ctermid( 'foo' ) );
18 Warning: posix_ctermid() expects exactly 0 parameters, 1 given in %s on line %d
H A Dposix_ctermid_basic.phpt2 Test function posix_ctermid() by calling it with its expected arguments
14 var_dump( posix_ctermid() );
/PHP-5.5/ext/posix/
H A Dphp_posix.h84 PHP_FUNCTION(posix_ctermid);
H A Dposix.c269 PHP_FE(posix_ctermid, arginfo_posix_ctermid)
676 PHP_FUNCTION(posix_ctermid) in PHP_FUNCTION() argument

Completed in 14 milliseconds