Home
last modified time | relevance | path

Searched refs:errno (Results 326 – 350 of 387) sorted by relevance

1...<<111213141516

/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_driver.c1016 if (oid == 0 && (errno == ERANGE || errno == EINVAL)) { in PHP_METHOD()
1062 if (oid == 0 && (errno == ERANGE || errno == EINVAL)) { in PHP_METHOD()
/PHP-8.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt22 function foo($errno, $errstr, $errfile, $errline) {
25 echo "$errno: $errstr\n";
H A Dtype.phpt6 function foo($errno, $errstr, $errfile, $errline) {
H A Dgettype_settype_variation7.phpt22 function foo($errno, $errstr, $errfile, $errline) {
25 echo "$errno: $errstr\n";
H A Dgettype_settype_basic.phpt12 function foo($errno, $errstr, $errfile, $errline) {
15 echo "$errno: $errstr\n";
H A Dgettype_settype_variation2.phpt26 function foo($errno, $errstr, $errfile, $errline) {
29 echo "$errno: $errstr\n";
H A Dgettype_settype_variation3.phpt20 function foo($errno, $errstr, $errfile, $errline) {
23 echo "$errno: $errstr\n";
/PHP-8.2/ext/iconv/tests/
H A Diconv_mime_encode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum)
11 echo "$errno: $errmsg\n";
/PHP-8.2/main/
H A Dfopen_wrappers.c291 errno = EINVAL;
317 errno = EPERM; /* we deny permission to open it */
H A Dphp_network.h62 #define php_socket_errno() errno
/PHP-8.2/sapi/fpm/
H A Dconfig.m4147 #include <errno.h>
189 errno = 0;
193 if (errno) {
/PHP-8.2/ext/mysqli/tests/
H A Dlocal_infile_tools.inc50 } else if ($link->errno) {
H A Dmysqli_autocommit.phpt15 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_stdio.c221 if (in_buf == 0 || !PHP_IS_TRANSIENT_ERROR(errno)) {
H A Dfpm_main.c449 request_body_filename, strerror(errno), errno); in sapi_cgi_read_post()
1916 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno)); in main()
1917 if (errno == EACCES) { in main()
/PHP-8.2/Zend/tests/
H A Dclosure_061.phpt78 set_error_handler(function($errno, $errstr) {
/PHP-8.2/ext/gd/libgd/
H A Dgd_gd2.c561 gd_error_ex(E_WARNING, "Error from seek: %d", errno); in gdImageCreateFromGd2PartCtx()
798 gd_error_ex(E_WARNING, "Error %d on write", errno); in _gdImageGd2()
/PHP-8.2/ext/standard/
H A Dpack.c753 errno = 0; in PHP_FUNCTION()
757 if (errno || tmp < INT_MIN || tmp > INT_MAX) { in PHP_FUNCTION()
H A Dfile.c219 if (operation && errno == EWOULDBLOCK && wouldblock) { in php_flock_common()
830 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
838 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1136 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_mkdir_ex()
H A Ddns.c133 php_error_docref(NULL, E_WARNING, "Unable to fetch host [%d]: %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-8.2/TSRM/
H A Dtsrm_win32.c364 errno = EACCES; in tsrm_win32_access()
365 return errno; in tsrm_win32_access()
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c255 errno = EAGAIN; in php_openssl_handle_ssl_error()
316 errno = 0; in php_openssl_handle_ssl_error()
2002 } else if (errno == EAGAIN) { in php_openssl_enable_crypto()
2132 if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) { in php_openssl_sockop_io()
2135 if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) { in php_openssl_sockop_io()
2141 stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle)); in php_openssl_sockop_io()
/PHP-8.2/ext/dom/tests/
H A Dbug28721.phpt46 function err_handler($errno, $errstr, $errfile, $errline) {
47 echo "Error ($errno) on line $errline: $errstr\n";
/PHP-8.2/Zend/
H A Dzend_ini.c685 errno = 0; in zend_ini_parse_quantity_internal()
688 if (errno == ERANGE) { in zend_ini_parse_quantity_internal()
/PHP-8.2/ext/ldap/
H A Dldap.stub.php716 function ldap_err2str(int $errno): string {}

Completed in 127 milliseconds

1...<<111213141516