Home
last modified time | relevance | path

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

/PHP-8.4/Zend/tests/
H A Dclosure_065.phpt8 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}"
H A Dbug71622.phpt6 function getMethodName(&$methodName) {
7 $methodName = Abc::METHOD_NAME;
H A Dbug78898.phpt13 public function __call($methodName, array $arguments)
/PHP-8.4/build/
H A Dgen_stub.php1118 public string $methodName; variable in MethodName
1120 public function __construct(Name $className, string $methodName) { argument
1122 $this->methodName = $methodName;
1134 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1139 $parts = [...$this->className->getParts(), ltrim($this->methodName, '_')];
1145 return strtolower($this->methodName);
1149 return "$this->className::$this->methodName";
1157 return $this->methodName === "__construct";
1161 return $this->methodName === "__destruct";
1447 $zendName = '"' . $this->name->methodName . '"';
[all …]
/PHP-8.4/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 21 milliseconds