Home
last modified time | relevance | path

Searched refs:errno (Results 276 – 300 of 376) sorted by relevance

1...<<111213141516

/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc13 $server = stream_socket_server($socket_string, $errno, $errstr);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c142 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
149 file_error(ms, errno, "error seeking"); in file_badseek()
155 file_error(ms, errno, "error reading"); in file_badread()
H A Dapprentice.c498 errno = EINVAL; in file_ms_alloc()
1107 if (errno != ENOENT) in load_1()
1108 file_error(ms, errno, "cannot read magic file `%s'", in load_1()
2618 errno = 0; in getvalue()
2624 if (errno == 0) in getvalue()
2630 errno = 0; in getvalue()
2632 if (errno == 0) in getvalue()
2636 errno = 0; in getvalue()
2677 if (errno == 0) { in getvalue()
3025 file_error(ms, errno, "cannot stat `%s'", dbname); in apprentice_map()
[all …]
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c338 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
H A Dexec.c579 errno = 0;
581 if (errno) {
/PHP-7.4/ext/mysqli/tests/
H A D057.phpt90 ["errno"]=>
H A D061.phpt16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_savepoint.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_stmt_execute_stored_proc_out.phpt57 printf("[013] [%d] %s\n", $link->errno, $link->error);
H A D015.phpt13 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D014.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_rollback.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_commit.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/PHP-7.4/ext/standard/tests/file/
H A D007_variation13-win32.phpt60 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation13.phpt60 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation21.phpt55 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation5.phpt55 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation15.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation23.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation7.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-7.4/Zend/
H A Dzend_alloc.c433 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
439 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
477 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap()
496 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_munmap()
1852 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
2910 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
2957 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt43 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
/PHP-7.4/ext/pcntl/tests/
H A D002.phpt50 set_error_handler(function($errno, $errstr) { echo "Error triggered\n"; }, E_WARNING);
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc4 $errno = 0;
10 …$socket = @stream_socket_server("tcp://127.0.0.1:$port", $errno, $errstr, STREAM_SERVER_BIND|STREA…
18 echo "$errstr ($errno)\n";
442 …$soc = @stream_socket_server("tcp://127.0.0.1:$pasv_port", $errno, $errstr, STREAM_SERVER_BIND|STR…
454 echo "$errstr ($errno)\n";
/PHP-7.4/win32/
H A Dglob.c635 errno = 0;
643 if (pglob->gl_errfunc(buf, errno) ||
752 errno = 0;

Completed in 67 milliseconds

1...<<111213141516