Home
last modified time | relevance | path

Searched refs:constructor (Results 126 – 150 of 195) sorted by relevance

12345678

/PHP-7.1/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt2 Test ReflectionProperty class constructor errors.
H A Dbug30148.phpt30 … not be constructors in a future version of PHP; Root has a deprecated constructor in %s on line %d
H A D004.phpt40 …ill not be constructors in a future version of PHP; a has a deprecated constructor in %s on line %d
H A DReflectionFunction_construct.001.phpt2 ReflectionFunction constructor errors
H A DReflectionParameter_invalidMethodInConstructor.phpt2 ReflectionParameter::__construct(): Invalid method as constructor
H A DReflectionMethod_constructor_error2.phpt2 ReflectionMethod constructor errors
/PHP-7.1/ext/phar/tests/
H A Dphar_oo_001U.phpt56 unicode(29) "Cannot call constructor twice"
H A Dphar_oo_001.phpt56 string(29) "Cannot call constructor twice"
H A Dpharfileinfo_construct.phpt55 Cannot call constructor twice
/PHP-7.1/ext/intl/tests/
H A Ddateformat_bug71516.phpt2 Bug #71516 IntlDateFormatter losts locale if pattern is set via constructor
H A Dbug75317.phpt23 // test constructor args
H A Dtimezone_toDateTimeZone_error.phpt28 Warning: IntlTimeZone::toDateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw e…
H A Dcalendar_toDateTime_error.phpt36 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception…
/PHP-7.1/tests/classes/
H A Dctor_visibility.phpt2 ZE2 A private constructor cannot be called
/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO23 needed, and also provide constructor method that would handle
24 constructor call. The get_constructor handler table entry should be
25 used for that. Do not rely class entry's constructor, unless you refer
87 object constructor.
189 get_constructor - get description for the object constructor method
H A Dzend_inheritance.c142 if (ce->constructor) { in do_inherit_parent_constructor()
143 …if (ce->parent->constructor && UNEXPECTED(ce->parent->constructor->common.fn_flags & ZEND_ACC_FINA… in do_inherit_parent_constructor()
145 ZSTR_VAL(ce->parent->name), ZSTR_VAL(ce->parent->constructor->common.function_name), in do_inherit_parent_constructor()
146 ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name)); in do_inherit_parent_constructor()
151 ce->constructor = ce->parent->constructor; in do_inherit_parent_constructor()
1117 if (ce->constructor && (!ce->parent || ce->constructor != ce->parent->constructor)) { in zend_add_magic_methods()
1120 ce->constructor = fe; fe->common.fn_flags |= ZEND_ACC_CTOR; in zend_add_magic_methods()
1147 if (ce->constructor && (!ce->parent || ce->constructor != ce->parent->constructor)) { in zend_add_magic_methods()
1150 ce->constructor = fe; in zend_add_magic_methods()
1726 if (!ce->constructor) { in zend_has_deprecated_constructor()
[all …]
H A DZEND_CHANGES313 constructor to run when an object is duplicated. During
380 The Zend Engine allows developers to declare constructor methods
381 for classes. Classes which have a constructor method call this
385 With the Zend Engine 1.0, constructor methods were class methods
390 to reside under a different parent, the constructor name of that
392 calls the parent constructor has to be modified.
395 constructor methods by calling them by the name __construct().
402 print "In BaseClass constructor\n";
409 print "In SubClass constructor\n";
419 the old-style constructor function, by the name of the class.
[all …]
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt55 // get_class_method reports different constructor names
126 printf("\nPrepare using the constructor:\n");
195 Prepare using the constructor:
/PHP-7.1/ext/date/tests/
H A Dbug40743.phpt2 Bug #40743 (DateTime ignores the TimeZone object passed to the constructor)
/PHP-7.1/ext/spl/examples/
H A Dkeyfilter.inc18 * are strings. In other words you can put an iterator into the constructor
/PHP-7.1/ext/spl/tests/
H A Diterator_031.phpt93 The object is in an invalid state as the parent constructor was not called
/PHP-7.1/tests/lang/
H A DpassByReference_006.phpt45 echo "\n\n---- Pass uninitialised arrays & objects by ref: constructor ---\n";
128 ---- Pass uninitialised arrays & objects by ref: constructor ---
/PHP-7.1/ext/soap/tests/
H A Dserver006.phpt2 SOAP Server 6: setclass with constructor
/PHP-7.1/ext/spl/internal/
H A Drecursivecachingiterator.inc83 * constructor this function returns false so that getChildren does
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c411 if (!dbstmt_ce->constructor) { in pdo_stmt_instantiate()
435 if (dbstmt_ce->constructor) { in pdo_stmt_construct()
451 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
504 …if (dbstmt_ce->constructor && !(dbstmt_ce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_A… in PHP_METHOD()
772 …if (pce->constructor && !(pce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED… in pdo_dbh_attribute_set()

Completed in 35 milliseconds

12345678