Home
last modified time | relevance | path

Searched refs:errno (Results 101 – 125 of 344) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
H A Diconv_strrpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-5.5/ext/sockets/
H A Dsendrecvmsg.c201 PHP_SOCKET_ERROR(php_sock, "error in sendmsg", errno); in PHP_FUNCTION()
264 SOCKETS_G(last_error) = errno; in PHP_FUNCTION()
266 errno, sockets_strerror(errno TSRMLS_CC)); in PHP_FUNCTION()
358 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_setsockopt_ipv6_rfc3542()
389 PHP_SOCKET_ERROR(php_sock, "unable to get socket option", errno); in php_do_getsockopt_ipv6_rfc3542()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_ping.phpt28 if (!($errno = mysqli_errno($link)))
32 if ($errno === mysqli_errno($link))
H A Dmysqli_dump_debug_info_oo.phpt25 $mysqli->errno, $mysqli->error);
32 $mysqli->errno, $mysqli->error);
H A Dbug34810.phpt32 if ($warning->errno == 1048 || $warning->errno == 1253) {
76 [%u|b%"errno"]=>
117 [%u|b%"errno"]=>
H A Dmysqli_class_mysqli_warning.phpt84 assert(0 === $warning->errno);
85 printf("warning->errno = '%s'\n", $warning->errno);
127 warning->errno = ''
H A Dmysqli_change_user_oo.phpt52 printf("[009] Failed to set test variable: [%d] %s\n", $mysqli->errno, $mysqli->error);
55 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
65 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
75 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_expire_password.phpt44 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
66 printf("[002] Connect should fail, [%d] %s\n", $link->errno, $link->error);
77 printf("[004] Connect should fail, [%d] %s\n", $link->errno, $link->error);
88 printf("[006] Connect allowed, query fail, [%d] %s\n", $link->errno, $link->error);
100 printf("[008] Connect allowed, pw set, [%d] %s\n", $link->errno, $link->error);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_ping.phpt24 if (!($errno = mysql_errno($link)))
29 if ($errno === mysql_errno($link))
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_010.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
34 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_013.phpt16 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
41 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
62 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c50 errno = ENOMEM; in cdb_posplus()
109 errno = ENOMEM; in cdb_make_addbegin()
113 errno = ENOMEM; in cdb_make_addbegin()
170 errno = ENOMEM; in cdb_make_finish()
/PHP-5.5/ext/iconv/
H A Diconv.c403 switch (errno) { in _php_iconv_appendl()
595 errno = 0; in php_iconv_string()
642 switch (errno) { in php_iconv_string()
704 errno = out_left = 0; in _php_iconv_strlen()
725 switch (errno) { in _php_iconv_strlen()
825 errno = 0; in _php_iconv_substr()
868 switch (errno) { in _php_iconv_substr()
969 switch (errno) { in _php_iconv_strpos()
1217 switch (errno) { in _php_iconv_mime_encode()
2590 switch (errno) { in php_iconv_stream_filter_append_bucket()
[all …]
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_error2.phpt38 Warning: scandir(): (errno %d): %s in %s on line %d
45 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-5.5/sapi/fpm/fpm/events/
H A Dkqueue.c136 if (errno != EINTR) { in fpm_event_kqueue_wait()
137 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_kqueue_wait()
H A Depoll.c132 if (errno != EINTR) { in fpm_event_epoll_wait()
133 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_epoll_wait()
/PHP-5.5/Zend/tests/
H A Dbug48004.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
H A Dclosure_031.phpt5 function foo($errno, $errstr, $errfile, $errline) {
H A Dbug33802.phpt16 function errorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug46106.phpt7 function foobar($errno, $errstr, $errfile, $errline) { }
H A Dbug37251.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $context) {
/PHP-5.5/ext/ftp/
H A Dftp.c151 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno); in ftp_open()
1241 errno = ETIMEDOUT; in my_send()
1281 errno = ETIMEDOUT; in my_recv()
1313 errno = ETIMEDOUT; in data_available()
1333 errno = ETIMEDOUT; in data_writeable()
1354 errno = ETIMEDOUT; in my_accept()
1392 php_error_docref(NULL TSRMLS_CC, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1407 …or_docref(NULL TSRMLS_CC, E_WARNING, "php_connect_nonb() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1425 php_error_docref(NULL TSRMLS_CC, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1430 …p_error_docref(NULL TSRMLS_CC, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_file_get_offset.c62 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in _zip_file_get_offset()
/PHP-5.5/ext/intl/tests/
H A Dcalendar_equals_error.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";

Completed in 49 milliseconds

12345678910>>...14