That's "Naming" not "Named".
From the perspective of providing reflection in general and giving something
for editors with code completion to use in specific, would there be an
interrest in backfilling the arg_info structs for internal functions (both
core and otherwise) with argument naming a
Just to throw in my two cents since every one else has (not that my 2
cents is worth anything more than just that), but isn't it as easy as
doing something like the following:
(using pseudo example from above)
function db_connect($params) {
$host = 'localhost';
$user = 'root';
$passwo
On 1/15/06, Zeev Suraski <[EMAIL PROTECTED]> wrote:
> In those rare occurrences where named parameters have true benefits,
> please live with the drawbacks of using array().
I do, though code completion, type hinting, etc. would be nice. It
would nice if it was consistenly added so that built-in f
Is this a proper place to discuss bugs in APC? I know of bug that was
also in ZPS (still is actually, but was fixed in Zend Platform's
accelerator).
I can't for the life of my figure out a one file example, but I can if
you had PRADO installed already. It has something to do with how they
do autom