Function problem to retrieve arguement
Posted: Mon Jan 02, 2006 12:43 am
Is it possible to retrieve the arguement in a function before it is parsed?
for example (i wrote my own little unit tester):
i would like to be able to display $this->instance->in('TestKey') in the unit test result aswell as the actual value of
Thanks, any help appriciated.
Link with the unit tester results that i wrote(its xhtml valid
)
http://mick.dotgeek.org/RegistryTest.php
notice how the top results have nothing after Result Tested:.
p.s. i dont like using other peoples packages unless its feyd's sha256
i like to write and learn as i go.
p.s.s. this is one of my first OOP written things (i havent been writing alot of code or any at all, only reading about theory and design).
if im unclear please post here and ill try to explian more thoroughly.
for example (i wrote my own little unit tester):
Code: Select all
$this->assertFalse($this->instance->in('TestKey'));Code: Select all
$this->assertFalse($this->instance->in('TestKey'));Link with the unit tester results that i wrote(its xhtml valid
http://mick.dotgeek.org/RegistryTest.php
notice how the top results have nothing after Result Tested:.
p.s. i dont like using other peoples packages unless its feyd's sha256
p.s.s. this is one of my first OOP written things (i havent been writing alot of code or any at all, only reading about theory and design).
if im unclear please post here and ill try to explian more thoroughly.