Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/Zend/tests/
H A Dbug35437.phpt5 function err2exception($errno, $errstr)
H A Dbug41075.phpt6 function err($errno, $errstr, $errfile, $errline)
H A Dbug76025.phpt6 function handleError($errno, $errstr, $errfile, $errline) {
H A Dbug46196.phpt19 function myErrorHandler($errno, $errstr, $errfile, $errline)
H A Dbug70689.phpt10 set_error_handler(function($errno, $errstr) {
/PHP-7.4/Zend/tests/bug67436/
H A Dbug67436.phpt14 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/PHP-7.4/ext/standard/tests/network/
H A Dbindto.phpt12 $errno, $errstr, 30, STREAM_CLIENT_CONNECT, $ctx
H A Dudp4loop.phpt8 $server = @stream_socket_server($uri, $errno, $errstr, STREAM_SERVER_BIND);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt18 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
86 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
110 printf("[002] [%d] %s\n", $link->errno, $link->error);
113 printf("[003] [%d] %s\n", $link->errno, $link->error);
H A Dbug33090.phpt17 printf("%d\n", $link->errno);
H A Dbug30967.phpt21 printf("%d\n", $mysql->errno);
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 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 D069.phpt16 if ($mysql->errno == 0) {
H A D072.phpt20 var_dump($w->errno);
H A Dbug36802.phpt26 $x[3] = $mysql->errno;
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_socket_recvfrom.phpt8 $sock = stream_socket_server($serverUri, $errno, $errstr);
H A Dbug69521.phpt6 $sock = stream_socket_server($serverUri, $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN…
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_shm.c26 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); in fpm_shm_alloc()
/PHP-7.4/ext/iconv/
H A Diconv.c455 switch (errno) { in _php_iconv_appendl()
637 errno = 0; in php_iconv_string()
683 switch (errno) { in php_iconv_string()
745 errno = 0; in _php_iconv_strlen()
765 switch (errno) { in _php_iconv_strlen()
866 errno = 0; in _php_iconv_substr()
908 switch (errno) { in _php_iconv_substr()
1013 switch (errno) { in _php_iconv_strpos()
1258 switch (errno) { in _php_iconv_mime_encode()
2650 switch (errno) { in php_iconv_stream_filter_append_bucket()
[all …]
/PHP-7.4/Zend/tests/arg_unpack/
H A Dstring_keys.phpt6 set_error_handler(function($errno, $errstr) {
/PHP-7.4/sapi/fpm/fpm/events/
H A Ddevpoll.c163 if (errno != EINTR) { in fpm_event_devpoll_wait()
164 zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno); in fpm_event_devpoll_wait()
/PHP-7.4/ext/standard/tests/file/
H A Dbug35781.phpt22 Notice: fpassthru(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dcalendar_isEquivalentTo_error.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf_time.c140 errno = EINVAL; in cdf_timestamp_to_timespec()
157 errno = EINVAL; in cdf_timespec_to_timestamp()

Completed in 54 milliseconds

12345678910>>...16