Slide 48
Slide 48 text
@rapzo - may 18th - 2016
php 7.0
types for function arguments
more types for return declarations
null or bust isset($a) ? $a : ‘a’ = $a ?? ‘a’
spaceship op echo -1 <=> 1
good ol’define for arrays
anonymous classes fire and forget!
Closure::call() hello late closure calls
assert() expectations, finally!
use just got javascript’d use \some\{A,B,C}