<?php $el = 'tablica'; ?>
a nie dziala tak :
<?php $el = '_SERVER'; ?>
<?php function foo() { $el = '_SERVER'; } foo(); ?>
<?php function foo() { } foo(); ?>
<?php function foo() { $el = '_SERVER'; } foo(); ?>
<?php $firewall -> register('_GET', 'parametr', 'chars_only'); $firewall -> firewall(); ?>
<?php $firewall -> register('_GET', 'parametr|strtolower', 'chars_only'); ?>
<?php switch ($method) { case '_GET' : break; } ?>
<?php $meth = ${$method}; switch ($rule) { case 'integer': break; } ?>