GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
h.sakamoto
/
hello-programmer-world
Transfer to URL with SHA
Find file
Newer
Older
tree:
f9937fe9f6
Branches
Tags
×
master
hello-programmer-world
/
public
/
sample
/
php
/
lib
/ varout.php
h.sakamoto
7 days ago
90 bytes
require_once
Raw
Blame
History
<?php function varout($var) { echo '<pre>'; var_dump($var); echo '</pre>'; }