Home
last modified time | relevance | path

Searched refs:constructor (Results 126 – 150 of 179) sorted by relevance

12345678

/PHP-8.1/ext/reflection/tests/
H A DReflectionFunction_construct.001.phpt2 ReflectionFunction constructor errors
H A DReflectionParameter_invalidMethodInConstructor.phpt2 ReflectionParameter::__construct(): Invalid method as constructor
H A DReflectionMethod_constructor_error2.phpt2 ReflectionMethod constructor errors
H A DReflectionMethod_constructor_error1.phpt2 ReflectionMethod constructor errors
/PHP-8.1/ext/intl/tests/
H A Dbug75317.phpt21 // test constructor args
H A Ddateformat_formatObject_error.phpt39 The DateTime object has not been correctly initialized by its constructor
/PHP-8.1/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt2 PDO Common: Pass credentials in dsn instead of constructor params
/PHP-8.1/ext/phar/tests/
H A Dpharfileinfo_construct.phpt54 Cannot call constructor twice
/PHP-8.1/ext/date/tests/
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-8.1/ext/spl/tests/
H A Diterator_031.phpt91 The object is in an invalid state as the parent constructor was not called
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
/PHP-8.1/ext/soap/tests/
H A Dserver006.phpt2 SOAP Server 6: setclass with constructor
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject_ctor_args.phpt100 User-supplied statement does not accept constructor arguments
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c439 if (!dbstmt_ce->constructor) { in pdo_stmt_instantiate()
465 if (dbstmt_ce->constructor) { in pdo_stmt_construct()
480 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
538 …if (dbstmt_ce->constructor && !(dbstmt_ce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_A… in PHP_METHOD()
831 …if (pce->constructor && !(pce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED… in pdo_dbh_attribute_set()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_close.phpt18 // Yes, amazing, eh? AFAIK a work around of a constructor bug...
H A Dmysqli_class_mysqli_stmt_interface.phpt55 // get_class_method reports different constructor names
H A Dmysqli_class_mysqli_result_interface.phpt52 // get_class_method reports different constructor names
/PHP-8.1/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-8.1/Zend/Optimizer/
H A Descape_analysis.c168 if (ce && !ce->parent && !ce->create_object && !ce->constructor && in is_allocation_def()
232 if (ce && !ce->create_object && !ce->constructor && in is_local_def()
/PHP-8.1/tests/lang/
H A Dbug20175.phpt87 * counts the calls to the constructor of oop_class and hence counts the
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c3634 …L((mptr->common.fn_flags & ZEND_ACC_CTOR) && intern->ce->constructor && intern->ce->constructor->c… in ZEND_METHOD()
4346 if (ce->constructor) { in ZEND_METHOD()
4801 if (!ce->constructor) { in ZEND_METHOD()
4915 zend_function *constructor; in ZEND_METHOD() local
4929 if (constructor) { in ZEND_METHOD()
4934 if (!(constructor->common.fn_flags & ZEND_ACC_PUBLIC)) { in ZEND_METHOD()
4986 zend_function *constructor; in ZEND_METHOD() local
5008 if (constructor) { in ZEND_METHOD()
5009 if (!(constructor->common.fn_flags & ZEND_ACC_PUBLIC)) { in ZEND_METHOD()
6565 zend_function *ctor = ce->constructor; in call_attribute_constructor()
[all …]
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_class.cpp100 Z_OBJCE_P(ret)->constructor, Z_OBJ_P(ret), NULL, &arg); in timezone_convert_to_datetimezone()
/PHP-8.1/Zend/
H A Dzend_inheritance.c169 if (ce->constructor) { in do_inherit_parent_constructor()
170 if (parent->constructor && UNEXPECTED(parent->constructor->common.fn_flags & ZEND_ACC_FINAL)) { in do_inherit_parent_constructor()
172 ZSTR_VAL(parent->name), ZSTR_VAL(parent->constructor->common.function_name), in do_inherit_parent_constructor()
173 ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name)); in do_inherit_parent_constructor()
178 ce->constructor = parent->constructor; in do_inherit_parent_constructor()
2605 zend_update_inherited_handler(constructor); in zend_lazy_class_load()

Completed in 57 milliseconds

12345678