Home
last modified time | relevance | path

Searched refs:strlen (Results 251 – 275 of 716) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-7.2/ext/standard/tests/serialize/
H A Dbug72785.phpt10 $s = 'C:11:"ArrayObject":' . strlen($p) . ':{' . $p . '}';
/PHP-7.2/tests/lang/
H A Dbug26696.phpt7 $len = strlen($str);
/PHP-7.2/ext/readline/
H A Dreadline_cli.c439 retval = malloc(strlen(tmp) + 2); in cli_completion_generator_var()
453 retval = malloc(strlen(tmp) + 2); in cli_completion_generator_ini()
511 int textlen = strlen(text); in cli_completion_generator()
566 int len = class_name_len + 2 + strlen(retval) + 1; in cli_completion_generator()
630 len = strlen(line); in readline_shell_run()
639 … zend_alter_ini_entry_chars_ex(cmd, param, strlen(param), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in readline_shell_run()
719 if (strlen(sapi_module.name) >= 3 && 0 == strncmp("cli", sapi_module.name, 3)) { \
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_006.phpt21 var_dump(strlen("abc"));
H A Dscalar_strict_declaration_placement_007.phpt21 var_dump(strlen("abc"));
/PHP-7.2/sapi/cli/
H A Dps_title.c167 end_of_area = argv[i] + strlen(argv[i]); in save_ps_args()
177 end_of_area = environ[i] + strlen(environ[i]); in save_ps_args()
343 ps_buffer_cur_len = strlen(ps_buffer); in set_ps_title()
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt56 assert(strlen($blob) <= $max_allowed_packet);
71 $limit = $max_allowed_packet - strlen($blob) + 1;
76 assert(strlen($blob2) > $max_allowed_packet);
H A Dmysqli_fetch_assoc_zerofill.phpt40 if ($length > strlen($insert)) {
42 $expected = str_repeat('0', $length - strlen($insert));
/PHP-7.2/tests/output/
H A Dob_start_basic_006.phpt13 $len = strlen($string);
27 $len = strlen($string);
34 $len = strlen($string);
H A Dbug60768.phpt18 printf("Output size: %d, expected %d\n", strlen($storage), 20 + 10 * 10);
/PHP-7.2/ext/standard/tests/file/
H A Dbug41815.phpt14 if (strlen(fread($reader, 10)) > 0) {
H A Dbug39673.phpt25 if ($r !== false) var_dump(strlen($r));
H A Dbug71287.phpt11 return strlen($data) - 2;
/PHP-7.2/ext/standard/tests/array/
H A Darray_reduce.phpt14 function reduce_int($w, $v) { return $w + strlen($v); }
19 function reduce_float($w, $v) { return $w + strlen($v) / 10; }
/PHP-7.2/ext/sockets/
H A Dsockaddr_conv.c68 if (IS_LONG == is_numeric_string(scope, strlen(scope), &lval, &dval, 0)) { in php_set_inet6_addr()
93 if (strlen(string) > MAXFQDNLEN || ! (host_entry = php_network_gethostbyname(string))) { in php_set_inet_addr()
/PHP-7.2/ext/mbstring/libmbfl/tests/
H A Dsample.c30 string.len = strlen(input); in main()
/PHP-7.2/Zend/tests/
H A Dbug70681.phpt9 $c = (new ReflectionFunction('strlen'))->getClosure();
/PHP-7.2/ext/fileinfo/libmagic/
H A Dstrcasestr.c76 len = strlen(find); in strcasestr()
/PHP-7.2/ext/gd/libgd/
H A Dgdkanji.c361 from_len = strlen ((const char *) from) + 1; in do_convert()
564 if (strlen ((const char *) src) >= BUFSIZ) in any2eucjp()
575 if (strlen ((const char *) tmp_dest) >= dest_max) in any2eucjp()
594 i = strlen (t);
612 printf ("input : %d bytes\n", strlen ((const char *) input));
/PHP-7.2/ext/phar/tests/cache_list/
H A Dcopyonwrite11.phar.phpt17 echo strlen($p2->getStub()),"\n";
/PHP-7.2/ext/iconv/tests/
H A Deucjp2iso2022jp.phpt13 $len = strlen($str);
/PHP-7.2/ext/spl/tests/
H A Dbug70166.phpt6 $exploit = 'a:2:{i:0;C:11:"ArrayObject":'.strlen($inner).':{'.$inner.'}i:1;R:5;}';
H A Dbug70169.phpt6 $exploit = 'a:2:{i:0;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:1;R:3;}';
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c275 add_variable(t, nlen, p + 1, strlen( p + 1 ), array_ptr); in litespeed_php_import_environment_variables()
534 int len = strlen( message ); in sapi_lsapi_log_message()
584 server_name_len = strlen(server_name); in sapi_lsapi_activate()
594 path_len = strlen(SG(request_info).path_translated); in sapi_lsapi_activate()
687 len = strlen( SG(request_info).path_translated ); in lsapi_execute_script()
876 int len = (int)strlen(path); in pathlen_without_trailing_slash()
983 ctx->path_len = strlen(ctx->path); in lsapi_activate_user_ini_mk_path()
1008 ctx->path_len = strlen(ctx->path); in lsapi_activate_user_ini_mk_realpath()
1289 psKey = zend_string_init(*ini, strlen( *ini ), 1); in cli_main()
1475 argv0 = argv[0] + strlen( argv[0] ); in setArgv0()
[all …]
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt11 $pdo->sqliteCreateAggregate('foo', 'strlen', '');

Completed in 37 milliseconds

1...<<11121314151617181920>>...29