Home
last modified time | relevance | path

Searched refs:errno (Results 176 – 200 of 344) sorted by relevance

12345678910>>...14

/PHP-5.5/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.c263 } while (wait_pid == -1 && errno == EINTR); in proc_open_rsrc_dtor()
376 errno = 0; in PHP_FUNCTION()
576 …SRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %ld - %s", nindex, strerror(errno)); in PHP_FUNCTION()
608 php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create pipe %s", strerror(errno)); in PHP_FUNCTION()
680 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to open /dev/ptmx, errno %d", errno); in PHP_FUNCTION()
688 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to open slave pty, errno %d", errno); in PHP_FUNCTION()
830 php_error_docref(NULL TSRMLS_CC, E_WARNING, "procve failed - %s", strerror(errno)); in PHP_FUNCTION()
899 php_error_docref(NULL TSRMLS_CC, E_WARNING, "fork failed - %s", strerror(errno)); in PHP_FUNCTION()
/PHP-5.5/sapi/cli/tests/
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 Dbug61679.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug67429.phpt20 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_007.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_004.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_016.phpt25 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.5/Zend/tests/
H A Dbug60909_1.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){
/PHP-5.5/ext/mysqli/tests/
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'
H A Dmysqli_class_mysqli_interface.phpt106 "errno" => true,
181 assert(mysqli_errno($link) === $mysqli->errno);
182 printf("mysqli->errno = '%s'/%s ('%s'/%s)\n",
183 $mysqli->errno, gettype($mysqli->errno),
294 mysqli->errno = '0'/integer ('0'/integer)
H A Dmysqli_change_user_prepared_statements.phpt25 if ($stmt->errno == 0)
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt58 printf("[013] [%d] %s\n", $link->errno, $link->error);
90 printf("[020] [%d] %s\n", $link->errno, $link->error);
107 printf("[024] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_fork.phpt20 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
54 else if ((($errno = mysqli_errno($link)) == 0) || ('' == ($error = mysqli_error($link))))
55 …printf("[004] Expecting error string and error code from MySQL, got errno = %s/%s, error = %s/%s\n…
56 gettype($errno), $errno, gettype($error), $error);
H A Dmysqli_fetch_lengths_oo.phpt18 printf("[002] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dbug54221.phpt33 echo "Warning: ".$warnings->errno.": ".$warnings->message."\n";
/PHP-5.5/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.5/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.5/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.5/ext/standard/tests/network/
H A Dudgloop.phpt15 $server = stream_socket_server("udg:///tmp/$uniqid.sock", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.5/ext/mysqli/
H A Dmysqli_warning.c140 int errno; in php_get_warnings() local
155 errno = Z_LVAL_PP(entry); in php_get_warnings()
161 w = php_new_warning(*entry, errno TSRMLS_CC); in php_get_warnings()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dencodings.c83 if(errno == E2BIG) { in convert()
/PHP-5.5/tests/lang/
H A Dbug22592.phpt5 function error_hdlr($errno, $errstr) {

Completed in 84 milliseconds

12345678910>>...14