Skip to content

Instantly share code, notes, and snippets.

@fathur
Created April 29, 2020 17:35
Show Gist options
  • Select an option

  • Save fathur/0fefeb8fbddac7baa763882ddae19853 to your computer and use it in GitHub Desktop.

Select an option

Save fathur/0fefeb8fbddac7baa763882ddae19853 to your computer and use it in GitHub Desktop.
Namespace 4
<?php
namespace Foo\Bar;
class Apple() {
public static function hello() {
return 'hello Apple';
}
}
function hello() {
return 'hello world';
}
const HELLO = 'WORLD';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment