<?php function learnTest() { static $x = 0; echo $x; $x++; } learnTest(); learnTest(); ?>