Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 86) sorted by relevance

1234

/PHP-8.2/ext/simplexml/tests/
H A Dsimplexml_uninitialized.phpt2 Incorrectly initialized SimpleXmlElement
53 SimpleXMLElement is not properly initialized
54 SimpleXMLElement is not properly initialized
55 SimpleXMLElement is not properly initialized
56 SimpleXMLElement is not properly initialized
57 SimpleXMLElement is not properly initialized
58 SimpleXMLElement is not properly initialized
59 SimpleXMLElement is not properly initialized
H A Dcurrent_error.phpt35 Iterator not initialized or already consumed
39 Iterator not initialized or already consumed
H A Dkey_error.phpt35 Iterator not initialized or already consumed
39 Iterator not initialized or already consumed
H A Dget_prop_address_not_initialized.phpt14 Fatal error: Uncaught Error: SimpleXMLElement is not properly initialized in %s:%d
/PHP-8.2/ext/spl/tests/
H A Dbug79987.phpt35 Object not initialized
36 Object not initialized
37 Object not initialized
38 Object not initialized
H A DDirectoryIterator_uninitialized.phpt19 Object not initialized
H A DRecursiveIteratorIterator_not_initialized.phpt16 Object is not initialized
H A Dbug61828.phpt15 Directory object is already initialized
H A Dbug54281.phpt15 Fatal error: Uncaught Error: Object is not initialized in %s:%d
/PHP-8.2/ext/tidy/tests/
H A Duninitialized.phpt27 tidy object is not initialized
28 tidy object is not initialized
29 tidy object is not initialized
/PHP-8.2/ext/date/tests/
H A Dbug-gh8471.phpt47 The DateTime object has not been correctly initialized by its constructor
48 The DateTimeInterface object has not been correctly initialized by its constructor
49 The DateTimeImmutable object has not been correctly initialized by its constructor
50 The DateTimeInterface object has not been correctly initialized by its constructor
H A Dbug48476.phpt35 The DateTime object has not been correctly initialized by its constructor
36 The DateTime object has not been correctly initialized by its constructor
37 The DateTimeZone object has not been correctly initialized by its constructor
H A Doo_001.phpt67 The DateTime object has not been correctly initialized by its constructor
70 The DateTimeZone object has not been correctly initialized by its constructor
72 The DatePeriod object has not been correctly initialized by its constructor
73 The DatePeriod object has not been correctly initialized by its constructor
H A Dbug-gh15582.phpt21 Error: The DateTimeZone object has not been correctly initialized by its constructor
/PHP-8.2/Zend/
H A Dzend_cpuinfo.c26 uint32_t initialized; member
116 if (!cpuinfo.initialized) { in zend_cpu_startup()
120 cpuinfo.initialized = 1; in zend_cpu_startup()
145 ZEND_ASSERT(cpuinfo.initialized); in zend_cpu_supports()
/PHP-8.2/ext/mysqli/tests/
H A Dbug36802.phpt42 mysqli object is not fully initialized
43 mysqli object is not fully initialized
/PHP-8.2/ext/date/
H A Dphp_date.h53 bool initialized; member
77 bool initialized; member
94 bool initialized; member
/PHP-8.2/ext/standard/
H A Dphp_crypt_r.c66 static int initialized = 0; in _crypt_extended_init_r() local
72 if (!initialized) { in _crypt_extended_init_r()
73 initialized = 1; in _crypt_extended_init_r()
H A Dcrypt_freesec.h9 int initialized; member
/PHP-8.2/ext/hash/tests/
H A Dhash_serialize_004.phpt6 // cannot unserialize onto an already-initialized object
36 HashContext::__unserialize called on initialized object
/PHP-8.2/ext/session/tests/
H A D002.phpt2 session_unset() without a initialized session
/PHP-8.2/ext/standard/tests/
H A Dphp_version_win_const.phpt2 Check that windows version constants are initialized
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_098.phpt2 Make sure uninitialized property is initialized to null when taken by reference
/PHP-8.2/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.2/Zend/tests/
H A Dctor_promotion_untyped_default.phpt16 // properties will not be initialized.

Completed in 27 milliseconds

1234