Skip to content

Instantly share code, notes, and snippets.

@alexeyshockov
alexeyshockov / booleans
Last active December 17, 2015 11:19
Fucking PHP type system.
± phpsh
Starting php
type 'h' or 'help' to see instructions & features
php> $a = [1, 4, 3, true, false, 6, 0, 19]
php> =$a
array(
0 => 1,
1 => 4,
2 => 3,