Home
last modified time | relevance | path

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

1234

/PHP-8.1/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
/PHP-8.1/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
/PHP-8.1/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.1/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-gh11416.phpt26 Error: The DateTimeInterface object has not been correctly initialized by its constructor
27 Error: The DateTimeInterface object has not been correctly initialized by its constructor
H A Dbug75002.phpt19 Fatal error: Uncaught Error: DatePeriod has not been initialized correctly in %sbug75002.php:%d
/PHP-8.1/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.1/ext/mysqli/tests/
H A Dbug36802.phpt42 mysqli object is not fully initialized
43 mysqli object is not fully initialized
H A Dmysqli_incomplete_initialization.phpt15 Fatal error: Uncaught Error: mysqli object is not fully initialized in %s:%d
/PHP-8.1/ext/date/
H A Dphp_date.h53 int initialized; member
75 int initialized; member
92 int initialized; member
/PHP-8.1/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.h15 int initialized; member
/PHP-8.1/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.1/ext/session/tests/
H A D002.phpt2 session_unset() without a initialized session
/PHP-8.1/ext/standard/tests/
H A Dphp_version_win_const.phpt2 Check that windows version constants are initialized
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_098.phpt2 Make sure uninitialized property is initialized to null when taken by reference
/PHP-8.1/ext/sockets/
H A Dsendrecvmsg.c82 int initialized; member
98 ancillary_registry.initialized = 1; in init_ancillary_registry()
145 if (ancillary_registry.initialized) { in destroy_ancillary_registry()
147 ancillary_registry.initialized = 0; in destroy_ancillary_registry()
158 if (!ancillary_registry.initialized) { in get_ancillary_reg_entry()
/PHP-8.1/Zend/tests/
H A Dctor_promotion_untyped_default.phpt16 // properties will not be initialized.

Completed in 50 milliseconds

1234