Searched refs:posix_ttyname (Results 1 – 12 of 12) sorted by relevance
2 Test posix_ttyname() with wrong parameters23 var_dump(posix_ttyname()); // param missing24 var_dump(posix_ttyname(0)); // param not a ressource25 var_dump(posix_ttyname(imagecreate(1, 1))); // wrong resource type29 Warning: posix_ttyname() expects exactly 1 parameter, 0 given in %s on line %d33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %d35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d
2 Test posix_ttyname()17 var_dump(posix_ttyname(STDIN));18 var_dump(posix_ttyname(STDERR));19 var_dump(posix_ttyname(STDOUT));
2 Test function posix_ttyname() by substituting argument 1 with int values.28 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with float values.31 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with boolean values.30 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with array values.33 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with string values.34 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNull values.35 var_dump(posix_ttyname( $var ) );
2 Test function posix_ttyname() by substituting argument 1 with object values.49 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…
86 PHP_FUNCTION(posix_ttyname);
275 PHP_FE(posix_ttyname, arginfo_posix_ttyname)800 PHP_FUNCTION(posix_ttyname) in PHP_FUNCTION() argument
Completed in 21 milliseconds