Sebastian Mendel a écrit :
Too bad the PHP manual does not follow PEAR coding standards: http://ca3.php.net/manual/en/function.require-once.php
require_once("a.php"); // this will include a.php
this is not en example for require_once, it is an example for case sensitivity in filenames ... ;-)
Yes but it's the only example they give for require_once and it's coded like a function call.
see:
They still have these big titles include() require()
Hmmm, I guess I should complain elsewhere :) Anyway, we are talking about PEAR coding standards, not PHP coding standards (these do not exist AFAIK).