Home
last modified time | relevance | path

Searched refs:__construct (Results 226 – 250 of 923) sorted by relevance

12345678910>>...37

/PHP-7.4/ext/mysqli/tests/
H A Dbug33263.phpt2 Bug #33263 (mysqli_real_connect in __construct)
15 public function __construct($host, $user, $passwd, $db, $port, $socket) {
/PHP-7.4/ext/spl/tests/
H A Dbug32134.phpt9 public function __construct($array = array())
11 parent::__construct($array);
H A Dbug40036.phpt7 public function __construct(array $array = array())
9 parent::__construct($array, ArrayObject::ARRAY_AS_PROPS);
H A Dbug78863.phpt19 Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct() expects parameter …
21 #0 %s(%d): DirectoryIterator->__construct('%s')
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_001.phpt21 function __construct()
37 $phar->__construct('oops');
H A Dbug46032.phpt2 Phar: bug #46032: PharData::__construct wrong memory read
32 #0 %sbug46032.php(%d): PharData->__construct('000000000000000...')
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug38055.phpt17 function __construct($wsdl) {
18 parent::__construct($wsdl);
H A Dbug42692.phpt15 function __construct($wsdl, $options) {
16 parent::__construct($wsdl, $options);
H A Dbug46419.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
H A Dbug34643.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
H A Dbug38067.phpt16 function __construct($wsdl, $opt) {
17 parent::__construct($wsdl, $opt);
/PHP-7.4/Zend/tests/
H A Dns_trailing_comma_02.phpt19 function __construct() { echo "BazFoo class\n"; }
22 function __construct() { echo "BazBar class\n"; }
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_construct_error.phpt5 /* Prototype : DateTimeZone::__construct ( string $timezone )
30 DateTimeZone::__construct() expects exactly 1 parameter, 2 given
H A Dbug52808.phpt130 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z/)
131 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z)
132 DateInterval::__construct(): Unknown or bad format (2007-05-11T15:30:00Z/:00Z)
H A DDateTime_construct_error.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
31 DateTime::__construct() expects at most 2 parameters, 3 given
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_003w.phpt11 function __construct($s, $i, $f) {
18 function __construct($f, $s) {
24 function __construct($f, $s, $x1, $x2, $x3) {
25 parent::__construct($f,$s);
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isInstantiable_variation.phpt9 public function __construct() {}
13 protected function __construct() {}
17 private function __construct() {}
H A DReflectionProperty_error.phpt39 Ok - ReflectionProperty::__construct() expects exactly 2 parameters, 0 given
40 Ok - ReflectionProperty::__construct() expects exactly 2 parameters, 1 given
41 Ok - ReflectionProperty::__construct() expects exactly 2 parameters, 3 given
H A DReflectionClass_newInstanceArgs_001.phpt15 public function __construct($a, $b) {
21 protected function __construct() {
27 private function __construct() {
95 Exception: Too few arguments to function B::__construct(), 0 passed and exactly 2 expected
H A DReflectionClass_newInstance_001.phpt15 public function __construct($a, $b) {
21 protected function __construct() {
27 private function __construct() {
88 Exception: Too few arguments to function B::__construct(), 0 passed and exactly 2 expected
/PHP-7.4/ext/soap/tests/
H A Dany.phpt11 function __construct($s, $i, $f) {
32 function __construct($wsdl, $options) {
33 parent::__construct($wsdl, $options);
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_create.h22 PHP_METHOD(Spoofchecker, __construct);
/PHP-7.4/tests/classes/
H A Ddestructor_and_exceptions.phpt30 function __construct($what)
57 FatalException::__construct
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug71940.phpt10 public function __construct($role)
20 public function __construct(Identity $identity)
/PHP-7.4/ext/pdo/tests/
H A Dbug_61292.phpt18 function __construct()
28 parent::__construct($dsn, $user, $pass, $options);

Completed in 30 milliseconds

12345678910>>...37