Home
last modified time | relevance | path

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

12345

/PHP-8.4/Zend/
H A Dzend_attributes.stub.php27 public function __construct(int $flags = Attribute::TARGET_ALL) {} function in Attribute
33 public function __construct() {} function in ReturnTypeWillChange
39 public function __construct() {} function in AllowDynamicProperties
48 public function __construct() {} function in SensitiveParameter
59 public function __construct(mixed $value) {} function in SensitiveParameterValue
72 public function __construct() {} function in Override
85 public function __construct(?string $message = null, ?string $since = null) {} function in Deprecated
H A Dzend_attributes.c97 ZEND_METHOD(Attribute, __construct) in ZEND_METHOD() argument
109 ZEND_METHOD(ReturnTypeWillChange, __construct) in ZEND_METHOD() argument
114 ZEND_METHOD(AllowDynamicProperties, __construct) in ZEND_METHOD() argument
119 ZEND_METHOD(SensitiveParameter, __construct) in ZEND_METHOD() argument
124 ZEND_METHOD(SensitiveParameterValue, __construct) in ZEND_METHOD() argument
154 ZEND_METHOD(Override, __construct) in ZEND_METHOD() argument
159 ZEND_METHOD(Deprecated, __construct) in ZEND_METHOD() argument
H A Dzend_fibers.stub.php11 public function __construct(callable $callback) {} function in Fiber
36 public function __construct() {} function in FiberError
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
/PHP-8.4/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
127 public function __construct(Traversable $iterator, ?string $class = null) {} function in IteratorIterator
153 public function __construct(Iterator $iterator) {} function in FilterIterator
164 public function __construct(RecursiveIterator $iterator) {} function in RecursiveFilterIterator
175 public function __construct(RecursiveIterator $iterator) {} function in ParentIterator
192 public function __construct(Iterator $iterator, int $offset = 0, int $limit = -1) {} function in LimitIterator
291 public function __construct(Iterator $iterator) {} function in NoRewindIterator
311 public function __construct() {} function in AppendIterator
337 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
178 …public function __construct(string $directory, int $flags = FilesystemIterator::KEY_AS_PATHNAME | … function in FilesystemIterator
198 …public function __construct(string $directory, int $flags = FilesystemIterator::KEY_AS_PATHNAME | … function in RecursiveDirectoryIterator
216 …public function __construct(string $pattern, int $flags = FilesystemIterator::KEY_AS_PATHNAME | Fi… function in GlobIterator
235 …public function __construct(string $filename, string $mode = "r", bool $useIncludePath = false, $c… function in SplFileObject
338 public function __construct(int $maxMemory = 2 * 1024 * 1024) {} function in SplTempFileObject
/PHP-8.4/ext/zend_test/
H A Dobject_handlers.stub.php10 public function __construct(int $val) {} function in DoOperationNoCast
15 public function __construct(int $val) {} function in LongCastableNoOperations
19 public function __construct(float $val) {} function in FloatCastableNoOperations
23 public function __construct(int|float $val) {} function in NumericCastableNoOperations
H A Dobject_handlers.c114 ZEND_METHOD(DoOperationNoCast, __construct) in ZEND_METHOD() argument
150 ZEND_METHOD(LongCastableNoOperations, __construct) in ZEND_METHOD() argument
186 ZEND_METHOD(FloatCastableNoOperations, __construct) in ZEND_METHOD() argument
224 ZEND_METHOD(NumericCastableNoOperations, __construct) in ZEND_METHOD() argument
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.4/ext/reflection/
H A Dphp_reflection.stub.php122 public function __construct(Closure|string $function) {} function in ReflectionFunction
147 public function __construct(Generator $generator) {} function in ReflectionGenerator
263 public function __construct(object|string $objectOrClass) {} function in ReflectionClass
445 public function __construct(object $object) {} function in ReflectionObject
644 public function __construct($function, int|string $param) {} function in ReflectionParameter
755 public function __construct(string $name) {} function in ReflectionExtension
801 public function __construct(string $name) {} function in ReflectionZendExtension
831 private function __construct() {} function in ReflectionReference
852 private function __construct() {} function in ReflectionAttribute
890 public function __construct(Fiber $fiber) {} function in ReflectionFiber
[all …]
/PHP-8.4/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.4/ext/random/
H A Drandom.stub.php48 public function __construct(int|null $seed = null, int $mode = MT_RAND_MT19937) {} function in Random\\Engine\\Mt19937
64 public function __construct(string|int|null $seed = null) {} function in Random\\Engine\\PcgOneseq128XslRr64
86 public function __construct(string|int|null $seed = null) {} function in Random\\Engine\\Xoshiro256StarStar
134 public function __construct(?Engine $engine = null) {} function in Random\\Randomizer
/PHP-8.4/build/
H A Dgen_stub.php202 public function __construct(Type $keyType, Type $valueType) function in ArrayType
845 public function __construct( function in ArgInfo
994 public function __construct(Name $class, string $const) function in ClassConstName
1020 public function __construct(Name $class, string $property) function in PropertyName
1051 public function __construct(Name $name) { function in FunctionName
1258 public function __construct( function in FuncInfo
2371 public function __construct( function in VariableLike
2561 public function __construct( function in ConstInfo
2924 public function __construct( function in PropertyInfo
3212 public function __construct( function in ClassInfo
[all …]
/PHP-8.4/ext/intl/breakiterator/
H A Dbreakiterator.stub.php68 private function __construct() {} function in IntlBreakIterator
118 public function __construct(string $rules, bool $compiled = false) {} function in IntlRuleBasedBreakIterator
/PHP-8.4/ext/intl/spoofchecker/
H A Dspoofchecker_create.c24 PHP_METHOD(Spoofchecker, __construct) in PHP_METHOD() argument
/PHP-8.4/scripts/dev/
H A Dbless_tests.php146 public function __construct(int $type, $old, $new) { function in DiffElem
162 public function __construct(callable $isEqual) { function in Differ
/PHP-8.4/ext/soap/
H A Dsoap.stub.php457 public function __construct(mixed $data, string $name) {} function in SoapParam
468 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde… function in SoapHeader
481 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … function in SoapFault
495 …public function __construct(mixed $data, ?int $encoding, ?string $typeName = null, ?string $typeNa… function in SoapVar
502 public function __construct(?string $wsdl, array $options = []) {} function in SoapServer
576 public function __construct(?string $wsdl, array $options = []) {} function in SoapClient
/PHP-8.4/ext/intl/dateformat/
H A Ddatepatterngenerator.stub.php8 public function __construct(?string $locale = null) {} function in IntlDatePatternGenerator
/PHP-8.4/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
/PHP-8.4/ext/sqlite3/
H A Dsqlite3.stub.php165 …public function __construct(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_C… function in SQLite3
247 private function __construct(SQLite3 $sqlite3, string $query) {} function in SQLite3Stmt
280 private function __construct() {} function in SQLite3Result
/PHP-8.4/ext/pdo/
H A Dpdo_dbh.stub.php167 …public function __construct(string $dsn, ?string $username = null, #[\SensitiveParameter] ?string … function in PDO

Completed in 87 milliseconds

12345