Home
last modified time | relevance | path

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

1234

/PHP-8.0/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
118 public function __construct(Traversable $iterator, ?string $class = null) {} function in IteratorIterator
144 public function __construct(Iterator $iterator) {} function in FilterIterator
155 public function __construct(RecursiveIterator $iterator) {} function in RecursiveFilterIterator
166 public function __construct(RecursiveIterator $iterator) {} function in ParentIterator
183 public function __construct(Iterator $iterator, int $offset = 0, int $limit = -1) {} function in LimitIterator
269 public function __construct(Iterator $iterator) {} function in NoRewindIterator
289 public function __construct() {} function in AppendIterator
315 public function __construct(Iterator $iterator) {} function in InfiniteIterator
[all …]
H A Dspl_directory.stub.php7 public function __construct(string $filename) {} function in SplFileInfo
105 public function __construct(string $directory) {} function in DirectoryIterator
143 …public function __construct(string $directory, int $flags = FilesystemIterator::KEY_AS_PATHNAME | … function in FilesystemIterator
163 …public function __construct(string $directory, int $flags = FilesystemIterator::KEY_AS_PATHNAME | … function in RecursiveDirectoryIterator
181 …public function __construct(string $pattern, int $flags = FilesystemIterator::KEY_AS_PATHNAME | Fi… function in GlobIterator
191 …public function __construct(string $filename, string $mode = "r", bool $useIncludePath = false, $c… function in SplFileObject
295 public function __construct(int $maxMemory = 2 * 1024 * 1024) {} function in SplTempFileObject
H A Dspl_iterators.c1044 PHP_METHOD(RecursiveTreeIterator, __construct) in PHP_METHOD() argument
1447 PHP_METHOD(FilterIterator, __construct) in PHP_METHOD() argument
1453 PHP_METHOD(CallbackFilterIterator, __construct) in PHP_METHOD() argument
1766 PHP_METHOD(ParentIterator, __construct) in PHP_METHOD() argument
1772 PHP_METHOD(RegexIterator, __construct) in PHP_METHOD() argument
2242 PHP_METHOD(LimitIterator, __construct) in PHP_METHOD() argument
2410 PHP_METHOD(CachingIterator, __construct) in PHP_METHOD() argument
2725 PHP_METHOD(IteratorIterator, __construct) in PHP_METHOD() argument
2731 PHP_METHOD(NoRewindIterator, __construct) in PHP_METHOD() argument
2807 PHP_METHOD(InfiniteIterator, __construct) in PHP_METHOD() argument
[all …]
/PHP-8.0/ext/soap/
H A Dsoap.stub.php11 public function __construct(mixed $data, string $name) {} function in SoapParam
16 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde… function in SoapHeader
21 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … function in SoapFault
28 …public function __construct(mixed $data, ?int $encoding, ?string $typeName = null, ?string $typeNa… function in SoapVar
33 public function __construct(?string $wsdl, array $options = []) {} function in SoapServer
65 public function __construct(?string $wsdl, array $options = []) {} function in SoapClient
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php108 public function __construct(Closure|string $function) {} function in ReflectionFunction
130 public function __construct(Generator $generator) {} function in ReflectionGenerator
207 public function __construct(object|string $objectOrClass) {} function in ReflectionClass
370 public function __construct(object $object) {} function in ReflectionObject
378 public function __construct(object|string $class, string $property) {} function in ReflectionProperty
443 public function __construct(object|string $class, string $constant) {} function in ReflectionClassConstant
481 public function __construct($function, int|string $param) {} function in ReflectionParameter
584 public function __construct(string $name) {} function in ReflectionExtension
627 public function __construct(string $name) {} function in ReflectionZendExtension
656 private function __construct() {} function in ReflectionReference
[all …]
/PHP-8.0/Zend/
H A Dzend_exceptions.stub.php27 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} function in Exception
52 …public function __construct(string $message = "", int $code = 0, int $severity = E_ERROR, ?string … function in ErrorException
63 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} function in Error
H A Dzend_attributes.stub.php7 public function __construct(int $flags = Attribute::TARGET_ALL) {} function in Attribute
H A Dzend_closures.stub.php7 private function __construct() {} function in Closure
H A Dzend_weakrefs.stub.php7 public function __construct() {} function in WeakReference
/PHP-8.0/build/
H A Dgen_stub.php109 public function __construct(string $name, bool $isBuiltin) { function in SimpleType
250 public function __construct(array $types) { function in Type
351 public function __construct(array $classTypes, array $builtinTypes) { function in ArginfoType
394 …public function __construct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDo… function in ArgInfo
479 public function __construct(Name $name) { function in FunctionName
537 public function __construct(Name $className, string $methodName) { function in MethodName
583 public function __construct(bool $byRef, ?Type $type, ?Type $phpDocType) { function in ReturnInfo
623 public function __construct( function in FuncInfo
980 public function __construct(Name $name, array $funcInfos) { function in ClassInfo
1015 public function __construct(string $name, ?string $value) { function in DocCommentTag
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php11 public function __construct(string $data) {} function in DOMCdataSection
16 public function __construct(string $data = "") {} function in DOMComment
117 public function __construct() {} function in DOMDocumentFragment
171 public function __construct(string $name, string $value = "") {} function in DOMAttr
179 …public function __construct(string $qualifiedName, ?string $value = null, string $namespace = "") … function in DOMElement
255 public function __construct(string $version = "1.0", string $encoding = "") {} function in DOMDocument
367 public function __construct(string $data = "") {} function in DOMText
405 public function __construct(string $name) {} function in DOMEntityReference
414 public function __construct(string $name, string $value = "") {} function in DOMProcessingInstruction
420 public function __construct(DOMDocument $document, bool $registerNodeNS = true) {} function in DOMXPath
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 Dentityreference.c34 PHP_METHOD(DOMEntityReference, __construct) in PHP_METHOD() argument
/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_create.c24 PHP_METHOD(Spoofchecker, __construct) in PHP_METHOD() argument
H A Dspoofchecker.stub.php7 public function __construct() {} function in Spoofchecker
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator.stub.php25 private function __construct() {} function in IntlBreakIterator
74 public function __construct(string $rules, bool $compiled = false) {} function in IntlRuleBasedBreakIterator
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.stub.php8 …public function __construct(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_C… function in SQLite3
86 private function __construct(SQLite3 $sqlite3, string $query) {} function in SQLite3Stmt
118 private function __construct() {} function in SQLite3Result
/PHP-8.0/scripts/dev/
H A Dbless_tests.php142 public function __construct(int $type, $old, $new) { function in DiffElem
158 public function __construct(callable $isEqual) { function in Differ
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension.stub.php71 … public function __construct(mixed $value = null, int $type = VT_EMPTY, int $codepage = CP_ACP) {} function in variant
76 …public function __construct(string $module_name, array|string|null $server_name = null, int $codep… function in com
82 …public function __construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP) … function in dotnet
H A Dcom_persist.stub.php7 public function __construct(?variant $variant = null) {} function in COMPersistHelper
/PHP-8.0/ext/intl/collator/
H A Dcollator_create.c67 PHP_METHOD( Collator, __construct ) in PHP_METHOD() argument
/PHP-8.0/ext/curl/
H A Dcurl_file.stub.php7 …public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename … function in CURLFile
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator.stub.php7 final private function __construct() {} function in Transliterator
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php7 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {} function in ResourceBundle

Completed in 48 milliseconds

1234