Home
last modified time | relevance | path

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

123

/PHP-7.4/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-7.4/ext/date/tests/
H A Dbug48476.phpt24 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
27 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
30 Warning: timezone_location_get(): The DateTimeZone object has not been correctly initialized by its…
H A Doo_001.phpt44 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
49 Warning: DateTimeZone::getName(): The DateTimeZone object has not been correctly initialized by its…
H A Dbug75002.phpt19 Fatal error: Uncaught Error: DatePeriod has not been initialized correctly in %sbug75002.php:%d
H A Dbug67118.phpt26 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
/PHP-7.4/ext/standard/
H A Dphp_crypt_r.c62 CONDITION_VARIABLE initialized;
82 LONG volatile initialized = 0; in _crypt_extended_init_r() local
84 volatile unsigned int initialized = 0; in _crypt_extended_init_r()
86 static volatile sig_atomic_t initialized = 0; in _crypt_extended_init_r()
93 if (!initialized) { in _crypt_extended_init_r()
95 InterlockedIncrement(&initialized); in _crypt_extended_init_r()
97 __sync_fetch_and_add(&initialized, 1); in _crypt_extended_init_r()
100 atomic_add_int(&initialized, 1); in _crypt_extended_init_r()
H A Dcrypt_freesec.h15 int initialized; member
H A Dcrypt_freesec.c347 data->initialized = 1; in des_init_local()
617 if (!data->initialized) in _crypt_extended_r()
727 static int initialized = 0; in _crypt_extended() local
730 if (!initialized) { in _crypt_extended()
732 initialized = 1; in _crypt_extended()
733 data.initialized = 0; in _crypt_extended()
/PHP-7.4/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()
/PHP-7.4/ext/session/tests/
H A D002.phpt2 session_unset() without a initialized session
H A Dbug65475.phpt2 Bug #65475: Session ID is not initialized when session.usr_strict_mode=1
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_098.phpt2 Make sure uninitialized property is initialized to null when taken by reference
/PHP-7.4/ext/standard/tests/
H A Dphp_version_win_const.phpt2 Check that windows version constants are initialized
/PHP-7.4/ext/spl/tests/
H A Dbug61828.phpt10 Warning: DirectoryIterator::__construct(): Directory object is already initialized in %sbug61828.ph…
H A Dbug41828.phpt21 Fatal error: main(): The foo instance wasn't initialized properly in %s on line %d
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c81 int initialized; member
97 ancillary_registry.initialized = 1; in init_ancillary_registry()
139 if (ancillary_registry.initialized) { in destroy_ancillary_registry()
141 ancillary_registry.initialized = 0; in destroy_ancillary_registry()
152 if (!ancillary_registry.initialized) { in get_ancillary_reg_entry()
/PHP-7.4/ext/standard/tests/strings/
H A Dbug24281.phpt2 Bug #24281 (str_replace count not returned if variable wasn't initialized)
/PHP-7.4/ext/intl/tests/
H A Dbug60192-getlocale.phpt19 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-getsortkey.phpt19 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-compare.phpt18 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-sort.phpt20 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-sortwithsortkeys.phpt20 Fatal error: Uncaught Error: Object not initialized in %s:%d
/PHP-7.4/Zend/tests/
H A Dbug60536_003.phpt2 Properties should be initialized correctly (relevant to #60536)
/PHP-7.4/ext/date/
H A Dphp_date.h145 int initialized; member
163 int initialized; member
180 int initialized; member
/PHP-7.4/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt14 // initialized - is very difficult to test portably.

Completed in 50 milliseconds

123