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";
249 ZEND_FUNCTION(posix_get_last_error);324 ZEND_FE(posix_get_last_error, arginfo_posix_get_last_error)325 ZEND_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_errno)
422 function posix_get_last_error(): int {} function
1219 PHP_FUNCTION(posix_get_last_error) in PHP_FUNCTION() argument
Completed in 13 milliseconds