Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chr-hertel/php-magic-tricks
PHP Magic Tricks - X-mas Meetup Berlin
https://github.com/chr-hertel/php-magic-tricks
Last synced: about 1 month ago
JSON representation
PHP Magic Tricks - X-mas Meetup Berlin
- Host: GitHub
- URL: https://github.com/chr-hertel/php-magic-tricks
- Owner: chr-hertel
- Created: 2017-12-20T17:51:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T16:29:44.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T09:08:26.839Z (3 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 90
- Watchers: 10
- Forks: 25
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP Magic Tricks
================*This repository is part of #sfugbln XMAS meetup on December 20th in Berlin*
Credits to all anonymous php magicians on 3v4l.org
What is this?
-------------* this repository contains 5 small code snippets with PHP magic in it
* at the bottom of every snippet is a definition of expected output
* in every file you will find a `Insert Magic Code Here` comment as placeholder
* the length of the comment represents the length of my solution
* there might be multiple solutions per snippetRules
-----* Do not terminate execution of the script by using `return`, `die()`, `exit()`, `__halt_compiler()` or similar
* All code lines shall be executed on runtimeHow to play?
------------* try to find a solution for one snippet
* open a PR with your solution
* I will reveal my solutions later on the evening