Home
last modified time | relevance | path

Searched refs:count_chars (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dcount_chars_error.phpt2 Test count_chars() function : error conditions
6 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
11 echo "*** Testing count_chars() : error conditions ***\n";
13 echo "\n-- Testing count_chars() function with no arguments --\n";
14 var_dump( count_chars() );
20 var_dump( count_chars($string, $mode, $extra_arg) );
25 *** Testing count_chars() : error conditions ***
27 -- Testing count_chars() function with no arguments --
29 Warning: count_chars() expects at least 1 parameter, 0 given in %s on line %d
32 -- Testing count_chars() function with more than expected no. of arguments --
[all …]
H A Dcount_chars_variation2.phpt2 Test count_chars() function : usage variations - test values for $mode argument
8 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
77 var_dump(is_array(count_chars($string, $input)));
85 *** Testing count_chars() function: with unexpected inputs for 'mode' argument ***
92 Warning: count_chars(): Unknown mode in %s on line %d
96 Warning: count_chars(): Unknown mode in %s on line %d
100 Warning: count_chars(): Unknown mode in %s on line %d
108 Warning: count_chars(): Unknown mode in %s on line %d
112 Warning: count_chars(): Unknown mode in %s on line %d
116 Warning: count_chars(): Unknown mode in %s on line %d
[all …]
H A Dcount_chars_variation1.phpt2 Test count_chars() function : usage variations - test values for $string argument
6 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
11 echo "*** Testing count_chars() function: with unexpected inputs for 'string' argument ***\n";
71 // loop through with each element of the $inputs array to test count_chars() function
76 var_dump(count_chars($input, 1));
85 *** Testing count_chars() function: with unexpected inputs for 'string' argument ***
193 Warning: count_chars() expects parameter 1 to be string, array given in %s on line %d
197 Warning: count_chars() expects parameter 1 to be string, array given in %s on line %d
201 Warning: count_chars() expects parameter 1 to be string, array given in %s on line %d
254 Warning: count_chars() expects parameter 1 to be string, resource given in %s on line %d
H A Dcount_chars.phpt2 count_chars() function
7 echo implode(count_chars($s, $i))."\n";
9 echo $a = count_chars($s, 3), "\n";
10 echo (int) strlen(count_chars($s, 4)) == 256-strlen($a),"\n";
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dcount_chars_error.phpt2 Test count_chars() function : error conditions
6 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
11 echo "*** Testing count_chars() : error conditions ***\n";
13 echo "\n-- Testing count_chars() function with no arguments --\n";
14 var_dump( count_chars() );
20 var_dump( count_chars($string, $mode, $extra_arg) );
25 *** Testing count_chars() : error conditions ***
27 -- Testing count_chars() function with no arguments --
29 Warning: count_chars() expects at least 1 parameter, 0 given in %s on line %d
32 -- Testing count_chars() function with more than expected no. of arguments --
[all …]
H A Dcount_chars_variation2.phpt2 Test count_chars() function : usage variations - test values for $mode argument
8 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
77 var_dump(is_array(count_chars($string, $input)));
85 *** Testing count_chars() function: with unexpected inputs for 'mode' argument ***
92 Warning: count_chars(): Unknown mode in %s on line %d
96 Warning: count_chars(): Unknown mode in %s on line %d
100 Warning: count_chars(): Unknown mode in %s on line %d
108 Warning: count_chars(): Unknown mode in %s on line %d
112 Warning: count_chars(): Unknown mode in %s on line %d
116 Warning: count_chars(): Unknown mode in %s on line %d
[all …]
H A Dcount_chars_variation1.phpt2 Test count_chars() function : usage variations - test values for $string argument
6 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
11 echo "*** Testing count_chars() function: with unexpected inputs for 'string' argument ***\n";
71 // loop through with each element of the $inputs array to test count_chars() function
76 var_dump(count_chars($input, 1));
85 *** Testing count_chars() function: with unexpected inputs for 'string' argument ***
193 Warning: count_chars() expects parameter 1 to be string, array given in %s on line %d
197 Warning: count_chars() expects parameter 1 to be string, array given in %s on line %d
201 Warning: count_chars() expects parameter 1 to be string, array given in %s on line %d
254 Warning: count_chars() expects parameter 1 to be string, resource given in %s on line %d
H A Dcount_chars.phpt2 count_chars() function
7 echo implode(count_chars($s, $i))."\n";
9 echo $a = count_chars($s, 3), "\n";
10 echo (int) strlen(count_chars($s, 4)) == 256-strlen($a),"\n";
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/build/
H A Djlibtool.c202 } count_chars; typedef
210 count_chars *normal;
330 void append_count_chars(count_chars *cc, count_chars *cctoadd) in append_count_chars()
431 count_chars tmpcc; in run_command()
1596 cctemp = (count_chars*)malloc(sizeof(count_chars)); in run_mode()
1820 cmd_data.program_opts = (count_chars*)malloc(sizeof(count_chars)); in main()
1822 cmd_data.arglist = (count_chars*)malloc(sizeof(count_chars)); in main()
1824 cmd_data.tmp_dirs = (count_chars*)malloc(sizeof(count_chars)); in main()
1826 cmd_data.obj_files = (count_chars*)malloc(sizeof(count_chars)); in main()
1828 cmd_data.dep_rpaths = (count_chars*)malloc(sizeof(count_chars)); in main()
[all …]
/dports/devel/apr1/apr-1.7.0/build/
H A Djlibtool.c227 } count_chars; typedef
235 count_chars *normal;
361 void append_count_chars(count_chars *cc, count_chars *cctoadd) in append_count_chars()
475 count_chars tmpcc; in run_command()
1767 cctemp = (count_chars*)malloc(sizeof(count_chars));
2019 cmd_data.program_opts = (count_chars*)malloc(sizeof(count_chars));
2021 cmd_data.arglist = (count_chars*)malloc(sizeof(count_chars));
2023 cmd_data.tmp_dirs = (count_chars*)malloc(sizeof(count_chars));
2025 cmd_data.obj_files = (count_chars*)malloc(sizeof(count_chars));
2027 cmd_data.dep_rpaths = (count_chars*)malloc(sizeof(count_chars));
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdts.c56 int count_chars; member
120 int pos = pts->buffer.count_chars; in append_text_move()
376 pts->buffer.count_chars = 0; in pdf_from_stream_to_text()
384 return state->buffer.count_chars; in pdf_get_stoted_text_size()
396 if (pts->buffer.count_chars != 0) { in flush_text_buffer()
419 if (pts->buffer.count_chars > cur) in flush_text_buffer()
421 pts->buffer.count_chars - cur); in flush_text_buffer()
427 pts->buffer.count_chars = 0; in flush_text_buffer()
443 if (pts->buffer.count_chars == 0) in sync_text_state()
567 if (pts->buffer.count_chars > 0) { in pdf_set_text_state_values()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdts.c58 int count_chars; member
122 int pos = pts->buffer.count_chars; in append_text_move()
378 pts->buffer.count_chars = 0; in pdf_from_stream_to_text()
386 return state->buffer.count_chars; in pdf_get_stoted_text_size()
398 if (pts->buffer.count_chars != 0) { in flush_text_buffer()
421 if (pts->buffer.count_chars > cur) in flush_text_buffer()
429 pts->buffer.count_chars = 0; in flush_text_buffer()
445 if (pts->buffer.count_chars == 0) in sync_text_state()
568 if (pts->buffer.count_chars > 0) { in pdf_set_text_state_values()
658 pts->buffer.count_chars += copy; in pdf_append_chars()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdts.c58 int count_chars; member
122 int pos = pts->buffer.count_chars; in append_text_move()
378 pts->buffer.count_chars = 0; in pdf_from_stream_to_text()
386 return state->buffer.count_chars; in pdf_get_stoted_text_size()
398 if (pts->buffer.count_chars != 0) { in flush_text_buffer()
421 if (pts->buffer.count_chars > cur) in flush_text_buffer()
429 pts->buffer.count_chars = 0; in flush_text_buffer()
445 if (pts->buffer.count_chars == 0) in sync_text_state()
568 if (pts->buffer.count_chars > 0) { in pdf_set_text_state_values()
658 pts->buffer.count_chars += copy; in pdf_append_chars()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdts.c56 int count_chars; member
120 int pos = pts->buffer.count_chars; in append_text_move()
376 pts->buffer.count_chars = 0; in pdf_from_stream_to_text()
384 return state->buffer.count_chars; in pdf_get_stoted_text_size()
396 if (pts->buffer.count_chars != 0) { in flush_text_buffer()
419 if (pts->buffer.count_chars > cur) in flush_text_buffer()
421 pts->buffer.count_chars - cur); in flush_text_buffer()
427 pts->buffer.count_chars = 0; in flush_text_buffer()
443 if (pts->buffer.count_chars == 0) in sync_text_state()
567 if (pts->buffer.count_chars > 0) { in pdf_set_text_state_values()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dprimary_transform.hpp35 unsigned count_chars(const S& s, charT c) in count_chars() function
90 …if((pos != 0) && (count_chars(sa, maybe_delim) == count_chars(sA, maybe_delim)) && (count_chars(sa… in find_sort_syntax()
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dcount_chars.phpt2 count_chars() function
7 echo implode(count_chars($s, $i))."\n";
9 echo $a = count_chars($s, 3), "\n";
10 echo (int) strlen(count_chars($s, 4)) == 256-strlen($a),"\n";
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dcount_chars.phpt2 count_chars() function
7 echo implode(count_chars($s, $i))."\n";
9 echo $a = count_chars($s, 3), "\n";
10 echo (int) strlen(count_chars($s, 4)) == 256-strlen($a),"\n";
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dcount_chars.phpt2 count_chars() function
7 echo implode(count_chars($s, $i))."\n";
9 echo $a = count_chars($s, 3), "\n";
10 echo (int) strlen(count_chars($s, 4)) == 256-strlen($a),"\n";
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dcount_chars.phpt2 count_chars() function
7 echo implode(count_chars($s, $i))."\n";
9 echo $a = count_chars($s, 3), "\n";
10 echo (int) strlen(count_chars($s, 4)) == 256-strlen($a),"\n";
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dcount_chars.phpt2 count_chars() function
7 echo implode(count_chars($s, $i))."\n";
9 echo $a = count_chars($s, 3), "\n";
10 echo (int) strlen(count_chars($s, 4)) == 256-strlen($a),"\n";
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dcount_chars.phpt2 count_chars() function
7 echo implode(count_chars($s, $i))."\n";
9 echo $a = count_chars($s, 3), "\n";
10 echo (int) strlen(count_chars($s, 4)) == 256-strlen($a),"\n";
/dports/biology/lamarc/lamarc-2.1.8/boost/regex/v4/
H A Dprimary_transform.hpp39 unsigned count_chars(const S& s, charT c) in count_chars() function
94 …if((pos != 0) && (count_chars(sa, maybe_delim) == count_chars(sA, maybe_delim)) && (count_chars(sa… in find_sort_syntax()
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dprimary_transform.hpp46 unsigned count_chars(const S& s, charT c) in count_chars() function
101 …if((pos != 0) && (count_chars(sa, maybe_delim) == count_chars(sA, maybe_delim)) && (count_chars(sa… in find_sort_syntax()
/dports/devel/hyperscan/boost_1_75_0/boost/regex/v4/
H A Dprimary_transform.hpp46 unsigned count_chars(const S& s, charT c) in count_chars() function
101 …if((pos != 0) && (count_chars(sa, maybe_delim) == count_chars(sA, maybe_delim)) && (count_chars(sa… in find_sort_syntax()
/dports/devel/boost-python-libs/boost_1_72_0/boost/regex/v4/
H A Dprimary_transform.hpp46 unsigned count_chars(const S& s, charT c) in count_chars() function
101 …if((pos != 0) && (count_chars(sa, maybe_delim) == count_chars(sA, maybe_delim)) && (count_chars(sa… in find_sort_syntax()

12345678910