Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/Zend/tests/
H A Dbug54265.phpt5 function my_errorhandler($errno,$errormsg) {
H A Dbug47981.phpt7 function errh($errno, $errstr) {
H A Dunexpected_ref_bug.phpt5 function my_errorhandler($errno,$errormsg) {
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)
/PHP-5.5/win32/
H A Dflock.c82 errno = EINVAL; /* bad call */ in flock()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c289 errno = EFTYPE; in cdf_check_stream_offset()
299 errno = EINVAL; in cdf_read()
348 errno = EFTYPE; in cdf_read_header()
402 errno = EFTYPE; in cdf_read_sat()
432 errno = EFTYPE; in cdf_read_sat()
481 errno = EFTYPE; in cdf_count_chain()
486 errno = EFTYPE; in cdf_count_chain()
514 errno = EFTYPE; in cdf_read_long_sector_chain()
747 errno = ESRCH; in cdf_read_summary_info()
772 errno = EFTYPE; in cdf_read_property_info()
[all …]
H A Dcdf_time.c140 errno = EINVAL; in cdf_timestamp_to_timespec()
157 errno = EINVAL; in cdf_timespec_to_timestamp()
/PHP-5.5/ext/standard/
H A Dftok.c58 php_error_docref(NULL TSRMLS_CC, E_WARNING, "ftok() failed - %s", strerror(errno)); in PHP_FUNCTION()
/PHP-5.5/tests/lang/
H A Dbug25547.phpt6 function handler($errno, $errstr, $errfile, $errline, $context)
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt16 Warning: pcntl_exec(): Error has occurred: (errno %d) %s
/PHP-5.5/ext/intl/tests/
H A Dcalendar_isEquivalentTo_error.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
H A Dcalendar_before_after_error.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
/PHP-5.5/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 Dconnect.inc165 function handle_catchable_fatal($errno, $error, $file, $line) {
175 (isset($errcodes[$errno])) ? $errcodes[$errno] : $errno,
/PHP-5.5/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.5/Zend/tests/bug67436/
H A Dbug67436.phpt16 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/PHP-5.5/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.5/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.5/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.5/ext/sockets/
H A Dmulticast.c237 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_mcast_opt()
306 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_setsockopt_ip_mcast()
370 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_setsockopt_ipv6_mcast()
736 "Failed obtaining address for interface %u: error %d", if_index, errno);
742 "Failed obtaining address for interface %u: error %d", if_index, errno);
772 (errno != EINVAL || lastsize != 0)) {
774 "Failed obtaining interfaces list: error %d", errno);
818 errno);

Completed in 33 milliseconds

12345678910>>...14