Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/Zend/tests/
H A Dbug71622.phpt6 function getMethodName(&$methodName) {
7 $methodName = Abc::METHOD_NAME;
H A Dbug78898.phpt13 public function __call($methodName, array $arguments)
/PHP-8.0/build/
H A Dgen_stub.php535 public $methodName; variable in MethodName
537 public function __construct(Name $className, string $methodName) { argument
539 $this->methodName = $methodName;
547 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
551 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
555 return $this->getDeclarationClassName() . "_{$this->methodName}";
559 return "$this->className::$this->methodName";
567 return $this->methodName === "__construct";
571 return $this->methodName === "__destruct";
749 $this->alias->getDeclarationClassName(), $this->name->methodName,
[all …]

Completed in 8 milliseconds