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 arguments12 var_dump( posix_ctermid() );
361 function posix_ctermid(): string|false {} function
224 ZEND_FUNCTION(posix_ctermid);299 ZEND_FE(posix_ctermid, arginfo_posix_ctermid)
400 PHP_FUNCTION(posix_ctermid) in PHP_FUNCTION() argument
Completed in 10 milliseconds