Home
last modified time | relevance | path

Searched refs:strlen (Results 201 – 225 of 706) sorted by last modified time

12345678910>>...29

/PHP-7.4/scripts/dev/
H A Dtidy.php85 $spaces = strlen($matches[0]);
/PHP-7.4/ext/zip/examples/
H A Dencryption.php37 printf("Size = %d\n", strlen($text));
48 printf("Size = %d\n", strlen($text));
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c616 memcpy(file_dirname, source, strlen(source)); in _xmlwriter_get_valid_file_path()
617 dir_len = php_dirname(file_dirname, strlen(source)); in _xmlwriter_get_valid_file_path()
/PHP-7.4/ext/pdo_mysql/
H A Dget_error_codes.php11 $maxlen = max($maxlen, strlen($matches[1]));
/PHP-7.4/ext/phar/
H A Dbuild_precommand.php34 while ($c && (strlen($f[$c]) == 0 || $f[$c] == "\n" || $f[$c] == "\r\n")) {
46 while ($c && (strlen($f[$c]) == 0 || $f[$c] == "\n" || $f[$c] == "\r\n")) {
H A Dmakestub.php13 $token[1] = strlen($n) ? $n : ' ';
21 $slen = strlen($s) - strlen('index.php') - strlen("000");
27 $s = substr($s, strlen($webs) + strlen("000"));
29 $s2 = substr($s, strlen($s1) + strlen('index.php'));
31 $s3 = substr($s, strlen($s2) + 4 + strlen($s1) + strlen('index.php'));
62 if ($chunk[strlen($chunk) - 1] == '\\') {
72 if ($chunk[strlen($chunk) - 1] == '\\') {
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp125 *resultLength = (length == -1) ? (int32_t)strlen(str) : length; in next()
/PHP-7.4/ext/
H A Dext_skel.php261 $author_len = strlen($options['author']);
/PHP-7.4/ext/fileinfo/
H A Dcreate_data_file.php6 $dta_l = strlen($dta);
/PHP-7.4/Zend/
H A Dzend_vm_gen.php874 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
876 …} else if (strncasecmp($matches[0], "ZEND_VM_DISPATCH_TO_HANDLER", strlen("ZEND_VM_DISPATCH_TO_HAN…
910 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
912 …} else if (strncasecmp($matches[0], "ZEND_VM_DISPATCH_TO_HANDLER", strlen("ZEND_VM_DISPATCH_TO_HAN…
944 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
946 …} else if (strncasecmp($matches[0], "ZEND_VM_DISPATCH_TO_HANDLER", strlen("ZEND_VM_DISPATCH_TO_HAN…
968 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
2416 $len = strlen($op);
2572 $len = strlen($op);
2624 $code_len = strlen((string)$max_opcode);
[all …]
H A Dbench.php20 strlen("hallo");
342 $len = strlen($str);
367 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
380 $pad = str_repeat(" ", 24-strlen("Total")-strlen($num));
H A Dmicro_bench.php262 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
279 $pad = str_repeat(" ", 24-strlen("Total")-strlen($num));
H A Dzend_strtod.c1844 MALLOC(strlen((CONST char*)s0) + 1))) {
H A Dzend_language_parser.y1395 return strlen(yystr);
/PHP-7.4/main/
H A Dgetopt.c91 size_t arg_end = strlen(argv[*optind])-1; in php_getopt()
114 …cmp(&argv[*optind][2], opts[php_optidx].opt_name, arg_end) && arg_end == strlen(opts[php_optidx].o… in php_getopt()
121 arg_start += (int)strlen(opts[php_optidx].opt_name); in php_getopt()
/PHP-7.4/ext/standard/
H A Dmail.c427 if (!hdr || !strlen(hdr)) { in php_mail_detect_multiple_crlf()
521 f = php_basename(tmp, strlen(tmp), NULL, 0); in php_mail()
H A Dpassword.c45 if (zend_hash_str_add(&php_password_algos, ident, strlen(ident), &zalgo)) { in php_password_algo_register()
52 zend_hash_str_del(&php_password_algos, ident, strlen(ident)); in php_password_algo_unregister()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt38 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
44 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
50 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
56 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
62 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
68 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70219_1.phpt25 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;C:3:"obj":'.strlen($inner).':{'.$…
/PHP-7.4/ext/fileinfo/libmagic/
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()
/PHP-7.4/win32/
H A Dconsole.c116 …return strlen(sapi_module.name) >= sizeof("cli") - 1 && !strncmp(sapi_module.name, "cli", sizeof("… in php_win32_console_is_cli_sapi()
H A Dregistry.c49 size_t sub_key_len = strlen(sub_key); in OpenPhpRegistryKey()
55 main_key_len = strlen(*key_name); in OpenPhpRegistryKey()
/PHP-7.4/tests/strings/
H A D001.phpt187 if (strlen($ui1) == strlen($ui2) && strlen($ui1) == $len && $ui1 != $ui2) {
201 if (strlen($ui1) == strlen($ui2) && strlen($ui1) == $len && $ui1 != $ui2) {
/PHP-7.4/tests/lang/
H A Deach_binary_safety.phpt8 echo strlen($key), ': ';

Completed in 70 milliseconds

12345678910>>...29