Skip to content

Instantly share code, notes, and snippets.

@hnw
Last active April 20, 2017 03:39
Show Gist options
  • Save hnw/d8d37ffd3e1fb02491efd8b22052b24c to your computer and use it in GitHub Desktop.
Save hnw/d8d37ffd3e1fb02491efd8b22052b24c to your computer and use it in GitHub Desktop.

hogehoge

$foo = new Bar;
echo $foo->name();
<?php
$foo = new Bar;
echo $foo->name();
$foo = new Bar;
echo $foo->name();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment