Home
last modified time | relevance | path

Searched refs:getMandatoryArgumentNames (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/scripts/dev/generate-phpt/tests/
H A DgtFunctionTest.php13 $m = $f->getMandatoryArgumentNames();
21 $m = $f->getMandatoryArgumentNames();
H A DgtVariationTestCaseFunctionTest.php29 $a = $f->getMandatoryArgumentNames();
H A DgtMethodTest.php11 $a = $m->getMandatoryArgumentNames();
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php32 …$numberOfArguments = count($this->function->getMandatoryArgumentNames()) + count($this->function->…
H A DgtVariationContainerMethod.php31 …$numberOfArguments = count($this->method->getMandatoryArgumentNames()) + count($this->method->getO…
/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php21 public function getMandatoryArgumentNames() { function in gtTestSubject
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar1059 public function getMandatoryArgumentNames() {
1234 …$numberOfArguments = count($this->method->getMandatoryArgumentNames()) + count($this->method->getO…
1792 …$numberOfArguments = count($this->function->getMandatoryArgumentNames()) + count($this->function->…

Completed in 20 milliseconds