Home
last modified time | relevance | path

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

/php-src/Zend/tests/closures/
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}"
/php-src/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-src/build/
H A Dgen_stub.php1110 public string $methodName; variable in MethodName
1112 public function __construct(Name $className, string $methodName) { argument
1114 $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 …]
/php-src/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 19 milliseconds