Home
last modified time | relevance | path

Searched refs:errno (Results 126 – 150 of 346) sorted by relevance

12345678910>>...14

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_prepare_no_object.phpt29 printf("c) [%d] %s\n", $mysqli->errno, $mysqli->error);
33 printf("c) [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dbug33090.phpt17 printf("%d\n", $link->errno);
H A Dbug30967.phpt21 printf("%d\n", $mysql->errno);
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 Dbug36802.phpt26 $x[3] = $mysql->errno;
/PHP-5.4/sapi/fpm/fpm/events/
H A Ddevpoll.c165 if (errno != EINTR) { in fpm_event_devpoll_wait()
166 zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno); in fpm_event_devpoll_wait()
/PHP-5.4/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt16 Warning: pcntl_exec(): Error has occurred: (errno %d) %s
/PHP-5.4/Zend/tests/bug67436/
H A Dbug67436.phpt16 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/PHP-5.4/Zend/tests/
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline, $vars) {
H A Dbug35437.phpt5 function err2exception($errno, $errstr)
H A Dbug41075.phpt6 function err($errno, $errstr, $errfile, $errline)
H A Dbug46196.phpt19 function myErrorHandler($errno, $errstr, $errfile, $errline)
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) {
/PHP-5.4/ext/fileinfo/libmagic/
H A Dcdf_time.c140 errno = EINVAL; in cdf_timestamp_to_timespec()
157 errno = EINVAL; in cdf_timespec_to_timestamp()
/PHP-5.4/ext/openssl/tests/
H A Dbug48182.phpt22 $sock = stream_socket_server($host, $errno, $errstr, $flags, $context);
51 $socket = stream_socket_client($host, $errno, $errstr, 10, $flags);
/PHP-5.4/ext/standard/tests/network/
H A Dudp4loop.phpt6 $server = stream_socket_server('udp://127.0.0.1:31338', $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_shm.c28 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); in fpm_shm_alloc()
/PHP-5.4/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 Dphp_cli_server_011.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.4/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.4/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()

Completed in 55 milliseconds

12345678910>>...14