Home
last modified time | relevance | path

Searched refs:posix_strerror (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
9 echo "*** Testing posix_strerror() : error conditions ***\n";
11 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
13 echo gettype( posix_strerror($errno) )."\n";
18 *** Testing posix_strerror() : error conditions ***
20 -- Testing posix_strerror() function with invalid error number --
H A Dposix_times_basic.phpt18 var_dump(posix_strerror($errno));
/PHP-8.0/ext/posix/
H A Dposix.stub.php103 function posix_strerror(int $error_code): string {} function
H A Dposix_arginfo.h221 ZEND_FUNCTION(posix_strerror);
287 ZEND_FE(posix_strerror, arginfo_posix_strerror)
H A Dposix.c1172 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument

Completed in 11 milliseconds