codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/H0wh2itg
[
raw code
|
output
|
fork
]
PHP
,
pasted on Aug 17:
1
2
3
4
5
<?php
$a
=
616.81
*
100
;
var_dump
(
$c
<
61681
);
Output:
1
bool(true)
Create a new paste based on this one
Comments: