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() );
382 function posix_ctermid(): string|false {} function
223 ZEND_FUNCTION(posix_ctermid);297 ZEND_FE(posix_ctermid, arginfo_posix_ctermid)
398 PHP_FUNCTION(posix_ctermid) in PHP_FUNCTION() argument
Completed in 10 milliseconds