Skip to content

Commit 114dff3

Browse files
author
Sean Bright
committed
Add missing ?>
1 parent df0ea33 commit 114dff3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/math/hexdec.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ var_dump(hexdec("12345+?!"));
1010
var_dump(hexdec("12345q"));
1111
var_dump(hexdec("1234500001"));
1212
var_dump(hexdec("17fffffff"));
13+
14+
?>
1315
--EXPECT--
1416
int(74565)
1517
int(74565)

0 commit comments

Comments
 (0)