Home
last modified time | relevance | path

Searched refs:posix_ttyname (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/ext/posix/tests/
H A Dposix_ttyname.phpt2 Test posix_ttyname()
13 var_dump(posix_ttyname(STDIN));
14 var_dump(posix_ttyname(STDERR));
15 var_dump(posix_ttyname(STDOUT));
H A Dposix_ttyname_error_wrongparams.phpt2 Test posix_ttyname() with wrong parameters
16 var_dump(posix_ttyname(0)); // param not a resource
23 var_dump(posix_ttyname($process)); // wrong resource type
30 posix_ttyname(): supplied resource is not a valid stream resource
H A Dposix_ttyname_variation5.phpt2 Test function posix_ttyname() by substituting argument 1 with int values.
24 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation2.phpt2 Test function posix_ttyname() by substituting argument 1 with boolean values.
26 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation7.phpt2 Test function posix_ttyname() by substituting argument 1 with string values.
30 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation1.phpt2 Test function posix_ttyname() by substituting argument 1 with array values.
29 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation3.phpt2 Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNull values.
31 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation6.phpt2 Test function posix_ttyname() by substituting argument 1 with object values.
33 var_dump(posix_ttyname( $var ) );
/PHP-8.2/ext/posix/
H A Dconfig.m429 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…
H A Dposix.stub.php267 function posix_ttyname($file_descriptor): string|false {} function
H A Dposix_arginfo.h200 ZEND_FUNCTION(posix_ttyname);
265 ZEND_FE(posix_ttyname, arginfo_posix_ttyname)
H A Dposix.c443 PHP_FUNCTION(posix_ttyname) in PHP_FUNCTION() argument
/PHP-8.2/
H A DNEWS1574 . Fix memory leak in posix_ttyname() (girgias)

Completed in 28 milliseconds