Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Paste
P142
testComparison.php
Active
Public
Actions
Authored by
dereckson
on Dec 3 2015, 13:27.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F14152: testComparison.php
Dec 3 2015, 13:27
2015-12-03 13:27:18 (UTC+0)
Subscribers
None
<?php
function
testComparison
(
string
$a
,
string
$b
)
{
var_dump
(
$a
==
$b
);
}
testComparison
(
'0e4'
,
'0e5'
);
Event Timeline
dereckson
edited the content of this paste.
(Show Details)
Dec 3 2015, 13:27
2015-12-03 13:27:18 (UTC+0)
dereckson
changed the title of this paste from untitled to
testComparison.php
.
Log In to Comment