mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-13 14:45:09 +00:00
4 lines
55 B
PHP
4 lines
55 B
PHP
<?php
|
|
echo 'a' > 'b'; // false
|
|
echo 'a' < 'b'; // true
|