Advertisement
venik2405

Untitled

Dec 3rd, 2021
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <?php
  2. $parasite;
  3. $outputOne;
  4. $outputThree;
  5. $modefidedOne;
  6. $modifidedTwo = 28;
  7. $outputTwo = 3;
  8. $number = 10;
  9.  
  10. if($k == 1){
  11. echo $outputTwo;
  12. }
  13. if($s == "adsada"){
  14. if($first = "asdadw"){
  15. $modifidedOne = 356;
  16. echo $outputThree;
  17. echo $modifidedOne;
  18. }
  19. }
  20. $modifidedTwo = 467;
  21. for($i = 0; $i < 10; $i++){
  22. echo $outputOne;
  23. }
  24. for ($i=0; $i<$rows; $i++){
  25. for ($j=0; $j<$cols; $j++){
  26. if ($mass[$i][$j]<10){
  27. echo $mass[$i][$j];
  28. }
  29. if ($mass[$i][$j]>10){
  30. echo $mass[$i][$j];
  31. }
  32. }
  33. }
  34. if ($i < $minimum_limit) {
  35. echo "i достаточно велико";
  36. }
  37. echo "значение i уже подходит";
  38. if ($i < 5) {
  39. echo "i is not big enough";
  40. }
  41. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement