Searched refs:__construct (Results 601 – 625 of 706) sorted by relevance
1...<<212223242526272829
/PHP-5.5/tests/classes/ |
H A D | array_access_005.phpt | 9 function __construct() {
|
H A D | factory_and_singleton_001.phpt | 22 protected function __construct($x) {
|
H A D | factory_and_singleton_002.phpt | 22 protected function __construct($x) {
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | asort_object1.phpt | 24 function __construct($value){ 35 function __construct($value){
|
H A D | ksort_object.phpt | 22 function __construct($value){ 33 function __construct($value){
|
H A D | krsort_object.phpt | 22 function __construct($value){ 32 function __construct($value){
|
H A D | rsort_object2.phpt | 24 function __construct($value1, $value2,$value3){ 39 function __construct($value1, $value2,$value3){
|
H A D | array_key_exists_object1.phpt | 22 function __construct($a, $b, $c = null) {
|
H A D | natcasesort_object2.phpt | 24 function __construct($value1, $value2,$value3){
|
H A D | asort_object2.phpt | 26 function __construct($value1, $value2,$value3){ 41 function __construct($value1, $value2,$value3){
|
H A D | sort_object2.phpt | 25 function __construct($value1, $value2,$value3){ 39 function __construct($value1, $value2,$value3){
|
H A D | array_key_exists_object2.phpt | 22 function __construct($a, $b, $c = null) {
|
/PHP-5.5/ext/spl/tests/ |
H A D | bug65328.phpt | 19 public function __construct(Node $head = null) 118 public function __construct($data, $uid = null, Node $parent = null, $assureUnique = false)
|
H A D | arrayObject___construct_basic2.phpt | 2 SPL: ArrayObject::__construct basic usage.
|
/PHP-5.5/ext/intl/tests/ |
H A D | calendar_fromDateTime_error.phpt | 22 function __construct() {}
|
/PHP-5.5/ext/json/tests/ |
H A D | serialize.phpt | 12 public function __construct($data)
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | bug40459.phpt | 8 function __construct() {
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_warning.c | 266 PHP_METHOD(mysqli_warning, __construct) argument 332 PHP_ME(mysqli_warning, __construct, NULL, ZEND_ACC_PROTECTED)
|
H A D | mysqli_fe.h | 138 PHP_METHOD(mysqli_warning,__construct);
|
/PHP-5.5/ext/intl/collator/ |
H A D | collator_class.c | 117 PHP_ME( Collator, __construct, collator_1_arg, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR )
|
/PHP-5.5/ext/intl/dateformat/ |
H A D | dateformat_create.cpp | 186 U_CFUNC PHP_METHOD( IntlDateFormatter, __construct ) in PHP_METHOD() argument
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_max_buffer_size.phpt | 2 MySQL PDO->__construct(), PDO::MYSQL_ATTR_MAX_BUFFER_SIZE
|
/PHP-5.5/Zend/tests/ |
H A D | bug32322.phpt | 12 private function __construct( $value = '' )
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | connect.inc | 118 …public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) { 127 parent::__construct($host, $user, $passwd, $db, $port, $socket);
|
/PHP-5.5/ext/intl/spoofchecker/ |
H A D | spoofchecker_class.c | 112 PHP_ME(Spoofchecker, __construct, spoofchecker_0_args, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR)
|
Completed in 33 milliseconds
1...<<212223242526272829