├── .gitignore
├── phpinfo.php
├── phpserver.bat
├── testdb.sqlite3
├── .idea
├── copyright
│ └── profiles_settings.xml
├── vcs.xml
├── modules.xml
├── PHP_Refresher.iml
├── misc.xml
└── workspace.xml
└── test.php
/.gitignore:
--------------------------------------------------------------------------------
1 | .vagrant/
2 |
--------------------------------------------------------------------------------
/phpinfo.php:
--------------------------------------------------------------------------------
1 |
2 |