Home
last modified time | relevance | path

Searched refs:__construct (Results 301 – 325 of 706) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-5.5/Zend/tests/
H A Dns_070.phpt9 public function __construct(\stdclass $x = NULL) {
H A Dbug60444.phpt6 public function __construct() {
H A Dget_parent_class_001.phpt17 public function __construct() {
H A Djump11.phpt6 public function __construct() {
H A Dbug62763.phpt6 public function __construct() {
H A Dclass_alias_005.phpt18 public function __construct() {
/PHP-5.5/tests/lang/
H A Dbug24436.phpt6 function __construct() {
H A Dbug24908.phpt8 function __construct() {
/PHP-5.5/ext/date/tests/
H A DDateTime_construct-dst-overlap.phpt2 DateTime::__construct() -- fall daylight/standard overlap
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt55 public function __construct($a, $b) {
115 private function __construct($a, $b) {
143 [E_WARNING] Missing argument 1 for mysqli_fetch_object_construct::__construct() in %s on line %d
144 [E_WARNING] Missing argument 2 for mysqli_fetch_object_construct::__construct() in %s on line %d
147 [E_WARNING] Missing argument 2 for mysqli_fetch_object_construct::__construct() in %s on line %d
H A Dmysqli_fetch_object_oo.phpt64 public function __construct($a, $b) {
114 [E_WARNING] mysqli_result::__construct(): invalid object or resource mysql%s
123 [E_WARNING] Missing argument 1 for mysqli_fetch_object_construct::__construct() in %s on line %d
124 [E_WARNING] Missing argument 2 for mysqli_fetch_object_construct::__construct() in %s on line %d
127 [E_WARNING] Missing argument 2 for mysqli_fetch_object_construct::__construct() in %s on line %d
H A D060.phpt13 function __construct($arg1, $arg2) {
57 test_class::__construct(1,2)
H A Dbug36949.phpt15 public function __construct() {
33 public function __construct() {
/PHP-5.5/ext/intl/tests/
H A Dformatter_clone_bad_obj.phpt9 function __construct() {}
H A Ddateformat_clone_bad_obj.phpt9 function __construct() {}
H A Dmsgfmt_clone_bad_obj.phpt9 function __construct() {}
H A Duconverter___construct_error.phpt12 Warning: UConverter::__construct(): ucnv_open() returned error 4: U_FILE_ACCESS_ERROR in %s on line…
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_construct_param_SplFixedArray.phpt11 Warning: SplFixedArray::__construct() expects parameter 1 to be long, object given in %s on line %d
H A Dbug62904.phpt7 public function __construct($size) {
H A Diterator_039.phpt11 public function __construct($a)
72 NumericArrayIterator::__construct
H A Diterator_052.phpt10 function __construct($it, $re, $mode, $flags = 0)
14 parent::__construct($it, $re, $mode, $flags);
H A DarrayObject_setIteratorClass_error1.phpt55 string(113) "ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterato…
56 string(105) "ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterato…
/PHP-5.5/ext/soap/tests/
H A Dany.phpt32 function __construct($wsdl, $options) {
33 parent::__construct($wsdl, $options);
/PHP-5.5/ext/dom/
H A Ddocumentfragment.c47 PHP_ME(domdocumentfragment, __construct, arginfo_dom_documentfragement_construct, ZEND_ACC_PUBLIC)
53 PHP_METHOD(domdocumentfragment, __construct) in PHP_METHOD() argument
/PHP-5.5/ext/spl/examples/
H A Drecursivedualiterator.inc27 function __construct(RecursiveIterator $lhs, RecursiveIterator $rhs,
30 parent::__construct($lhs, $rhs, $flags);

Completed in 31 milliseconds

1...<<11121314151617181920>>...29