Home
last modified time | relevance | path

Searched refs:constructor (Results 26 – 50 of 165) sorted by relevance

1234567

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt2 mysqli_fetch_object() - calling constructor on class wo constructor
61 Exception: Class mysqli_fetch_object_test does not have a constructor hence you cannot use ctor_par…
/PHP-5.5/ext/standard/tests/file/
H A Dbug38450.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 var_dump("constructor!");
106 string(12) "constructor!"
H A Dbug38450_1.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 var_dump("constructor!");
106 string(12) "constructor!"
H A Dbug38450_2.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 throw new Exception("constructor");
109 Fatal error: Uncaught exception 'Exception' with message 'constructor' in %s:%d
/PHP-5.5/ext/spl/tests/
H A DSplFileInfo_001.phpt2 Testing SplFileInfo calling the constructor twice
H A Dfixedarray_005.phpt2 SPL: FixedArray: Trying to instantiate passing object to constructor parameter
H A DSplTempFileObject_constructor_basic.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_memory_lt1_variation.phpt2 SPL SplTempFileObject constructor sets correct defaults when passed a negative value
/PHP-5.5/Zend/tests/
H A Dobjects_011.phpt2 redefining constructor (__construct first)
H A Ddynamic_call_001.phpt2 Testing dynamic call to constructor (old-style)
H A Djump11.phpt2 jump 08: goto inside switch in constructor
H A Dbug40784.phpt2 Bug #40784 (Case sensivity in constructor's fallback)
H A Dcatch_002.phpt2 Catching an exception in a constructor
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_008.phpt25 echo "(#$this->num) constructor called\n";
60 (#1) constructor called
H A Dsession_set_save_handler_class_009.phpt25 echo "(#$this->num) constructor called\n";
58 (#1) constructor called
H A Dsession_set_save_handler_class_010.phpt25 echo "(#$this->num) constructor called\n";
58 (#1) constructor called
H A Dsession_set_save_handler_class_011.phpt26 echo "(#$this->num) constructor called\n";
62 (#1) constructor called
/PHP-5.5/ext/date/tests/
H A Doo_001.phpt44 …ormat(): The DateTime object has not been correctly initialized by its constructor in %soo_001.php…
49 …e(): The DateTimeZone object has not been correctly initialized by its constructor in %soo_001.php…
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_002.phpt2 FileInfo - Calling the constructor twice
H A Dbug61173.phpt2 Bug #61173: Unable to detect error from finfo constructor
/PHP-5.5/ext/tidy/tests/
H A D013.phpt2 Parsing a file using constructor
/PHP-5.5/tests/classes/
H A Dfinal_ctor3.phpt2 Ensure implicit final inherited old-style constructor cannot be overridden.
H A Dctor_dtor_inheritance.phpt2 ZE2 A derived class can use the inherited constructor/destructor
10 // - base classes know about derived properties in constructor/destructor
H A Dctor_in_interface_01.phpt2 ZE2 A class constructor must keep the signature of an interface

Completed in 24 milliseconds

1234567