<?php function show() { STATIC $count = 0; return ++$count; } print show(); print show(); print show();