Home
last modified time | relevance | path

Searched refs:ZSTR_LEN (Results 176 – 187 of 187) sorted by relevance

12345678

/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c204 …zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(hash_key), ZSTR_LEN(hash_key), &le, sizeof…
/PHP-7.1/ext/intl/converter/
H A Dconverter.c700 ZSTR_LEN(ret) = ucnv_fromUChars(dest_cnv, ZSTR_VAL(ret), ret_len+1, temp, temp_len, &error); in php_converter_do_convert()
/PHP-7.1/Zend/
H A Dzend_types.h525 #define Z_STRLEN(zval) ZSTR_LEN(Z_STR(zval))
H A Dzend_hash.h298 ZEND_HANDLE_NUMERIC_STR(ZSTR_VAL(key), ZSTR_LEN(key), idx)
/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c210 if (contents && ZSTR_LEN(contents) > 0) { in PHAR_FUNC()
H A Dphar_object.c3010 phar_flush(phar_obj->archive, stub ? ZSTR_VAL(stub) : 0, stub ? ZSTR_LEN(stub) : 0, 1, &error); in PHP_METHOD()
4022 ZSTR_LEN(buf) = len; in PHP_METHOD()
/PHP-7.1/ext/date/
H A Dphp_date.c2273 ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), sizeof("+05:00"), "%c%02d:%02d", in date_object_get_properties()
2365 ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), sizeof("+05:00"), "%c%02d:%02d", in date_object_get_properties_timezone()
2404 ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), sizeof("+05:00"), "%c%02d:%02d", in date_object_get_debug_info_timezone()
3922 ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), sizeof("+05:00"), "%c%02d:%02d", in PHP_FUNCTION()
/PHP-7.1/ext/dom/
H A Dnode.c349 xmlNodeSetContentLen(nodep, (xmlChar *) ZSTR_VAL(str), ZSTR_LEN(str) + 1); in dom_node_node_value_write()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch2322 + strncpy(ms->o.buf, ZSTR_VAL(res), ZSTR_LEN(res));
2323 + ms->o.buf[ZSTR_LEN(res)] = '\0';
3537 + ZSTR_LEN(t) = j;
/PHP-7.1/ext/spl/
H A Dspl_array.c974 } else if (!ZSTR_LEN(string_key) || ZSTR_VAL(string_key)[0]) { in spl_array_skip_protected()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c1837 ZSTR_LEN(t) = j; in convert_libmagic_pattern()
/PHP-7.1/ext/gd/
H A Dgd.c2370 pstr = pestrndup(ZSTR_VAL(buff), ZSTR_LEN(buff), 1); in _php_image_create_from()
2371 io_ctx = gdNewDynamicCtxEx(ZSTR_LEN(buff), pstr, 0); in _php_image_create_from()

Completed in 106 milliseconds

12345678