Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 165) sorted by path

1234567

/PHP-5.5/
H A DNEWS695 constructor). (dunglas at gmail dot com)
940 . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
2689 constructor). (Stas)
3257 abstract constructor in the base class.
4302 constructor). (Gustavo)
5200 constructor). (Pierrick, Johannes)
6116 calls the constructor). (Scott)
7091 - Fixed bug #42976 (Crash when constructor for newInstance() or
8447 - Fixed bug #38064 (ignored constructor visibility). (Marcus)
9144 . added constructor for mysqli_stmt and mysqli_result classes
[all …]
/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/Zend/RFCs/
H A D002.txt93 5 // constructor
/PHP-5.5/Zend/tests/
H A Dbug29368.phpt2 Bug #29368 (The destructor is called when an exception is thrown from the constructor)
H A Dbug30162.phpt2 Bug #30162 (Catching exception in constructor couses lose of $this)
H A Dbug39127.phpt2 Bug #39127 (Old-style constructor fallbacks produce strange results)
H A Dbug40621.phpt2 Bug #40621 (Crash when constructor called inappropriately (statically))
H A Dbug40784.phpt2 Bug #40784 (Case sensivity in constructor's fallback)
H A Dbug44141.phpt2 Bug #44141 (private parent constructor callable through static function)
H A Dbug51421.phpt2 Bug #51421 (Abstract __construct constructor argument list not enforced)
H A Dbug52160.phpt2 Bug #52160 (Invalid E_STRICT redefined constructor error)
32 Strict Standards: Redefining already defined constructor for class foo in %s on line %d
H A Dbug65322.phpt20 string(50) "Redefining already defined constructor for class A"
H A Dcall_static_006.phpt30 Fatal error: Cannot call constructor in %s on line %d
H A Dcatch_002.phpt2 Catching an exception in a constructor
H A Dcatch_003.phpt2 Catching an exception in a constructor fired form a static method
H A Dcatch_004.phpt2 Catching an exception in a constructor inside a static method
H A Ddynamic_call_001.phpt2 Testing dynamic call to constructor (old-style)
H A Derrmsg_045.phpt15 string(50) "Redefining already defined constructor for class A"
H A Dget_class_methods_002.phpt27 Strict Standards: Redefining already defined constructor for class B in %s on line %d
H A Djump11.phpt2 jump 08: goto inside switch in constructor
H A Dobjects_010.phpt2 redefining constructor (__construct second)
18 Strict Standards: Redefining already defined constructor for class test in %s on line %d
H A Dobjects_011.phpt2 redefining constructor (__construct first)
/PHP-5.5/Zend/tests/traits/
H A Dbug55554a.phpt2 Bug #55137 (Legacy constructor not registered for class)
9 public function constructor() {
16 constructor as __construct;
22 constructor as LegacyConstructor;
26 echo "New constructor: ";
29 echo "Legacy constructor: ";
33 New constructor: ctor executed
34 Legacy constructor: ctor executed
H A Dbug55554b.phpt2 Bug #55137 (Legacy constructor not registered for class)
55 Fatal error: ReportCollision has colliding constructor definitions coming from traits in %s on line…

Completed in 219 milliseconds

1234567