<? function out_code($a) { return $a; } $text = 'ź'; ?>
Kod powinien zwrócić 'a', lecz zwraca 'ń'
<? function out_code($a) { return $a; } $text = 'ź'; ?>
<?php $text = 'y'; ?>
<? function out_code($a) { return $a; } $text = 'aą'; ?>
<?php ?>
<?php //koniec ?>
<? function out_code($a) { //... //... } //... ?>
<?php ?>
<?php ?>