Home
last modified time | relevance | path

Searched refs:constructor (Results 101 – 125 of 179) sorted by relevance

12345678

/PHP-8.1/Zend/tests/
H A Dbug44141.phpt2 Bug #44141 (private parent constructor callable through static function)
H A Dbug30162.phpt2 Bug #30162 (Catching exception in constructor couses lose of $this)
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_002.phpt10 echo "In constructor of class B with arg $a\n";
H A DReflectionProperty_constructor_error.phpt2 Test ReflectionProperty class constructor errors.
H A Dbug64007.phpt17 … is an internal class marked as final that cannot be instantiated without invoking its constructor"
H A Dbug42976.phpt2 Bug #42976 (Crash when constructor for newInstance() or newInstanceArgs() fails)
H A DReflectionClass_newInstanceWithoutConstructor.phpt45 …r is an internal class marked as final that cannot be instantiated without invoking its constructor
/PHP-8.1/ext/standard/tests/file/
H A Dbug38450_3.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 var_dump("constructor!");
/PHP-8.1/ext/pdo/tests/
H A Dpdo_uninitialized.phpt37 PDO object is not initialized, constructor was not called
/PHP-8.1/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dtimezone_toDateTimeZone_error.phpt20 Warning: IntlTimeZone::toDateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw e…
H A Dresourcebundle_null_mandatory_args_variant_icu72-1.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 Dresourcebundle_null_mandatory_args_variant2.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
/PHP-8.1/ext/mysqli/tests/
H A Dbug50772.phpt2 Bug #50772 (mysqli constructor without parameters does not return a working mysqli object)
/PHP-8.1/ext/phar/tests/
H A Dphar_oo_001.phpt51 string(29) "Cannot call constructor twice"
/PHP-8.1/Zend/tests/attributes/
H A D005_objects.phpt114 string(48) "Attribute constructor of class A3 must be public"
117 string(69) "Attribute class A4 does not have a constructor, cannot pass arguments"
/PHP-8.1/ext/spl/tests/
H A Dspl_caching_iterator_constructor_flags.phpt2 SPL: CachingInterator constructor flag checks
H A Dunserialize.phpt11 // hack to instantiate an object without constructor
/PHP-8.1/ext/date/tests/
H A Ddate_period_bad_iso_format.phpt2 Test bad ISO date formats passed to DatePeriod constructor
H A Dbug67118.phpt26 … Uncaught Error: The DateTime object has not been correctly initialized by its constructor in %s:%d
/PHP-8.1/tests/classes/
H A Dctor_visibility.phpt2 ZE2 A private constructor cannot be called
/PHP-8.1/Zend/
H A Dzend_object_handlers.c1567 zend_visibility_string(constructor->common.fn_flags), ZSTR_VAL(constructor->common.scope->name), in zend_bad_constructor_call()
1568 ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(scope->name) in zend_bad_constructor_call()
1571 …ope", zend_visibility_string(constructor->common.fn_flags), ZSTR_VAL(constructor->common.scope->na… in zend_bad_constructor_call()
1578 zend_function *constructor = zobj->ce->constructor; in zend_std_get_constructor() local
1581 if (constructor) { in zend_std_get_constructor()
1582 if (UNEXPECTED(!(constructor->op_array.fn_flags & ZEND_ACC_PUBLIC))) { in zend_std_get_constructor()
1588 if (UNEXPECTED(constructor->common.scope != scope)) { in zend_std_get_constructor()
1589 if (UNEXPECTED(constructor->op_array.fn_flags & ZEND_ACC_PRIVATE) in zend_std_get_constructor()
1591 zend_bad_constructor_call(constructor, scope); in zend_std_get_constructor()
1592 constructor = NULL; in zend_std_get_constructor()
[all …]
/PHP-8.1/build/
H A Dax_gcc_func_attribute.m433 # constructor
34 # constructor_priority for constructor attribute with priority
113 [constructor], [

Completed in 30 milliseconds

12345678