Searched refs:posix_get_last_error (Results 1 – 5 of 5) sorted by relevance
15 $errno= posix_get_last_error();
18 echo "TEST FAILED: ", posix_strerror(posix_get_last_error()), "\n";
220 ZEND_FUNCTION(posix_get_last_error);285 ZEND_FE(posix_get_last_error, arginfo_posix_get_last_error)286 ZEND_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_errno)
320 function posix_get_last_error(): int {} function
1136 PHP_FUNCTION(posix_get_last_error) in PHP_FUNCTION() argument
Completed in 11 milliseconds