i was wondering what effect this would have

-----------------------
file1.php

require_once(file2.pinc);
require_once(file3.pinc);
some code

-----------------------
file2.pinc

require_once(file3.pinc);
some code

-----------------------
file3.pinc

some code