Home
last modified time | relevance | path

Searched refs:strlen (Results 101 – 125 of 706) sorted by path

12345678910>>...29

/PHP-7.4/ext/ffi/tests/
H A D100.phpt34 var_dump($zend->zend_hash_func("file", strlen("file")));
37 FFI::memcpy($str, "Hello World!", strlen("Hello World!"));
38 $zend->zend_str_tolower($str, strlen("Hello World!"));
H A D101.phpt36 var_dump($f("file", strlen("file")));
39 FFI::memcpy($str, "Hello World!", strlen("Hello World!"));
41 $f($str, strlen("Hello World!"));
/PHP-7.4/ext/fileinfo/
H A Dcreate_data_file.php6 $dta_l = strlen($dta);
H A Dlibmagic.patch357 file_oomem(ms, strlen(fn));
501 - strlen(fn) + strlen(d->d_name) + 2);
502 + strlen(fn) + strlen(d.d_name) + 2);
642 + convert_libmagic_pattern(&pattern, m->value.s, strlen(m->value.s), options);
2486 + convert_libmagic_pattern(&patt, (char*)pat, strlen(pat), opts);
2513 + repl = zend_string_init(rep, strlen(rep), 0);
2514 + res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt);
2708 - sp = strlen(dllpath);
3182 + vbuf_lower = zend_str_tolower_dup(vbuf, strlen(vbuf));
3187 + pattern_lower = zend_str_tolower_dup(nv[i].pattern, strlen(nv[i].pattern));
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c613 file_oomem(ms, strlen(fn)); in file_apprentice()
1324 strlen(fn) + strlen(d.d_name) + 2); in apprentice_load()
2240 len = nt ? strlen(buf) : len; in parse_extra()
2597 convert_libmagic_pattern(&pattern, m->value.s, strlen(m->value.s), options); in getvalue()
H A Dcdf.c829 size_t i, name_len = strlen(name) + 1; in cdf_find_stream()
H A Dcompress.c567 *n = strlen(RCAST(char *, *newch)); in uncompresszlib()
588 *len = strlen(msg); in makeerror()
666 n = strlen(p); in filter_error()
H A Dder.c298 size_t slen = strlen(buf); in der_cmp()
H A Dfuncs.c429 len = strlen(ms->o.buf); in file_getbuffer()
517 return ms->o.buf == NULL ? 0 : strlen(ms->o.buf); in file_printedlen()
531 convert_libmagic_pattern(&patt, (char*)pat, strlen(pat), opts); in file_replace()
539 repl = zend_string_init(rep, strlen(rep), 0); in file_replace()
540 res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt); in file_replace()
H A Dreadcdf.c117 vbuf_lower = zend_str_tolower_dup(vbuf, strlen(vbuf)); in cdf_app_to_mime()
122 pattern_lower = zend_str_tolower_dup(nv[i].pattern, strlen(nv[i].pattern)); in cdf_app_to_mime()
H A Dsoftmagic.c486 rv = pcre2_match(re, (PCRE2_SPTR)fmt, strlen(fmt), 0, 0, match_data, php_pcre_mctx()) > 0; in check_fmt()
539 l = strlen(sptr); in varexpand()
668 t = ms->offset + strlen(str); in mprint()
872 o = CAST(uint32_t, (ms->offset + strlen(p->s))); in moffset()
H A Dstrcasestr.c76 len = strlen(find); in strcasestr()
/PHP-7.4/ext/filter/
H A Dfilter.c458 zend_symtable_str_exists(Z_ARRVAL_P(orig_array_ptr), var, strlen(var))) { in php_sapi_filter()
H A Dsanitizing_filters.c151 l = strlen((const char*)allowed_list); in filter_map_update()
/PHP-7.4/ext/filter/tests/
H A D047.phpt8 $len = strlen($s);
H A D048.phpt8 $len = strlen($s);
/PHP-7.4/ext/ftp/
H A Dftp.c681 *response = zend_string_init(ftp->inbuf, strlen(ftp->inbuf), 0); in ftp_alloc()
725 const char *end = input + strlen(input); in ftp_mlsd_parse_line()
/PHP-7.4/ext/gd/
H A Dgd.c3729 l = strlen((char *)str); in php_imagechar()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1521 l = strlen ((char *) s); in gdImageString()
1532 l = strlen ((char *) s); in gdImageStringUp()
H A Dgd_jpeg.c236 jpeg_write_marker (&cinfo, JPEG_COM, (unsigned char *) comment, (unsigned int) strlen (comment)); in _gdImageJpegCtx()
H A Dgd_xbm.c54 if (strlen(fline) == MAX_XBM_LINE_SIZE-1) { in gdImageCreateFromXbm()
190 if ((l = strlen(name)) == 0) { in gdImageXbmCtx()
H A Dgdkanji.c357 from_len = strlen ((const char *) from) + 1; in do_convert()
558 if (strlen ((const char *) src) >= BUFSIZ) in any2eucjp()
569 if (strlen ((const char *) tmp_dest) >= dest_max) in any2eucjp()
588 i = strlen (t);
606 printf ("input : %d bytes\n", strlen ((const char *) input));
H A Dgdxpm.c47 switch (strlen (image.colorTable[i].c_color)) { in gdImageCreateFromXpm()
/PHP-7.4/ext/gd/tests/
H A Dbug73155.phpt20 printf("file size: %d\n", strlen($buffer));
H A Dimagegd_truecolor.phpt24 printf("size: %d\n", strlen($buffer));

Completed in 80 milliseconds

12345678910>>...29