Searched refs:methodName (Results 1 – 5 of 5) sorted by relevance
8 public function methodName() {38 public function methodName() {66 $class->methodName();71 $class->methodName();82 string(49) "{closure:NameSpaceName\ClassName::methodName():6}"85 string(36) "{closure:ClassName::methodName():36}"
6 function getMethodName(&$methodName) {7 $methodName = Abc::METHOD_NAME;
13 public function __call($methodName, array $arguments)
1110 public string $methodName; variable in MethodName1112 public function __construct(Name $className, string $methodName) { argument1114 $this->methodName = $methodName;1126 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";1131 $parts = [...$this->className->getParts(), ltrim($this->methodName, '_')];1137 return strtolower($this->methodName);1141 return "$this->className::$this->methodName";1149 return $this->methodName === "__construct";1153 return $this->methodName === "__destruct";1442 $zendName = '"' . $this->name->methodName . '"';[all …]
28 #define ZEND_ENUM_DISALLOW_MAGIC_METHOD(propertyName, methodName) \ argument31 …eturn(E_COMPILE_ERROR, "Enum %s cannot include magic method %s", ZSTR_VAL(ce->name), methodName); \
Completed in 25 milliseconds