Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/simplexml/tests/
H A Dsimplexml_uninitialized.phpt2 Incorrectly initialized SimpleXmlElement
51 SimpleXMLElement is not properly initialized
52 SimpleXMLElement is not properly initialized
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
/PHP-8.0/ext/spl/tests/
H A Dbug79987.phpt35 Object not initialized
36 Object not initialized
37 Object not initialized
38 Object not initialized
H A DRecursiveIteratorIterator_not_initialized.phpt16 Object is not initialized
H A Dbug61828.phpt15 Directory object is already initialized
H A Dbug41828.phpt19 Fatal error: Uncaught Error: The foo instance wasn't initialized properly in %s:%d
/PHP-8.0/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.0/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 Dbug75002.phpt19 Fatal error: Uncaught Error: DatePeriod has not been initialized correctly in %sbug75002.php:%d
/PHP-8.0/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.0/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.phpt16 Fatal error: Uncaught Error: mysqli object is not fully initialized in %s:%d
/PHP-8.0/ext/date/
H A Dphp_date.h53 int initialized; member
71 int initialized; member
88 int initialized; member
/PHP-8.0/ext/session/tests/
H A D002.phpt2 session_unset() without a initialized session
/PHP-8.0/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.0/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.0/ext/standard/tests/
H A Dphp_version_win_const.phpt2 Check that windows version constants are initialized
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_098.phpt2 Make sure uninitialized property is initialized to null when taken by reference
/PHP-8.0/Zend/tests/
H A Dctor_promotion_untyped_default.phpt16 // properties will not be initialized.
/PHP-8.0/ext/standard/tests/strings/
H A Dbug24281.phpt2 Bug #24281 (str_replace count not returned if variable wasn't initialized)
/PHP-8.0/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.0/ext/intl/tests/
H A Dbug60192-getlocale.phpt20 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-getsortkey.phpt20 Fatal error: Uncaught Error: Object not initialized in %s:%d

Completed in 36 milliseconds

1234