Searched refs:posix_strerror (Results 1 – 5 of 5) sorted by relevance
2 Test posix_strerror() function : error conditions9 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 --
18 var_dump(posix_strerror($errno));
103 function posix_strerror(int $error_code): string {} function
221 ZEND_FUNCTION(posix_strerror);287 ZEND_FE(posix_strerror, arginfo_posix_strerror)
1172 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument
Completed in 12 milliseconds