Page MenuHomeDevCentral
Paste P142

testComparison.php
ActivePublic

Authored by dereckson on Dec 3 2015, 13:27.
Tags
None
Referenced Files
F14152: testComparison.php
Dec 3 2015, 13:27
Subscribers
None
<?php
function testComparison (string $a, string $b) {
var_dump($a == $b);
}
testComparison('0e4', '0e5');

Event Timeline

dereckson changed the title of this paste from untitled to testComparison.php.