Re: Re: Bez tytułu

">

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 21

Backtrace:

File: /home/k4be/public_html_pastebin/themes/default/views/view/view.php
Line: 21
Function: _error_handler

File: /home/k4be/public_html_pastebin/application/core/MY_Loader.php
Line: 147
Function: include

File: /home/k4be/public_html_pastebin/application/core/MY_Loader.php
Line: 33
Function: _ci_load

File: /home/k4be/public_html_pastebin/application/controllers/Main.php
Line: 599
Function: view

File: /home/k4be/public_html_pastebin/index.php
Line: 284
Function: require_once

z

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 21

Backtrace:

File: /home/k4be/public_html_pastebin/themes/default/views/view/view.php
Line: 21
Function: _error_handler

File: /home/k4be/public_html_pastebin/application/core/MY_Loader.php
Line: 147
Function: include

File: /home/k4be/public_html_pastebin/application/core/MY_Loader.php
Line: 33
Function: _ci_load

File: /home/k4be/public_html_pastebin/application/controllers/Main.php
Line: 599
Function: view

File: /home/k4be/public_html_pastebin/index.php
Line: 284
Function: require_once

- Pokaż różnice
URL https://pastebin.k4be.pl/view/680e2b60 Udostępnij
Pobierz wklejkę lub Pokaż surowy tekst
  1. uint16_t tab[];
  2.  
  3. void f(void) {
  4.         uint16_t y;
  5.         uint16_t *x;
  6.         uint8_t *a, *b;
  7.        
  8.  
  9.         x = tab;  
  10.        
  11.         while(*x) {    
  12.                 a = x[1];  
  13.                 b = &x[2];  
  14.                
  15.                 x = 0;    
  16.                 for(y = tab[0]; y > 0; y--) {
  17.                         a[x] = b[x];
  18.                         x++;
  19.                 }      
  20.                
  21.                 x += b;  
  22.         }      
  23. }uint16_t tab[];
  24.  
  25. void f(void) {
  26.         uint16_t y;
  27.         uint16_t *x;
  28.         uint8_t *a, *b;
  29.        
  30.  
  31.         x = tab;  
  32.        
  33.         while(*x) {    
  34.                 a = x[1];  
  35.                 b = &x[2];  
  36.                
  37.                 x = 0;    
  38.                 for(y = tab[0]; y > 0; y--) {
  39.                         a[x] = b[x];
  40.                         x++;
  41.                 }      
  42.                
  43.                 x += b;  
  44.         }      
  45. }

odpowiedź "Re: Re: Bez tytułu"

Tutaj możesz odpowiedzieć na wklejkę z góry

captcha