Home
last modified time | relevance | path

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

12345678910>>...38

/PHP-7.2/ext/soap/tests/
H A Dtransport001.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
H A Dany.phpt11 function __construct($s, $i, $f) {
32 function __construct($wsdl, $options) {
33 parent::__construct($wsdl, $options);
/PHP-7.2/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.2/ext/spl/tests/
H A Dbug50579.phpt7 public function __construct( ) {
8 parent::__construct(array(
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')
H A Diterator_045.phpt16 function __construct(Iterator $it, $flags = 0)
18 parent::__construct($it, $flags);
98 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
99 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
/PHP-7.2/ext/phar/tests/
H A Dbug46032.phpt2 Phar: bug #46032: PharData::__construct wrong memory read
32 #0 %sbug46032.php(%d): PharData->__construct('000000000000000...')
H A Dphar_oo_001.phpt22 function __construct()
38 $phar->__construct('oops');
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug29844.phpt18 function __construct($wsdl, $options) {
19 parent::__construct($wsdl, $options);
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);
/PHP-7.2/Zend/tests/
H A Dns_trailing_comma_02.phpt19 function __construct() { echo "BazFoo class\n"; }
22 function __construct() { echo "BazBar class\n"; }
/PHP-7.2/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)
/PHP-7.2/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.2/ext/pdo/tests/
H A Dpdo_005.phpt35 public function __construct(&$row)
111 TestDerived::__construct(0,1)
112 TestDerived::__construct(1,2)
113 TestDerived::__construct(2,3)
/PHP-7.2/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.2/ext/date/
H A Dphp_date.h53 PHP_METHOD(DateTime, __construct);
78 PHP_METHOD(DateTimeImmutable, __construct);
90 PHP_METHOD(DateTimeZone, __construct);
103 PHP_METHOD(DateInterval, __construct);
109 PHP_METHOD(DatePeriod, __construct);
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt22 private function __construct($caller = NULL) {
98 …hMode(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('PDO shall not call __construct()'));
104 $stmt->setFetchMode(PDO::FETCH_CLASS, 'myclass', array('PDO shall call __construct()'));
125 myclass::__construct(Creating object)
144 myclass::__construct(PDO shall call __construct())

Completed in 33 milliseconds

12345678910>>...38