Searched refs:posix_ctermid (Results 1 – 5 of 5) sorted by relevance
2 Test posix_ctermid()15 if (!function_exists('posix_ctermid')) {16 die('SKIP - Function posix_ctermid() not available');21 var_dump(posix_ctermid());
2 Test function posix_ctermid() by calling it with its expected arguments14 var_dump( posix_ctermid() );
61 function posix_ctermid(): string|false {} function
198 ZEND_FUNCTION(posix_ctermid);263 ZEND_FE(posix_ctermid, arginfo_posix_ctermid)
467 PHP_FUNCTION(posix_ctermid) in PHP_FUNCTION() argument
Completed in 10 milliseconds