Home
last modified time | relevance | path

Searched refs:__construct (Results 251 – 275 of 944) sorted by relevance

1...<<11121314151617181920>>...38

/PHP-7.2/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-7.2/ext/standard/tests/serialize/
H A Dbug71940.phpt10 public function __construct($role)
20 public function __construct(Identity $identity)
/PHP-7.2/tests/classes/
H A Ddestructor_and_exceptions.phpt30 function __construct($what)
57 FatalException::__construct
/PHP-7.2/ext/date/tests/
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
H A Dbug48476.phpt6 public function __construct() { }
9 public function __construct() { }
/PHP-7.2/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-7.2/ext/phar/tests/
H A Dphar_oo_004.phpt31 function __construct($dir)
34 parent::__construct($dir);
101 MyDirectoryIterator::__construct
/PHP-7.2/ext/spl/tests/
H A Dbug74669.phpt11 public function __construct()
50 public function __construct()
52 parent::__construct($this);
/PHP-7.2/Zend/tests/bug39542/
H A Dbug39542.php3 function __construct() { function in bug39542
/PHP-7.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_007w.phpt11 function __construct($f, $s) {
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_008w.phpt11 function __construct($f, $s) {
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_009w.phpt11 function __construct($f, $s) {
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_010w.phpt11 function __construct($f, $s) {
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
/PHP-7.2/ext/pdo/tests/
H A Dbug_61292.phpt18 function __construct()
28 parent::__construct($dsn, $user, $pass, $options);
/PHP-7.2/ext/phar/phar/
H A Ddirectorytreeiterator.inc22 function __construct($path)
24 parent::__construct(
/PHP-7.2/Zend/tests/
H A Dget_class_methods_003.phpt28 public function __construct() {
57 string(11) "__construct"
/PHP-7.2/ext/reflection/tests/
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-7.2/ext/intl/spoofchecker/
H A Dspoofchecker_create.h22 PHP_METHOD(Spoofchecker, __construct);
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_21_security.phpt36 Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the all…
39 #0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s')

Completed in 23 milliseconds

1...<<11121314151617181920>>...38