Searched refs:methodName (Results 1 – 4 of 4) sorted by relevance
6 function getMethodName(&$methodName) {7 $methodName = Abc::METHOD_NAME;
13 public function __call($methodName, array $arguments)
833 public $methodName; variable in MethodName835 public function __construct(Name $className, string $methodName) { argument837 $this->methodName = $methodName;845 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";849 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";853 return $this->getDeclarationClassName() . "_{$this->methodName}";857 return "$this->className::$this->methodName";865 return $this->methodName === "__construct";869 return $this->methodName === "__destruct";1101 $this->alias->getDeclarationClassName(), $this->name->methodName,[all …]
25 #define ZEND_ENUM_DISALLOW_MAGIC_METHOD(propertyName, methodName) \ argument28 zend_error_noreturn(E_COMPILE_ERROR, "Enum may not include %s", methodName); \
Completed in 15 milliseconds