<?php function first() { return second(); } function second() { echo 'second called from first'; } first();
You have javascript disabled. You will not be able to edit any code.