Searched refs:posix_strerror (Results 1 – 6 of 6) sorted by relevance
2 Test posix_strerror() function : error conditions7 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 --
16 var_dump(posix_strerror($errno));
18 echo "TEST FAILED: ", posix_strerror(posix_get_last_error()), "\n";
325 function posix_strerror(int $error_code): string {} function
221 ZEND_FUNCTION(posix_strerror);287 ZEND_FE(posix_strerror, arginfo_posix_strerror)
1145 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument
Completed in 12 milliseconds