Home
last modified time | relevance | path

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

12345678

/PHP-7.4/Zend/tests/
H A Dbug50261.phpt34 …be constructors in a future version of PHP; testClass has a deprecated constructor in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Ddateformat_bug71516.phpt2 Bug #71516 IntlDateFormatter losts locale if pattern is set via constructor
H A Dbug75317.phpt23 // test constructor args
H A Dtimezone_toDateTimeZone_error.phpt28 Warning: IntlTimeZone::toDateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw e…
H A Dcalendar_toDateTime_error.phpt36 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception…
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_newInstanceWithoutConstructor.phpt45 …r is an internal class marked as final that cannot be instantiated without invoking its constructor
H A DReflectionProperty_constructor_error.phpt2 Test ReflectionProperty class constructor errors.
H A Dbug42976.phpt2 Bug #42976 (Crash when constructor for newInstance() or newInstanceArgs() fails)
H A Dbug30148.phpt30 … not be constructors in a future version of PHP; Root has a deprecated constructor in %s on line %d
H A DReflectionFunction_construct.001.phpt2 ReflectionFunction constructor errors
H A D004.phpt40 …ill not be constructors in a future version of PHP; a has a deprecated constructor in %s on line %d
H A DReflectionParameter_invalidMethodInConstructor.phpt2 ReflectionParameter::__construct(): Invalid method as constructor
H A DReflectionMethod_constructor_error2.phpt2 ReflectionMethod constructor errors
/PHP-7.4/tests/classes/
H A Dctor_visibility.phpt2 ZE2 A private constructor cannot be called
/PHP-7.4/build/
H A Dax_gcc_func_attribute.m433 # constructor
34 # constructor_priority for constructor attribute with priority
113 [constructor], [
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt55 // get_class_method reports different constructor names
126 printf("\nPrepare using the constructor:\n");
195 Prepare using the constructor:
/PHP-7.4/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-7.4/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt2 PDO Common: Pass credentials in dsn instead of constructor params
/PHP-7.4/ext/phar/tests/
H A Dpharfileinfo_construct.phpt55 Cannot call constructor twice
/PHP-7.4/ext/spl/tests/
H A Diterator_031.phpt93 The object is in an invalid state as the parent constructor was not called
/PHP-7.4/ext/soap/tests/
H A Dserver006.phpt2 SOAP Server 6: setclass with constructor
/PHP-7.4/Zend/
H A Dzend_inheritance.c179 if (ce->constructor) { in do_inherit_parent_constructor()
180 if (parent->constructor && UNEXPECTED(parent->constructor->common.fn_flags & ZEND_ACC_FINAL)) { in do_inherit_parent_constructor()
182 ZSTR_VAL(parent->name), ZSTR_VAL(parent->constructor->common.function_name), in do_inherit_parent_constructor()
183 ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name)); in do_inherit_parent_constructor()
188 ce->constructor = parent->constructor; in do_inherit_parent_constructor()
1515 if (ce->constructor && (!ce->parent || ce->constructor != ce->parent->constructor)) { in zend_add_magic_methods()
1518 ce->constructor = fe; in zend_add_magic_methods()
1545 if (ce->constructor && (!ce->parent || ce->constructor != ce->parent->constructor)) { in zend_add_magic_methods()
1548 ce->constructor = fe; in zend_add_magic_methods()
2156 if (!ce->constructor) { in zend_has_deprecated_constructor()
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c433 if (!dbstmt_ce->constructor) { in pdo_stmt_instantiate()
457 if (dbstmt_ce->constructor) { in pdo_stmt_construct()
472 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
525 …if (dbstmt_ce->constructor && !(dbstmt_ce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_A… in PHP_METHOD()
793 …if (pce->constructor && !(pce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED… in pdo_dbh_attribute_set()

Completed in 49 milliseconds

12345678