Searched refs:posix_strerror (Results 1 – 6 of 6) sorted by relevance
2 Test posix_strerror() function : error conditions 9 /* Prototype : proto string posix_strerror(int errno)15 echo "*** Testing posix_strerror() : error conditions ***\n";17 echo "\n-- Testing posix_strerror() function with Zero arguments --\n";18 var_dump( posix_strerror() );23 var_dump( posix_strerror($errno, $extra_arg) );25 echo "\n-- Testing posix_strerror() function with invalid error number --\n";27 echo gettype( posix_strerror($errno) )."\n";32 *** Testing posix_strerror() : error conditions ***34 -- Testing posix_strerror() function with Zero arguments --[all …]
2 Test posix_strerror() function : usage variations10 /* Prototype : proto string posix_strerror(int errno)16 echo "*** Testing posix_strerror() : usage variations ***\n";73 echo gettype( posix_strerror($value) )."\n";79 *** Testing posix_strerror() : usage variations ***93 Warning: posix_strerror() expects parameter 1 to be integer, float given in %s on line %d106 Warning: posix_strerror() expects parameter 1 to be integer, array given in %s on line %d113 Warning: posix_strerror() expects parameter 1 to be integer, array given in %s on line %d120 Warning: posix_strerror() expects parameter 1 to be integer, array given in %s on line %d127 Warning: posix_strerror() expects parameter 1 to be integer, array given in %s on line %d[all …]
2 Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality 28 var_dump(posix_strerror($errno));
18 var_dump(posix_strerror($errno));
125 PHP_FUNCTION(posix_strerror);
310 PHP_FE(posix_strerror, arginfo_posix_strerror)1429 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument
Completed in 12 milliseconds