Home
last modified time | relevance | path

Searched defs:__construct (Results 1 – 25 of 109) sorted by relevance

12345

/PHP-8.2/Zend/
H A Dzend_attributes.stub.php51 public function __construct(int $flags = Attribute::TARGET_ALL) {} function in Attribute
57 public function __construct() {} function in ReturnTypeWillChange
63 public function __construct() {} function in AllowDynamicProperties
72 public function __construct() {} function in SensitiveParameter
83 public function __construct(mixed $value) {} function in SensitiveParameterValue
H A Dzend_fibers.stub.php11 public function __construct(callable $callback) {} function in Fiber
36 public function __construct() {} function in FiberError
H A Dzend_attributes.c90 ZEND_METHOD(Attribute, __construct) in ZEND_METHOD() argument
102 ZEND_METHOD(ReturnTypeWillChange, __construct) in ZEND_METHOD() argument
107 ZEND_METHOD(AllowDynamicProperties, __construct) in ZEND_METHOD() argument
112 ZEND_METHOD(SensitiveParameter, __construct) in ZEND_METHOD() argument
117 ZEND_METHOD(SensitiveParameterValue, __construct) in ZEND_METHOD() argument
H A Dzend_exceptions.stub.php45 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} function in Exception
72 public function __construct( function in ErrorException
106 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} function in Error
H A Dzend_closures.stub.php11 private function __construct() {} function in Closure
H A Dzend_weakrefs.stub.php11 public function __construct() {} function in WeakReference
/PHP-8.2/ext/spl/
H A Dspl_iterators.stub.php25 public function __construct(Iterator $iterator, callable $callback) {} function in CallbackFilterIterator
33 public function __construct(RecursiveIterator $iterator, callable $callback) {} function in RecursiveCallbackFilterIterator
139 public function __construct(Traversable $iterator, ?string $class = null) {} function in IteratorIterator
165 public function __construct(Iterator $iterator) {} function in FilterIterator
176 public function __construct(RecursiveIterator $iterator) {} function in RecursiveFilterIterator
187 public function __construct(RecursiveIterator $iterator) {} function in ParentIterator
204 public function __construct(Iterator $iterator, int $offset = 0, int $limit = -1) {} function in LimitIterator
321 public function __construct(Iterator $iterator) {} function in NoRewindIterator
341 public function __construct() {} function in AppendIterator
367 public function __construct(Iterator $iterator) {} function in InfiniteIterator
[all …]
H A Dspl_directory.stub.php8 public function __construct(string $filename) {} function in SplFileInfo
109 public function __construct(string $directory) {} function in DirectoryIterator
214 …public function __construct(string $directory, int $flags = FilesystemIterator::KEY_AS_PATHNAME | … function in FilesystemIterator
234 …public function __construct(string $directory, int $flags = FilesystemIterator::KEY_AS_PATHNAME | … function in RecursiveDirectoryIterator
252 …public function __construct(string $pattern, int $flags = FilesystemIterator::KEY_AS_PATHNAME | Fi… function in GlobIterator
283 …public function __construct(string $filename, string $mode = "r", bool $useIncludePath = false, $c… function in SplFileObject
386 public function __construct(int $maxMemory = 2 * 1024 * 1024) {} function in SplTempFileObject
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php125 public function __construct(Closure|string $function) {} function in ReflectionFunction
150 public function __construct(Generator $generator) {} function in ReflectionGenerator
284 public function __construct(object|string $objectOrClass) {} function in ReflectionClass
450 public function __construct(object $object) {} function in ReflectionObject
623 public function __construct($function, int|string $param) {} function in ReflectionParameter
734 public function __construct(string $name) {} function in ReflectionExtension
780 public function __construct(string $name) {} function in ReflectionZendExtension
810 private function __construct() {} function in ReflectionReference
832 private function __construct() {} function in ReflectionAttribute
837 public function __construct(object|string $objectOrClass) {} function in ReflectionEnum
[all …]
/PHP-8.2/ext/random/
H A Drandom.stub.php46 public function __construct(int|null $seed = null, int $mode = MT_RAND_MT19937) {} function in Random\\Engine\\Mt19937
62 public function __construct(string|int|null $seed = null) {} function in Random\\Engine\\PcgOneseq128XslRr64
84 public function __construct(string|int|null $seed = null) {} function in Random\\Engine\\Xoshiro256StarStar
132 public function __construct(?Engine $engine = null) {} function in Random\\Randomizer
/PHP-8.2/ext/curl/
H A Dcurl_file.stub.php12 …public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename … function in CURLFile
36 …public function __construct(string $data, string $postname, string $mime = "application/octet-stre… function in CURLStringFile
H A Dcurl_file.c53 ZEND_METHOD(CURLFile, __construct) in ZEND_METHOD() argument
123 ZEND_METHOD(CURLStringFile, __construct) in ZEND_METHOD() argument
/PHP-8.2/build/
H A Dgen_stub.php180 public function __construct(Type $keyType, Type $valueType) function in ArrayType
826 public function __construct( function in ArgInfo
966 public function __construct(Name $class, string $const) function in ClassConstName
987 public function __construct(Name $class, string $property) function in PropertyName
1013 public function __construct(Name $name) { function in FunctionName
1204 public function __construct( function in FuncInfo
1721 public function __construct( function in VariableLike
1847 public function __construct( function in ConstInfo
2114 public function __construct( function in PropertyInfo
2313 public function __construct(string $name, ?Expr $value) { function in EnumCaseInfo
[all …]
/PHP-8.2/ext/zend_test/
H A Diterators.stub.php12 public function __construct() {} function in ZendTest\\Iterators\\TraversableTest
H A Dfiber.stub.php10 public function __construct(callable $callback) {} function in _ZendTestFiber
/PHP-8.2/ext/soap/
H A Dsoap.stub.php437 public function __construct(mixed $data, string $name) {} function in SoapParam
448 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde… function in SoapHeader
461 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … function in SoapFault
475 …public function __construct(mixed $data, ?int $encoding, ?string $typeName = null, ?string $typeNa… function in SoapVar
482 public function __construct(?string $wsdl, array $options = []) {} function in SoapServer
557 public function __construct(?string $wsdl, array $options = []) {} function in SoapClient
/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker_create.c24 PHP_METHOD(Spoofchecker, __construct) in PHP_METHOD() argument
/PHP-8.2/scripts/dev/
H A Dbless_tests.php144 public function __construct(int $type, $old, $new) { function in DiffElem
160 public function __construct(callable $isEqual) { function in Differ
/PHP-8.2/ext/intl/dateformat/
H A Ddatepatterngenerator.stub.php8 public function __construct(?string $locale = null) {} function in IntlDatePatternGenerator
/PHP-8.2/ext/dom/
H A Dcdatasection.c34 PHP_METHOD(DOMCdataSection, __construct) in PHP_METHOD() argument
H A Dcomment.c34 PHP_METHOD(DOMComment, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php263 public function __construct(string $data) {} function in DOMCdataSection
268 public function __construct(string $data = "") {} function in DOMComment
456 public function __construct() {} function in DOMDocumentFragment
538 public function __construct(string $name, string $value = "") {} function in DOMAttr
567 …public function __construct(string $qualifiedName, ?string $value = null, string $namespace = "") … function in DOMElement
702 public function __construct(string $version = "1.0", string $encoding = "") {} function in DOMDocument
822 public function __construct(string $data = "") {} function in DOMText
889 public function __construct(string $name) {} function in DOMEntityReference
908 public function __construct(string $name, string $value = "") {} function in DOMProcessingInstruction
920 public function __construct(DOMDocument $document, bool $registerNodeNS = true) {} function in DOMXPath
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator.stub.php125 private function __construct() {} function in IntlBreakIterator
175 public function __construct(string $rules, bool $compiled = false) {} function in IntlRuleBasedBreakIterator
/PHP-8.2/ext/intl/collator/
H A Dcollator_create.c72 PHP_METHOD( Collator, __construct ) in PHP_METHOD() argument
/PHP-8.2/ext/com_dotnet/
H A Dcom_persist.stub.php7 public function __construct(?variant $variant = null) {} function in COMPersistHelper

Completed in 61 milliseconds

12345