Home
last modified time | relevance | path

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

/PHP-8.2/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
7 echo "*** Testing posix_strerror() : error conditions ***\n";
9 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
11 echo gettype( posix_strerror($errno) )."\n";
16 *** Testing posix_strerror() : error conditions ***
18 -- Testing posix_strerror() function with invalid error number --
H A Dposix_getgroups_basic.phpt12 echo "TEST FAILED: ", posix_strerror(posix_get_last_error()), "\n";
H A Dposix_times_basic.phpt16 var_dump(posix_strerror($errno));
/PHP-8.2/ext/posix/
H A Dposix.stub.php325 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.c1145 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument

Completed in 13 milliseconds