noname1.php
<?php include "usr01.inc" showUserForm('stringA', ' stringB') ?>
usr01.inc
<?php function showUserForm($a, $b) { } ?>
Otrzymuje blad: 'parse error, unexpected showUserForm'
<?php include "usr01.inc" showUserForm('stringA', ' stringB') ?>
<?php function showUserForm($a, $b) { } ?>