Home
last modified time | relevance | path

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

/PHP-7.0/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt2 Test posix_ttyname() with wrong parameters
23 var_dump(posix_ttyname()); // param missing
24 var_dump(posix_ttyname(0)); // param not a ressource
25 var_dump(posix_ttyname(imagecreate(1, 1))); // wrong resource type
29 Warning: posix_ttyname() expects exactly 1 parameter, 0 given in %s on line %d
33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %s
35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d
H A Dposix_ttyname_error.phpt2 Test function posix_ttyname() by calling it more than or less than its expected arguments
22 var_dump(posix_ttyname( $fd, $extra_arg ) );
24 var_dump(posix_ttyname( ) );
31 Warning: posix_ttyname() expects exactly 1 parameter, 2 given in %s on line %d
34 Warning: posix_ttyname() expects exactly 1 parameter, 0 given in %s on line %d
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_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.
49 var_dump(posix_ttyname( $var ) );
/PHP-7.0/ext/posix/
H A Dconfig.m430 AC_MSG_RESULT([no, posix_ttyname() will be thread-unsafe])
32 …AC_MSG_RESULT([no, cannot detect working ttyname_r() when cross compiling. posix_ttyname() will be…
H A Dphp_posix.h89 PHP_FUNCTION(posix_ttyname);
H A Dposix.c279 PHP_FE(posix_ttyname, arginfo_posix_ttyname)
782 PHP_FUNCTION(posix_ttyname) in PHP_FUNCTION() argument

Completed in 21 milliseconds