Lines Matching refs:out
294 $out = [];
324 $out = array_merge_recursive($out, $handle);
327 return $out;
517 $out = null;
532 $out = $self->zFormat($handle);
548 $out .= $constants[$v];
561 $out = $keywords[$key];
565 return $out;
585 $out = dirname($out);
590 $out = basename($out);
595 if (false !== $position = strrpos($out, '.', 1)) {
596 $out = substr($out, 0, $position);
602 if (false !== $position = strrpos($out, '.', 1)) {
603 $out = substr($out, $position + 1);
609 $out = strtolower($out);
614 $out = strtoupper($out);
621 foreach (explode('\\', $out) as $part) {
629 $out = $handle;
657 $out = preg_replace('#' . $l . '#', $r, $out);
661 return $out;