<?php ini_set('assert.active', 0); function foo() { assert('yield 42'); return true; } var_dump(foo());
You have javascript disabled. You will not be able to edit any code.