<?php var_export(array_map('intval', [ null, // 0 true, // 1 false, // 0 '0', // 0 '1', // 1 '', // 0 [], // 0 [0], // 1 '\0', // 0 "\0" // 0 ]));
You have javascript disabled. You will not be able to edit any code.