Home
last modified time | relevance | path

Searched refs:constructor (Results 101 – 125 of 165) sorted by relevance

1234567

/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt2 ReflectionMethod constructor errors
H A DReflectionProperty_constructor_error.phpt2 Test ReflectionProperty class constructor errors.
/PHP-5.5/ext/date/tests/
H A Dbug67118.phpt26 …ormat(): The DateTime object has not been correctly initialized by its constructor in %sbug67118.p…
H A Dbug40743.phpt2 Bug #40743 (DateTime ignores the TimeZone object passed to the constructor)
H A Dbug54851.phpt20 // Verify that our implementation is the same as for the constructor and
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
/PHP-5.5/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args_variant2.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dtimezone_toDateTimeZone_error.phpt30 Warning: IntlTimeZone::toDateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw e…
H A Dcalendar_toDateTime_error.phpt38 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception…
/PHP-5.5/Zend/tests/
H A Dbug30162.phpt2 Bug #30162 (Catching exception in constructor couses lose of $this)
/PHP-5.5/tests/classes/
H A Dctor_visibility.phpt2 ZE2 A private constructor cannot be called
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
/PHP-5.5/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_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-5.5/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.phpt52 Cannot call constructor twice
/PHP-5.5/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-5.5/ext/spl/examples/
H A Dkeyfilter.inc18 * are strings. In other words you can put an iterator into the constructor
/PHP-5.5/ext/spl/tests/
H A Diterator_031.phpt93 The object is in an invalid state as the parent constructor was not called
/PHP-5.5/tests/lang/
H A DpassByReference_006.phpt45 echo "\n\n---- Pass uninitialised arrays & objects by ref: constructor ---\n";
129 ---- Pass uninitialised arrays & objects by ref: constructor ---
/PHP-5.5/ext/soap/tests/
H A Dserver006.phpt2 SOAP Server 6: setclass with constructor
/PHP-5.5/ext/spl/internal/
H A Drecursivecachingiterator.inc83 * constructor this fucntion returns false so that getChildren does
/PHP-5.5/ext/opcache/
H A Dzend_persist.c607 if (ce->constructor) {
608 ce->constructor = zend_shared_alloc_get_xlat_entry(ce->constructor);
610 ce->constructor->op_array.refcount++;

Completed in 80 milliseconds

1234567