Home
last modified time | relevance | path

Searched refs:__construct (Results 151 – 175 of 923) sorted by last modified time

12345678910>>...37

/PHP-7.4/ext/spl/tests/
H A Diterator_044.phpt16 function __construct(Iterator $it, $flags = 0)
18 parent::__construct($it, $flags);
72 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
73 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
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)
H A Diterator_046.phpt16 function __construct(Iterator $it, $flags = 0)
18 parent::__construct($it, $flags);
H A Diterator_052.phpt10 function __construct($it, $re, $mode, $flags = 0)
14 parent::__construct($it, $re, $mode, $flags);
H A Diterator_053.phpt10 function __construct($it, $re, $mode, $flags = 0)
14 parent::__construct($it, $re, $mode, $flags);
H A Dobserver_001.phpt10 function __construct($name = 'obj')
31 function __construct($name = 'sub')
H A Dobserver_002.phpt43 function __construct($name = 'obj')
64 function __construct($name = 'sub')
H A Dobserver_003.phpt10 public function __construct($test = 42)
H A Dobserver_004.phpt10 public function __construct($test = 42)
20 public function __construct($bla = 26)
H A Dobserver_005.phpt13 public function __construct($pub = 42, $pro = 43, $pri = 44)
32 public function __construct($pub = 52, $pro = 53, $pri = 54)
H A Dobserver_006.phpt10 public function __construct($test = 42)
20 public function __construct($bla = 26)
H A Drecursive_tree_iterator_003.phpt13 RecursiveCachingIterator::__construct() expects parameter 1 to be RecursiveIterator, object given
H A Drecursive_tree_iterator_006.phpt29 function __construct($it) {
H A Drecursive_tree_iterator_007.phpt12 function __construct($it) {
H A Darray_017.phpt12 function __construct($ar, $flags = 0)
15 parent::__construct($ar, $flags);
43 parent::__construct($ar, $flags);
134 ArrayObjectEx::__construct()
179 ArrayIteratorEx::__construct()
247 ArrayIteratorEx::__construct()
368 ArrayIteratorEx::__construct()
436 ArrayIteratorEx::__construct()
550 ArrayIteratorEx::__construct()
609 ArrayIteratorEx::__construct()
[all …]
H A Darray_022.phpt9 public function __construct()
11 parent::__construct($this);
30 public function __construct()
32 parent::__construct($this);
H A Dbug32134.phpt9 public function __construct($array = array())
11 parent::__construct($array);
H A Dbug33136.phpt10 function __construct()
13 parent::__construct($this->data);
H A Dbug37457.phpt10 public function __construct(array $a)
73 Collection::__construct
H A Dbug38618.phpt10 public function __construct($title)
25 public function __construct($title)
H A Dbug40036.phpt7 public function __construct(array $array = array())
9 parent::__construct($array, ArrayObject::ARRAY_AS_PROPS);
H A Dbug40091.phpt6 function __construct($directory_to_use) {}
H A Dbug40872.phpt8 function __construct($id) {
H A Dfixedarray_005.phpt27 Ok - SplFixedArray::__construct() expects parameter 1 to be int, object given
28 Ok - SplFixedArray::__construct() expects parameter 1 to be int, string given
29 Ok - SplFixedArray::__construct() expects parameter 1 to be int, string given
H A Dfixedarray_021.phpt27 /* calling __construct() twice */
29 var_dump($c->__construct());

Completed in 98 milliseconds

12345678910>>...37