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 variations9 /* Prototype : proto string posix_strerror(int errno)15 echo "*** Testing posix_strerror() : usage variations ***\n";72 echo gettype( posix_strerror($value) )."\n";78 *** Testing posix_strerror() : usage variations ***103 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d110 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d117 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d124 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d131 Warning: posix_strerror() expects parameter 1 to be long, 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));
118 PHP_FUNCTION(posix_strerror);
299 PHP_FE(posix_strerror, arginfo_posix_strerror)1337 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument
Completed in 10 milliseconds