<?php $scope = 'init'; $your_mom = function() use ($scope) { echo $scope; }; $your_mom();
You have javascript disabled. You will not be able to edit any code.