<?php $a = 0; $a || $a = 9; $b = 0; $b or $b = 9; var_dump($a, $b);
You have javascript disabled. You will not be able to edit any code.