Searched refs:posix_ttyname (Results 1 – 13 of 13) sorted by relevance
2 Test posix_ttyname()13 var_dump(posix_ttyname(STDIN));14 var_dump(posix_ttyname(STDERR));15 var_dump(posix_ttyname(STDOUT));
2 Test posix_ttyname() with wrong parameters16 var_dump(posix_ttyname(0)); // param not a resource23 var_dump(posix_ttyname($process)); // wrong resource type30 posix_ttyname(): supplied resource is not a valid stream resource
2 Test function posix_ttyname() by substituting argument 1 with int values.24 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with boolean values.26 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with string values.30 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with array values.29 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNull values.31 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with object values.33 var_dump(posix_ttyname( $var ) );
29 AC_MSG_RESULT([no, posix_ttyname() will be thread-unsafe])31 …AC_MSG_RESULT([no, cannot detect working ttyname_r() when cross compiling. posix_ttyname() will be…
267 function posix_ttyname($file_descriptor): string|false {} function
200 ZEND_FUNCTION(posix_ttyname);265 ZEND_FE(posix_ttyname, arginfo_posix_ttyname)
443 PHP_FUNCTION(posix_ttyname) in PHP_FUNCTION() argument
1938 . Fix memory leak in posix_ttyname() (girgias)
Completed in 26 milliseconds