Home
last modified time | relevance | path

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

/PHP-8.0/ext/posix/tests/
H A Dposix_ttyname.phpt2 Test posix_ttyname()
17 var_dump(posix_ttyname(STDIN));
18 var_dump(posix_ttyname(STDERR));
19 var_dump(posix_ttyname(STDOUT));
H A Dposix_ttyname_error_wrongparams.phpt2 Test posix_ttyname() with wrong parameters
22 var_dump(posix_ttyname(0)); // param not a resource
29 var_dump(posix_ttyname($process)); // wrong resource type
36 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.
28 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation4.phpt2 Test function posix_ttyname() by substituting argument 1 with float values.
31 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation2.phpt2 Test function posix_ttyname() by substituting argument 1 with boolean values.
30 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation1.phpt2 Test function posix_ttyname() by substituting argument 1 with array values.
33 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation7.phpt2 Test function posix_ttyname() by substituting argument 1 with string values.
34 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation3.phpt2 Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNull values.
35 var_dump(posix_ttyname( $var ) );
H A Dposix_ttyname_variation6.phpt2 Test function posix_ttyname() by substituting argument 1 with object values.
37 var_dump(posix_ttyname( $var ) );
/PHP-8.0/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.php65 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.c510 PHP_FUNCTION(posix_ttyname) in PHP_FUNCTION() argument

Completed in 18 milliseconds