Home
last modified time | relevance | path

Searched refs:__construct (Results 201 – 225 of 732) sorted by relevance

12345678910>>...30

/PHP-5.6/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 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-5.6/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 Dbug34643.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
H A Dbug38067.phpt16 function __construct($wsdl, $opt) {
17 parent::__construct($wsdl, $opt);
H A Dbug36999.phpt18 function __construct($wsdl) {
19 parent::__construct($wsdl);
H A Dbug38004.phpt16 function __construct($wsdl) {
17 parent::__construct($wsdl);
/PHP-5.6/ext/intl/doc/
H A Ddatefmt_api.php63 * @see __construct
66 …public function __construct($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pa… function in DateFormatter
79 * @see __construct
/PHP-5.6/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)
H A Dbug_61292.phpt18 function __construct()
28 parent::__construct($dsn, $user, $pass, $options);
/PHP-5.6/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_001U.phpt23 function __construct()
39 $phar->__construct('oops');
H A Dphar_oo_004.phpt32 function __construct($dir)
35 parent::__construct($dir);
102 MyDirectoryIterator::__construct
/PHP-5.6/ext/spl/examples/
H A Ddirectoryfilterdots.inc25 function __construct($path)
27 parent::__construct(new RecursiveDirectoryIterator($path));
H A Dregexfindfile.inc27 function __construct($path, $regex)
29 parent::__construct($path, $regex);
H A Ddirectorytreeiterator.inc22 function __construct($path)
24 parent::__construct(
/PHP-5.6/tests/classes/
H A Ddestructor_and_exceptions.phpt30 function __construct($what)
57 FatalException::__construct
/PHP-5.6/ext/reflection/tests/
H A DReflectionProperty_error.phpt24 Warning: ReflectionProperty::__construct() expects exactly 2 parameters, 0 given in %s on line %d
32 Warning: ReflectionProperty::__construct() expects exactly 2 parameters, 1 given in %s on line %d
40 Warning: ReflectionProperty::__construct() expects exactly 2 parameters, 3 given in %s on line %d
H A DReflectionMethod_basic2.phpt48 reflectMethod("ReflectionProperty", "__construct");
150 Reflecting on method ReflectionProperty::__construct()
153 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
163 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
H A DReflectionMethod_basic3.phpt50 reflectMethod("ReflectionProperty", "__construct");
141 Reflecting on method ReflectionProperty::__construct()
145 string(11) "__construct"
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt24 private function __construct($caller = NULL) {
100 …hMode(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('PDO shall not call __construct()'));
106 $stmt->setFetchMode(PDO::FETCH_CLASS, 'myclass', array('PDO shall call __construct()'));
127 myclass::__construct(Creating object)
146 myclass::__construct(PDO shall call __construct())
/PHP-5.6/ext/phar/phar/
H A Ddirectorytreeiterator.inc22 function __construct($path)
24 parent::__construct(
/PHP-5.6/Zend/tests/
H A Dget_class_methods_003.phpt28 public function __construct() {
57 string(11) "__construct"

Completed in 162 milliseconds

12345678910>>...30