Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/Zend/tests/
H A Dcall_with_refs.phpt5 function my_errorhandler($errno,$errormsg) {
H A Dbug60909_2.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){throw new Exception("Foo");});
H A Dclosure_015.phpt6 function myErrorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug30791.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt52 } else if ($link->errno > 0) {
53 printf("[005] Error: %d\n", $link->errno);
157 } else if ($link->errno > 0) {
159 printf("[018] Error: %d/%s\n", $link->errno, $link->error);
163 // None of these will indicate an error, check errno on the list of returned connections!
H A D069.phpt16 if ($mysql->errno == 0) {
H A D072.phpt20 var_dump($w->errno);
H A Dmysqli_fetch_field_oo.phpt33 printf("[%d] %s\n", $mysqli->errno, $mysqli->errno);
38 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dbug36802.phpt26 $x[3] = $mysql->errno;
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);
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt20 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
43 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_100.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
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_422.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_511.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug68745.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_006.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.5/ext/posix/tests/
H A Dposix_strerror_variation1.phpt9 /* Prototype : proto string posix_strerror(int errno)
10 * Description: Retrieve the system error message associated with the given errno.
68 // loop through each element of the array for errno
/PHP-5.5/ext/standard/tests/dir/
H A Dchdir_error2.phpt24 Warning: chdir(): %s (errno %d) in %s on line %d
/PHP-5.5/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.5/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.5/Zend/
H A Dzend_signal.c75 int errno_save = errno; in zend_signal_handler_defer()
129 errno = errno_save; in zend_signal_handler_defer()
159 int errno_save = errno; in zend_signal_handler()
190 errno = errno_save; in zend_signal_handler()
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60106.phpt12 function get_truncated_socket_filename($errno, $errmsg, $file, $line) {
/PHP-5.5/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";

Completed in 65 milliseconds

12345678910>>...14