Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php1492 …clare_typed_property(class_entry, $nameCode, &$zvalName, " . $this->getFlagsAsString() . ", NULL, …
1494 …_declare_property_ex(class_entry, $nameCode, &$zvalName, " . $this->getFlagsAsString() . ", NULL);…
1501 private function getFlagsAsString(): string function in PropertyInfo
1735 if ($this->getFlagsAsString()) {
1736 $code .= "\tclass_entry->ce_flags |= " . $this->getFlagsAsString() . ";\n";
1769 private function getFlagsAsString(): string function in ClassInfo

Completed in 12 milliseconds