Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-5.5/ext/dom/
H A Dentityreference.c44 PHP_ME(domentityreference, __construct, arginfo_dom_entityreference_construct, ZEND_ACC_PUBLIC)
49 PHP_METHOD(domentityreference, __construct) in PHP_METHOD() argument
/PHP-5.5/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.5/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 Dbug61292.phpt18 function __construct()
28 parent::__construct($dsn, $user, $pass, $options);
/PHP-5.5/ext/spl/tests/
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.5/ext/soap/tests/bugs/
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.5/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
H A Dphar_oo_004U.phpt32 function __construct($dir)
35 parent::__construct($dir);
102 MyDirectoryIterator::__construct
H A Dphar_oo_001.phpt23 function __construct()
39 $phar->__construct('oops');
/PHP-5.5/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.5/tests/classes/
H A Ddestructor_and_exceptions.phpt30 function __construct($what)
57 FatalException::__construct
/PHP-5.5/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.5/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.5/ext/phar/phar/
H A Ddirectorytreeiterator.inc22 function __construct($path)
24 parent::__construct(
/PHP-5.5/Zend/tests/
H A Dget_class_methods_003.phpt28 public function __construct() {
57 string(11) "__construct"
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_21_security.phpt34 Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the all…
37 #0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s')

Completed in 38 milliseconds

12345678910>>...29