<?php

function test($t) {
    echo $t.PHP_EOL;
}

'1234' |> test(...);