Home
last modified time | relevance | path

Searched refs:errno (Results 351 – 375 of 376) sorted by relevance

1...<<111213141516

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt337 $stmt->errno, $stmt->error);
341 printf("[2006] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_class_mysqli_reflection.phpt1230 Inspecting property 'errno'
1338 Default property 'errno'
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c547 errno = ERANGE; in php_sha256_crypt_r()
H A Dstreamsfuncs.c837 errno, strerror(errno), max_fd); in PHP_FUNCTION()
H A Dcrypt_sha512.c594 errno = ERANGE; in php_sha512_crypt_r()
H A Dbasic_functions.c1386 ZEND_ARG_INFO(1, errno)
1394 ZEND_ARG_INFO(1, errno)
4620 } else if (errno == EINTR) {
4625 } else if (errno == EINVAL) {
4663 if (errno == EINTR) {
5964 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
/PHP-7.4/Zend/
H A Dzend_strtod.c1957 errno = ERANGE;
2040 errno = ERANGE;
2069 errno = ERANGE;
2920 errno = ERANGE;
3597 errno = ERANGE;
/PHP-7.4/
H A Drun-tests.php1133 $fs = fsockopen($host, $port, $errno, $errstr, 10);
1683 set_error_handler(function ($errno, $errstr, $errfile, $errline) use ($workerSock) {
1684 if (error_reporting() & $errno) {
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc260 @stream_socket_client('tcp://[::1]:0', $errno);
261 if ($errno != 111) {
/PHP-7.4/main/streams/
H A Dxp_socket.c640 strerror(errno)); in php_tcp_sockop_bind()
H A Dstreams.c206 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c209 saved_errno = errno; in vzlog()
/PHP-7.4/win32/
H A Dioutil.c241 if (errno == EMFILE) { in php_win32_ioutil_open_w()
/PHP-7.4/build/
H A Dphp.m41177 #include <errno.h>
1185 if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) return 1;
1210 #include <errno.h>
1218 if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) return 1;
/PHP-7.4/main/
H A Drfc1867.c1057 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
H A Dmain.c1798 int errno_save = errno; in sigchld_handler()
1803 errno = errno_save; in sigchld_handler()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c1691 MYSQLND_METHOD(mysqlnd_stmt, errno)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
2276 MYSQLND_METHOD(mysqlnd_stmt, errno),
H A Dmysqlnd_connection.c2648 errno, strerror(errno), max_fd);
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1548 "Failed to bind socket [%s]: %s\n", php_bind, strerror( errno ) ); in main()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2517 if (errno == EACCES) {
/PHP-7.4/ext/snmp/
H A Dsnmp.c1737 char *error = strerror(errno); in PHP_FUNCTION()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c280 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1278 …l_ce_RuntimeException, 0, "Unable to read link %s, error: %s", intern->file_name, strerror(errno)); in FileInfoFunction()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1029 errno = 0; in to_zval_long()

Completed in 318 milliseconds

1...<<111213141516