Home
last modified time | relevance | path

Searched refs:initialized (Results 26 – 50 of 55) sorted by relevance

123

/PHP-7.4/ext/spl/tests/
H A Dbug79710.phpt35 Fatal error: Uncaught RuntimeException: Object not initialized in %s:%d
/PHP-7.4/ext/intl/tests/
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/standard/tests/array/
H A Darray_fill_basic.phpt6 …tion: Create an array containing num elements starting with index start_key each initialized to val
H A Darray_fill_keys_variation3.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized
H A Darray_fill_variation3.phpt6 …tion: Create an array containing num elements starting with index start_key each initialized to val
H A Darray_fill_variation4.phpt6 …tion: Create an array containing num elements starting with index start_key each initialized to val
H A Darray_fill_error.phpt6 …tion: Create an array containing num elements starting with index start_key each initialized to val
H A Darray_fill_keys_variation1.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized
H A Darray_fill_keys_variation2.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized
H A Darray_fill_keys_variation4.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized
H A Darray_fill_variation5.phpt6 …tion: Create an array containing num elements starting with index start_key each initialized to val
H A Darray_fill_object.phpt6 …tion: Create an array containing num elements starting with index start_key each initialized to val
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_basic.phpt14 //value initialized = Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. "double quoted stri…
/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 …]
/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()
H A Dmysqlnd_structs.h1235 zend_uchar *initialized; /* every row is a single bit */ member
/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/tidy/
H A Dtidy.c71 if (!obj->ptdoc->initialized) { \
201 unsigned int initialized:1; member
728 intern->ptdoc->initialized = 0; in tidy_object_new()
1061 obj->ptdoc->initialized = 1; in php_tidy_parse_string()
1384 if (obj->ptdoc->initialized && tidyRunDiagnostics(obj->ptdoc->doc) >= 0) { in PHP_FUNCTION()
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc17 * Collision detection is mandatory to reject attacker initialized session ID.
/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/xml/
H A Dcompat.c485 parser->parser->sax->initialized = 1; in XML_ParserCreate_MM()
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4656 derived d2 {{}, {}, 4}; // value-initialized bases

Completed in 75 milliseconds

123