<?php $a = 1; $b = 2; function bagor(){ global $b; echo $b; } bagor();
Standard input is empty
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!