Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation8.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
H A Dgettype_settype_variation7.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
H A Dtype.phpt6 function foo($errno, $errstr, $errfile, $errline) {
H A Dgettype_settype_variation5.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
H A Dgettype_settype_basic.phpt19 function foo($errno, $errstr, $errfile, $errline) {
22 echo "$errno: $errstr\n";
H A Dgettype_settype_variation2.phpt33 function foo($errno, $errstr, $errfile, $errline) {
36 echo "$errno: $errstr\n";
H A Dgettype_settype_variation3.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_encode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-7.4/main/
H A Dfopen_wrappers.c301 errno = EINVAL;
327 errno = EPERM; /* we deny permission to open it */
H A Dmergesort.c112 errno = EINVAL; in php_mergesort()
/PHP-7.4/ext/mysqli/tests/
H A Dlocal_infile_tools.inc42 } else if ($link->errno) {
H A Dmysqli_begin_transaction.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_autocommit.phpt16 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c452 request_body_filename, strerror(errno), errno); in sapi_cgi_read_post()
1921 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno)); in main()
1922 if (errno == EACCES) { in main()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c183 if (mkdir(filename, S_IRWXU) < 0 && errno != EEXIST) {
185 if (php_win32_ioutil_mkdir(filename, 0700) < 0 && errno != EEXIST) {
900 …CEL_LOG_WARNING, "opcache cannot create directory for file '%s', %s\n", filename, strerror(errno));
907 if (errno != EEXIST) {
908 …accel_error(ACCEL_LOG_WARNING, "opcache cannot create file '%s', %s\n", filename, strerror(errno));
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c225 errno = EAGAIN; in php_openssl_handle_ssl_error()
287 errno = 0; in php_openssl_handle_ssl_error()
1993 } else if (errno == EAGAIN) { in php_openssl_enable_crypto()
2123 if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) { in php_openssl_sockop_io()
2126 if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) { in php_openssl_sockop_io()
2132 stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle)); in php_openssl_sockop_io()
/PHP-7.4/Zend/tests/
H A Dclosure_061.phpt78 set_error_handler(function($errno, $errstr) {
/PHP-7.4/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-7.4/TSRM/
H A Dtsrm_win32.c367 errno = EACCES; in tsrm_win32_access()
368 return errno; in tsrm_win32_access()
/PHP-7.4/ext/dom/tests/
H A Dbug28721.phpt46 function err_handler($errno, $errstr, $errfile, $errline) {
47 echo "Error ($errno) on line $errline: $errstr\n";
/PHP-7.4/sapi/cli/
H A Dphp_cli.c266 } while (ret <= 0 && errno == EAGAIN && sapi_cli_select(STDOUT_FILENO)); in sapi_cli_single_write()
318 if (fflush(stdout)==EOF && errno!=EBADF) { in sapi_cli_flush()
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c488 errno = ENOENT; in php_stream_url_wrap_ftp()
514 errno = EEXIST; in php_stream_url_wrap_ftp()
H A Ddns.c134 php_error_docref(NULL, E_WARNING, "unable to fetch host [%d]: %s", errno, strerror(errno)); in PHP_FUNCTION()
H A Dfile.c367 if (operation && errno == EWOULDBLOCK && wouldblock) { in PHP_FUNCTION()
949 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
957 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1319 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_mkdir_ex()
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc270 $errno,
278 $errno,

Completed in 87 milliseconds

1...<<111213141516