fork download
  1. <?php
  2.  
  3.  
  4. $text = "арuза упала на лапу азора";
  5. $result = 'палиндром';
  6. //$textlow = mb_strtolower($text);
  7. $textlow = str_replace(' ','',$text);
  8. $lenght = strlen($textlow);
  9. $halfLenght = floor($lenght/2);
  10. for($i =0;$i <= $halfLenght;$i++){
  11. if(!(substr($texlow,-($i),1) == substr($texlow,$i,1))){
  12. $result = 'neпалиндром';
  13. break;
  14. }
  15. }
  16. echo $result;
Success #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
палиндром
stderr
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12
PHP Notice:  Undefined variable: texlow in /home/ERyfvA/prog.php on line 12