Home
last modified time | relevance | path

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

/PHP-8.2/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_basic.phpt2 Test function posix_ctermid() by calling it with its expected arguments
12 var_dump( posix_ctermid() );
/PHP-8.2/ext/posix/
H A Dposix.stub.php263 function posix_ctermid(): string|false {} function
H A Dposix_arginfo.h198 ZEND_FUNCTION(posix_ctermid);
263 ZEND_FE(posix_ctermid, arginfo_posix_ctermid)
H A Dposix.c400 PHP_FUNCTION(posix_ctermid) in PHP_FUNCTION() argument

Completed in 20 milliseconds