
<?php file_put_contents('php://stdout', '2' ); file_put_contents('php://output', '3' ); ?>
To pytanie miej więcej jest nie aktualne, lecz jest jeszcze jedno zagadnienie:
link >>> (poniżej)
<?php file_put_contents('php://stdout', '2' ); file_put_contents('php://output', '3' ); ?>
<?php $stdin = file_get_context( 'php://stdin' ); file_put_context( 'php://stdout', $data ); ?>