Lines Matching refs:tmp
227 $tmp = $context->get($args);
228 if ($tmp) {
299 $tmp = $context->get($keyname);
301 if (is_array($tmp) || $tmp instanceof Traversable) {
302 $tmp = array_slice($tmp, $slice_start ?? 0, $slice_end, true);
304 $islist = array_values($tmp) === $tmp;
306 if (is_array($tmp) && ! count($tmp)) {
312 $itemCount = count($tmp);
315 foreach ($tmp as $key => $var) {
393 $tmp = $context->get($args);
394 if (!$tmp) {
420 $tmp = $context->get($args);
421 $context->push($tmp);