Home
last modified time | relevance | path

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

123

/PHP-7.4/
H A DNEWS2712 . Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized
/PHP-7.4/Zend/tests/
H A Dbug60536_003.phpt2 Properties should be initialized correctly (relevant to #60536)
/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/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/build/
H A Dphp_cxx_compile_stdcxx.m4656 derived d2 {{}, {}, 4}; // value-initialized bases
/PHP-7.4/docs/
H A Dparameter-parsing-api.md94 initialized to default values by the extension since they will not be touched
179 * than a 'size_t', the upper bits might not be initialized
/PHP-7.4/ext/date/
H A Dphp_date.c2079 if (!obj->initialized) { in date_interval_has_property()
2375 new_obj->initialized = 1; in date_object_clone_timezone()
2400 if (!o1->initialized || !o2->initialized) { in date_object_compare_timezone()
2515 new_obj->initialized = old_obj->initialized; in date_object_clone_interval()
2591 new_obj->initialized = old_obj->initialized; in date_object_clone_period()
4240 if (!obj->initialized) { in date_interval_read_property()
4312 if (!obj->initialized) { in date_interval_write_property()
4405 diobj->initialized = 1; in PHP_METHOD()
4551 diobj->initialized = 1; in PHP_FUNCTION()
4758 dpobj->initialized = 1; in PHP_METHOD()
[all …]
H A Dphp_date.h145 int initialized; member
163 int initialized; member
180 int initialized; member
/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 Dbug67118.phpt26 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
H A Dbug75002.phpt19 Fatal error: Uncaught Error: DatePeriod has not been initialized correctly in %sbug75002.php:%d
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…
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic18095 # but they should never be full and initialized with zeros...
H A Dmagic私はガラスを食べられます18095 # but they should never be full and initialized with zeros...
/PHP-7.4/ext/intl/tests/
H A Dbug60192-compare.phpt18 Fatal error: Uncaught Error: Object not initialized in %s:%d
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-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
H A Ddateformat_formatObject_error.phpt43 …:formatObject(): datefmt_format_object: bad IntlCalendar instance: not initialized properly in %s …
46 Warning: DateTime::getTimestamp(): The DateTime object has not been correctly initialized by its co…
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp86 tzobj->initialized = 1; in timezone_convert_to_datetimezone()
H A Dtimezone_methods.cpp91 if (!tzobj->initialized) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_errno.phpt27 // properly initialized?
H A Dmysqli_stmt_error.phpt27 // properly initialized?
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c102 zend_uchar * initialized = ((MYSQLND_RES_BUFFERED_C *) result)->initialized; in MYSQLND_METHOD() local
111 if (ZEND_BIT_TEST(initialized, row)) { in MYSQLND_METHOD()
122 initialized[row >> 3] |= (1 << (row & 7)); in MYSQLND_METHOD()
234 mnd_efree(set->initialized); in MYSQLND_METHOD()
235 set->initialized = NULL; in MYSQLND_METHOD()
1180 if (!ZEND_BIT_TEST(set->initialized, set->current_row)) { in MYSQLND_METHOD()
1181 set->initialized[set->current_row >> 3] |= (1 << (set->current_row & 7)); /* mark initialized */ in MYSQLND_METHOD()
1472 …set->initialized = mnd_ecalloc((unsigned int) ((set->row_count / 8) + 1), sizeof(zend_uchar)); /* … in MYSQLND_METHOD()

Completed in 269 milliseconds

123