Home
last modified time | relevance | path

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

123

/PHP-5.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 DDateTimeZone_serialize.phpt27 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.4/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.4/ext/date/
H A Dphp_date.h122 int initialized; member
135 int initialized; member
145 int initialized; member
/PHP-5.4/ext/session/tests/
H A D002.phpt2 session_unset() without a initialized session
/PHP-5.4/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.4/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
/PHP-5.4/ext/standard/tests/strings/
H A Dbug24281.phpt2 Bug #24281 (str_replace count not returned if variable wasn't initialized)
/PHP-5.4/Zend/tests/
H A Dbug60536_003.phpt2 Properties should be initialized correctly (relevant to #60536)
/PHP-5.4/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt14 // initialized - is very difficult to test portably.
/PHP-5.4/Zend/
H A Dzend_signal.h61 int initialized; /* memory initialized */ member
/PHP-5.4/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
H A Darray_fill_keys_error.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized
H A Darray_fill_keys_variation3.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized

Completed in 39 milliseconds

123