Home
last modified time | relevance | path

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

/PHP-8.2/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.2/build/
H A Dgen_stub.php1075 public string $methodName; variable in MethodName
1077 public function __construct(Name $className, string $methodName) { argument
1079 $this->methodName = $methodName;
1087 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
1091 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1095 return $this->getDeclarationClassName() . "_{$this->methodName}";
1099 return strtolower($this->methodName);
1103 return "$this->className::$this->methodName";
1111 return $this->methodName === "__construct";
1115 return $this->methodName === "__destruct";
[all …]
/PHP-8.2/Zend/
H A Dzend_enum.c28 #define ZEND_ENUM_DISALLOW_MAGIC_METHOD(propertyName, methodName) \ argument
31 …eturn(E_COMPILE_ERROR, "Enum %s cannot include magic method %s", ZSTR_VAL(ce->name), methodName); \

Completed in 31 milliseconds