denktir mantığı - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of denktir mantığı.php

  1. <?php
  2. if("1" === 1) echo "string 1 ile integer 1 denktir. \n";
  3. if("1" == 1) echo "string 1 ile integer 1 eşittir. \n";
  4. if(1 === 1) echo "integer 1 ile integer 1 denktir. \n";
File Description
  • denktir mantığı
  • PHP Code
  • 12 May-2022
  • 175 Bytes
You can Share it: