Home
last modified time | relevance | path

Searched refs:id_len (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/intl/common/
H A Dcommon_date.cpp40 int32_t id_len = 0; local
49 id_len = strlen(id);
69 id_len = slprintf(id, sizeof(offset_id), "GMT%+03d:%02d",
77 id_len = strlen(id);
81 UnicodeString s = UnicodeString(id, id_len, US_INV);
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c342 int id_len = strlen(id); in add_zval() local
343 …if (!(id_len > 1 && id[0] == '0') && is_numeric_string((char *)id, id_len, NULL, NULL, 0) == IS_LO… in add_zval()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c962 size_t id_len; in PHP_METHOD() local
964 id = dbh->methods->last_id(dbh, name, &id_len); in PHP_METHOD()
970 RETVAL_STRINGL(id, id_len); in PHP_METHOD()

Completed in 21 milliseconds