Home
last modified time | relevance | path

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

12345678

/PHP-8.1/ext/standard/tests/file/
H A Dbug38450_1.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 var_dump("constructor!");
105 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");
105 Fatal error: Uncaught Exception: constructor in %s:%d
/PHP-8.1/Zend/tests/function_arguments/
H A Dcall_with_trailing_comma_basic.phpt33 'constructor',
72 string(11) "constructor"
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_class_009.phpt21 echo "(#$this->num) constructor called\n";
54 (#1) constructor called
H A Dsession_set_save_handler_class_008.phpt21 echo "(#$this->num) constructor called\n";
56 (#1) constructor called
H A Dsession_set_save_handler_class_010.phpt21 echo "(#$this->num) constructor called\n";
54 (#1) constructor called
H A Dsession_set_save_handler_class_011.phpt22 echo "(#$this->num) constructor called\n";
58 (#1) constructor called
/PHP-8.1/Zend/tests/
H A Dobjects_010.phpt2 redefining constructor (__construct second)
H A Dnew_args_without_ctor.phpt2 Argument of new on class without constructor are evaluated
H A Dobjects_011.phpt2 redefining constructor (__construct first)
H A Dctor_promotion_free_function.phpt10 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
H A Dctor_promotion_variadic.phpt2 Cannot use constructor promotion with variadic parameter
H A Dcall_static_006.phpt16 Fatal error: Uncaught Error: Cannot call constructor in %s:%d
/PHP-8.1/ext/spl/tests/
H A DSplFileInfo_001.phpt2 Testing SplFileInfo calling the constructor twice
H A Dbug78409.phpt2 Bug #78409: Segfault when creating instance of ArrayIterator without constructor
H A Dbug70303.phpt2 Bug #70303 (Incorrect constructor reflection for ArrayObject)
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
/PHP-8.1/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-8.1/Zend/tests/enum/
H A Dno-constructors.phpt2 Enum disallows constructor
/PHP-8.1/ext/mysqli/tests/
H A Dbug32490.phpt2 Bug #32490 (constructor of mysqli has wrong name)
/PHP-8.1/ext/tidy/tests/
H A D013.phpt2 Parsing a file using constructor
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_open_empty_string.phpt2 SQLite3::open test with empty string argument via the constructor
/PHP-8.1/ext/tokenizer/tests/
H A DPhpToken_final_constructor.phpt2 Check that the PhpToken constructor is final
/PHP-8.1/tests/classes/
H A Dctor_dtor_inheritance.phpt2 ZE2 A derived class can use the inherited constructor/destructor
8 // - base classes know about derived properties in constructor/destructor

Completed in 38 milliseconds

12345678