Home
last modified time | relevance | path

Searched refs:__construct (Results 176 – 200 of 1254) sorted by relevance

12345678910>>...51

/php-src/ext/spl/tests/
H A Diterator_062.phpt2 SPL: RecursiveIteratorIterator::__construct(void)
18 RecursiveIteratorIterator::__construct() expects at least 1 argument, 0 given
H A DSplFixedArray__construct_param_array.phpt2 SplFixedArray::__construct() with array passed as integer.
16 Ok - SplFixedArray::__construct(): Argument #1 ($size) must be of type int, array given
H A DSplFixedArray__construct_param_null.phpt2 SplFixedArray::__construct() with null passed as parameter.
14 Deprecated: SplFixedArray::__construct(): Passing null to parameter #1 ($size) of type int is depre…
H A DSplFixedArray__construct_param_string.phpt2 SplFixedArray::__construct() with string passed as parameter.
16 Ok - SplFixedArray::__construct(): Argument #1 ($size) must be of type int, string given
/php-src/ext/dom/tests/
H A DDOMCDATASection_construct_error_001.phpt2 __construct() with no arguments.
17 DOMCdataSection::__construct() expects exactly 1 argument, 0 given
H A DDOMAttr_construct_error_001.phpt2 DOMAttr __construct() with no arguments.
17 DOMAttr::__construct() expects at least 1 argument, 0 given
H A DDOMDocumentFragment_construct_error_001.phpt2 DOMDocumentFragment::__construct() with too many errors.
17 DOMDocumentFragment::__construct() expects exactly 0 arguments, 1 given
/php-src/ext/pdo/tests/
H A Dpdo_023.phpt22 protected function __construct()
96 PDOStatementX::__construct()
99 PDOStatementX::__construct()
102 PDOStatementX::__construct()
105 PDOStatementX::__construct()
/php-src/Zend/
H A Dzend_fibers.stub.php11 public function __construct(callable $callback) {} function in Fiber
36 public function __construct() {} function in FiberError
/php-src/ext/spl/tests/SplFileObject/
H A Dbug54292.phpt2 Bug #54292 (Wrong parameter causes crash in SplFileObject::__construct())
14 string(85) "SplFileObject::__construct(): Argument #2 ($mode) must be of type string, array given"
/php-src/ext/intl/tests/
H A Dcalendar_toDateTime_error.phpt44 string(77) "exception: DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
47 string(66) "DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
50 string(66) "DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
53 string(66) "DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
H A Dbreakiter___construct.phpt2 IntlBreakIterator::__construct() should not be callable
12 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from global scope in …
/php-src/Zend/tests/
H A Dns_092.phpt6 class A { function __construct() {echo __METHOD__,"\n";} }
7 class B { function __construct() {echo __METHOD__,"\n";} }
53 Foo\Bar\A::__construct
54 Foo\Bar\B::__construct
H A Dbug31177-2.phpt6 function __construct($n=0) {
12 $y=$x->__construct(1);
H A Dgh8810_7.phpt7 public function __construct() {
20 #0 %s(10): A->__construct()
/php-src/ext/soap/tests/
H A Dfault_warning.phpt42 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
43 SoapFault::__construct(): Argument #1 ($code) must be of type array|string|null, stdClass given
46 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
47 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
/php-src/Zend/tests/weakrefs/
H A Dweakrefs_005.phpt2 WeakReference no __construct
10 #0 %s(2): WeakReference->__construct()
/php-src/ext/reflection/tests/
H A DReflectionObject_isInstantiable_variation.phpt13 public function __construct() {}
20 protected function __construct() {}
27 private function __construct() {}
/php-src/ext/opcache/tests/jit/
H A Dgh8461-004.phpt33 public function __construct($b)
45 public function __construct()
47 parent::__construct(self::B);
/php-src/ext/gmp/tests/
H A Dconstruct.phpt49 GMP::__construct(): Argument #2 ($base) must be 0 or between 2 and 62
50 GMP::__construct(): Argument #1 ($num) is not an integer string
51 GMP::__construct(): Argument #1 ($num) is not an integer string
/php-src/tests/classes/
H A Ddestructor_inheritance.phpt6 function __construct() {
25 base::__construct
/php-src/ext/spl/
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
H A Dspl_iterators_arginfo.h319 ZEND_METHOD(CallbackFilterIterator, __construct);
342 ZEND_METHOD(IteratorIterator, __construct);
349 ZEND_METHOD(FilterIterator, __construct);
354 ZEND_METHOD(ParentIterator, __construct);
355 ZEND_METHOD(LimitIterator, __construct);
361 ZEND_METHOD(CachingIterator, __construct);
378 ZEND_METHOD(NoRewindIterator, __construct);
384 ZEND_METHOD(AppendIterator, __construct);
392 ZEND_METHOD(InfiniteIterator, __construct);
394 ZEND_METHOD(RegexIterator, __construct);
[all …]
/php-src/Zend/tests/traits/
H A Dbug65576a.phpt8 public function __construct()
16 public function __construct()
/php-src/Zend/tests/enum/
H A Dtraits-no-forbidden-methods.phpt7 public function __construct() {}
21 Fatal error: Enum Suit cannot include magic method __construct in %s on line %d

Completed in 31 milliseconds

12345678910>>...51