Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 00601e7

Browse files
authored
Change print to print_r
1 parent 844055a commit 00601e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎decode-header.php‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
try {
1919
$decode = JWT::decode($token, $key, array('HS256'));
20-
print $decode."\n";
20+
print_r($decode);
21+
print "\n";
2122
} catch (\Exception $e) {
2223
print "Error!\n";
2324
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /