Home
last modified time | relevance | path

Searched refs:errno (Results 151 – 175 of 346) sorted by relevance

12345678910>>...14

/PHP-5.4/ext/sysvmsg/
H A Dsysvmsg.c269 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
381 ZVAL_LONG(zerrcode, errno); in PHP_FUNCTION()
460 php_error_docref(NULL TSRMLS_CC, E_WARNING, "msgsnd failed: %s", strerror(errno)); in PHP_FUNCTION()
462 ZVAL_LONG(zerror, errno); in PHP_FUNCTION()
/PHP-5.4/sapi/fpm/fpm/events/
H A Dpoll.c148 if (errno != EINTR) { in fpm_event_poll_wait()
149 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_poll_wait()
/PHP-5.4/ext/standard/tests/dir/
H A Dchdir_error2.phpt24 Warning: chdir(): %s (errno %d) in %s on line %d
/PHP-5.4/ext/sockets/
H A Dmulticast.c435 "Failed obtaining address for interface %u: error %d", if_index, errno);
441 "Failed obtaining address for interface %u: error %d", if_index, errno);
471 (errno != EINVAL || lastsize != 0)) {
473 "Failed obtaining interfaces list: error %d", errno);
517 errno);
/PHP-5.4/sapi/cli/tests/
H A Dbug66830.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_018.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_100.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_511.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_006.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_422.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65633.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_017.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug67429.phpt20 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.4/ext/standard/tests/streams/
H A Dbug60106.phpt12 function get_truncated_socket_filename($errno, $errmsg, $file, $line) {
/PHP-5.4/Zend/tests/
H A Dbug30791.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_oo.phpt31 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[007] Cannot run query, [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_class_mysqli_interface.phpt109 "errno" => true,
184 assert(mysqli_errno($link) === $mysqli->errno);
185 printf("mysqli->errno = '%s'/%s ('%s'/%s)\n",
186 $mysqli->errno, gettype($mysqli->errno),
297 mysqli->errno = '0'/integer ('0'/integer)
H A Dmysqli_character_set_name_oo.phpt25 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
36 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_class_mysqli_warning_reflection.phpt90 Inspecting property 'errno'
113 Default property 'errno'
/PHP-5.4/ext/standard/
H A Dlink_win32.c100 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
231 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
H A Dproc_open.c253 } while (wait_pid == -1 && errno == EINTR); in proc_open_rsrc_dtor()
364 errno = 0; in PHP_FUNCTION()
563 …SRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %ld - %s", nindex, strerror(errno)); in PHP_FUNCTION()
595 php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create pipe %s", strerror(errno)); in PHP_FUNCTION()
667 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to open /dev/ptmx, errno %d", errno); in PHP_FUNCTION()
675 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to open slave pty, errno %d", errno); in PHP_FUNCTION()
817 php_error_docref(NULL TSRMLS_CC, E_WARNING, "procve failed - %s", strerror(errno)); in PHP_FUNCTION()
886 php_error_docref(NULL TSRMLS_CC, E_WARNING, "fork failed - %s", strerror(errno)); in PHP_FUNCTION()
/PHP-5.4/ext/zip/lib/
H A Dzip_open.c153 errno = se; in set_error()
255 _zip_error_set(error, ZIP_ER_SEEK, errno); in _zip_readcdir()
369 errno = 0; in _zip_check_torrentzip()
371 if ((crc_should == UINT_MAX && errno != 0) || (end && *end)) in _zip_check_torrentzip()
520 if (i == -1 && errno != EFBIG) { in _zip_find_central_dir()
/PHP-5.4/ext/gd/libgd/
H A Dgdkanji.c354 if (errno == EINVAL) in do_convert()
368 if (errno == EINVAL) in do_convert()
370 else if (errno == EILSEQ) in do_convert()
372 else if (errno == E2BIG) in do_convert()
/PHP-5.4/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c463 if (errno == ERANGE || errno == EINVAL) { in main()
469 if (errno == ERANGE || errno == EINVAL) { in main()
/PHP-5.4/ext/iconv/
H A Dconfig.m4130 AC_MSG_CHECKING([if iconv supports errno])
133 #include <errno.h>
139 if (errno == EINVAL) {

Completed in 43 milliseconds

12345678910>>...14