Home
last modified time | relevance | path

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

123

/PHP-5.5/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 Dbug67118.phpt26 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
/PHP-5.5/ext/standard/
H A Dphp_crypt_r.c63 CONDITION_VARIABLE initialized;
83 LONG volatile initialized = 0; in _crypt_extended_init_r() local
85 volatile unsigned int initialized = 0; in _crypt_extended_init_r()
87 static volatile sig_atomic_t initialized = 0; in _crypt_extended_init_r()
94 if (!initialized) { in _crypt_extended_init_r()
96 InterlockedIncrement(&initialized); in _crypt_extended_init_r()
98 __sync_fetch_and_add(&initialized, 1); in _crypt_extended_init_r()
101 atomic_add_int(&initialized, 1); in _crypt_extended_init_r()
H A Dcrypt_freesec.h30 int initialized; member
H A Dcrypt_freesec.c353 data->initialized = 1; in des_init_local()
623 if (!data->initialized) in _crypt_extended_r()
733 static int initialized = 0; in _crypt_extended() local
736 if (!initialized) { in _crypt_extended()
738 initialized = 1; in _crypt_extended()
739 data.initialized = 0; in _crypt_extended()
/PHP-5.5/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-5.5/ext/standard/tests/
H A Dphp_version_win_const.phpt2 Check that windows version constants are initialized
/PHP-5.5/ext/date/
H A Dphp_date.h137 int initialized; member
151 int initialized; member
162 int initialized; member
/PHP-5.5/ext/sockets/
H A Dsendrecvmsg.c81 int initialized; member
93 ancillary_registry.initialized = 1; in init_ancillary_registry()
136 if (ancillary_registry.initialized) { in destroy_ancillary_registry()
138 ancillary_registry.initialized = 0; in destroy_ancillary_registry()
149 if (!ancillary_registry.initialized) { in get_ancillary_reg_entry()
/PHP-5.5/ext/spl/tests/
H A Dbug61828.phpt10 Warning: DirectoryIterator::__construct(): Directory object is already initialized in %sbug61828.ph…
H A Dbug62904.phpt19 string(40) "The instance wasn't initialized properly"
H A Dbug54281.phpt15 …Iterator::rewind(): The RecursiveArrayIteratorIterator instance wasn't initialized properly in %s …
H A Dbug41828.phpt21 Fatal error: main(): The foo instance wasn't initialized properly in %s on line %d
/PHP-5.5/ext/intl/tests/
H A Dbug60192-getlocale.phpt20 Catchable fatal error: Collator::getLocale(): Object not initialized in %s on line %d
H A Dbug60192-getsortkey.phpt20 Catchable fatal error: Collator::getSortKey(): Object not initialized in %s on line %d
H A Dbug60192-compare.phpt19 Catchable fatal error: Collator::compare(): Object not initialized in %s on line %d
H A Dbug60192-sort.phpt21 Catchable fatal error: Collator::sort(): Object not initialized in %s on line %d
H A Dbug60192-sortwithsortkeys.phpt21 Catchable fatal error: Collator::sortWithSortKeys(): Object not initialized in %s on line %d
H A Ddateformat_formatObject_error.phpt45 …:formatObject(): datefmt_format_object: bad IntlCalendar instance: not initialized properly in %s …
48 Warning: DateTime::getTimestamp(): The DateTime object has not been correctly initialized by its co…
/PHP-5.5/ext/standard/tests/strings/
H A Dbug24281.phpt2 Bug #24281 (str_replace count not returned if variable wasn't initialized)
/PHP-5.5/Zend/tests/
H A Dbug60536_003.phpt2 Properties should be initialized correctly (relevant to #60536)
/PHP-5.5/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt14 // initialized - is very difficult to test portably.
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_basic.phpt6 …ion: Create an array containing num elements starting with index start_key each initialized to val

Completed in 134 milliseconds

123