mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-03 16:43:03 +00:00
4 lines
69 B
PHP
4 lines
69 B
PHP
<?php
|
|
$number = 4;
|
|
if ($number == 4) echo 'Число равно 4';
|