DEBSOURCES
Skip Quicknav
sources / xdebug / 3.4.5-3 / xdebug-3.4.5 / tests / profiler / bug01571-002.inc
123456
<?php namespace Testing; $cb = function($a) { usleep(500); return $a * 3; }; $cb(4); ?>