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.php1095 public string $methodName; variable in MethodName
1097 public function __construct(Name $className, string $methodName) { argument
1099 $this->methodName = $methodName;
1111 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1116 $parts = [...$this->className->getParts(), ltrim($this->methodName, '_')];
1122 return strtolower($this->methodName);
1126 return "$this->className::$this->methodName";
1134 return $this->methodName === "__construct";
1138 return $this->methodName === "__destruct";
1375 $this->name->methodName, $this->alias->getNonNamespacedName(),
[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 25 milliseconds