Home
last modified time | relevance | path

Searched refs:initialized (Results 26 – 50 of 90) sorted by relevance

1234

/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_098.phpt2 Make sure uninitialized property is initialized to null when taken by reference
/PHP-8.3/ext/spl/tests/
H A Dbug61828.phpt15 Directory object is already initialized
H A Dbug54281.phpt15 Fatal error: Uncaught Error: Object is not initialized in %s:%d
H A Dbug41828.phpt19 Fatal error: Uncaught Error: The foo instance wasn't initialized properly in %s:%d
/PHP-8.3/ext/sockets/
H A Dsendrecvmsg.c80 int initialized; member
96 ancillary_registry.initialized = 1; in init_ancillary_registry()
151 if (ancillary_registry.initialized) { in destroy_ancillary_registry()
153 ancillary_registry.initialized = 0; in destroy_ancillary_registry()
164 if (!ancillary_registry.initialized) { in get_ancillary_reg_entry()
/PHP-8.3/Zend/tests/
H A Dctor_promotion_untyped_default.phpt16 // properties will not be initialized.
H A Dbug60536_003.phpt2 Properties should be initialized correctly (relevant to #60536)
/PHP-8.3/ext/simplexml/tests/
H A Dget_prop_address_not_initialized.phpt14 Fatal error: Uncaught Error: SimpleXMLElement is not properly initialized in %s:%d
H A DSimpleXMLElement_xpath.phpt21 SimpleXMLElement is not properly initialized
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_incomplete_initialization.phpt15 Fatal error: Uncaught Error: mysqli object is not fully initialized in %s:%d
H A D062.phpt45 mysqli object is not fully initialized
/PHP-8.3/ext/intl/tests/
H A Dbug60192-getlocale.phpt18 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-getsortkey.phpt18 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-sortwithsortkeys.phpt19 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-compare.phpt17 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-sort.phpt19 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Ddateformat_formatObject_error.phpt35 …:formatObject(): datefmt_format_object: bad IntlCalendar instance: not initialized properly in %s …
39 Object of type B (inheriting DateTime) has not been correctly initialized by calling parent::__cons…
/PHP-8.3/ext/standard/tests/strings/
H A Dbug24281.phpt2 Bug #24281 (str_replace count not returned if variable wasn't initialized)
/PHP-8.3/ext/date/tests/
H A DDateTimeImmutable_createFromMutable_exceptions.phpt23 DateObjectError: Object of type MyDateTime (inheriting DateTime) has not been correctly initialized
H A Dbug75002.phpt19 Fatal error: Uncaught DateObjectError: Object of type DatePeriod has not been correctly initialized
H A Dbug-gh11416.phpt63 DateObjectError: Object of type DateTimeInterface has not been correctly initialized by calling par…
64 DateObjectError: Object of type DateTimeInterface has not been correctly initialized by calling par…
/PHP-8.3/ext/session/tests/
H A Dbug65475.phpt2 Bug #65475: Session ID is not initialized when session.usr_strict_mode=1
/PHP-8.3/ext/standard/
H A Dcrypt_freesec.c345 data->initialized = 1; in des_init_local()
615 if (!data->initialized) in _crypt_extended_r()
725 static int initialized = 0; in _crypt_extended() local
728 if (!initialized) { in _crypt_extended()
730 initialized = 1; in _crypt_extended()
731 data.initialized = 0; in _crypt_extended()
/PHP-8.3/ext/pdo/tests/
H A Dpdo_uninitialized.phpt37 PDO object is not initialized, constructor was not called
/PHP-8.3/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt16 // initialized - is very difficult to test portably.

Completed in 37 milliseconds

1234