Written by colinodell.com - Blog
/ Original link
on Dec. 2, 2015
With the imminent release of PHP 7 on the horizon, I thought it would be cool to check out some of the lesser-known features coming with the 7.0.0 release: 1. Array constants in define() PHP 5.6 added the ability to define array constants on classes by using the const keyword: const LUCKY_NUMBERS =…
Written by colinodell.com - Blog
/ Original link
on Nov. 28, 2015
Background As you may know, I am the author and maintainer of the PHP League's CommonMark Markdown parser. This project has three primary goals: Fully support the entire CommonMark spec. Match the behavior of the JS reference implementation. Be well-written and super-extensible so that others can…