Home
last modified time | relevance | path

Searched refs:constructor (Results 101 – 125 of 197) sorted by last modified time

12345678

/php-src/ext/tokenizer/tests/
H A DPhpToken_final_constructor.phpt2 Check that the PhpToken constructor is final
/php-src/ext/standard/tests/streams/
H A Dbug40459.phpt2 bug 40459 - Test whether the constructor of the user-space stream wrapper is called when stream fun…
7 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/php-src/ext/standard/tests/file/
H A Dbug38450.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
12 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)
12 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)
12 throw new Exception("constructor");
106 Fatal error: Uncaught Exception: constructor in %s:%d
H A Dbug38450_3.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
12 var_dump("constructor!");
/php-src/ext/standard/tests/array/
H A Darray_fill_object.phpt48 //class with private member, static member, constant and constructor to initialize the private memb…
104 // class with public, private, protected members, static, constant members and constructor to initi…
/php-src/ext/sqlite3/tests/
H A Dsqlite3_open_empty_string.phpt2 SQLite3::open test with empty string argument via the constructor
/php-src/ext/spl/tests/
H A Dspl_caching_iterator_constructor_flags.phpt2 SPL: CachingInterator constructor flag checks
H A Dspl_iterator_iterator_constructor.phpt2 SPL: IteratorInterator constructor checks
H A Dunserialize.phpt11 // hack to instantiate an object without constructor
H A Diterator_031.phpt91 The object is in an invalid state as the parent constructor was not called
H A Drecursiveiteratoriterator_getsubiterator_basic.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() returns iterator passed in constructor
H A Dbug78409.phpt2 Bug #78409: Segfault when creating instance of ArrayIterator without constructor
H A Dgh8318.phpt27 string(72) "The parent constructor was not called: the object is in an invalid state"
H A Dbug41828.phpt2 Bug #41828 (Segfault if extended constructor of RecursiveIterator doesn't call its parent)
H A Dbug54384.phpt2 Bug #54384: Several SPL classes crash when the parent constructor is not called
H A Dbug55701.phpt2 Bug #55701 (GlobIterator throws LogicException with message 'The parent constructor was not called')
25 // The derived classes must throw LogicException if the parent class constructor was not called
H A Dbug70303.phpt2 Bug #70303 (Incorrect constructor reflection for ArrayObject)
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_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
H A DSplTempFileObject_constructor_memory_lt1_variation.phpt2 SPL SplTempFileObject constructor sets correct defaults when passed a negative value
H A Darray_002.phpt2 SPL: ArrayObject copy constructor
H A DSplFileInfo_001.phpt2 Testing SplFileInfo calling the constructor twice

Completed in 44 milliseconds

12345678