Home
last modified time | relevance | path

Searched refs:strip_tags (Results 1 – 25 of 1870) sorted by relevance

12345678910>>...75

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Service/
H A DCenturyService.php45 return strip_tags(I18N::translateContext('CENTURY', '21st'));
47 return strip_tags(I18N::translateContext('CENTURY', '20th'));
49 return strip_tags(I18N::translateContext('CENTURY', '19th'));
51 return strip_tags(I18N::translateContext('CENTURY', '18th'));
53 return strip_tags(I18N::translateContext('CENTURY', '17th'));
55 return strip_tags(I18N::translateContext('CENTURY', '16th'));
57 return strip_tags(I18N::translateContext('CENTURY', '15th'));
69 return strip_tags(I18N::translateContext('CENTURY', '9th'));
71 return strip_tags(I18N::translateContext('CENTURY', '8th'));
73 return strip_tags(I18N::translateContext('CENTURY', '7th'));
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dstrip_tags_error.phpt2 Test strip_tags() function : error conditions
7 /* Prototype : string strip_tags(string $str [, string $allowable_tags])
13 echo "*** Testing strip_tags() : error conditions ***\n";
16 echo "\n-- Testing strip_tags() function with Zero arguments --\n";
17 var_dump( strip_tags() );
19 //Test strip_tags with one more than the expected number of arguments
24 var_dump( strip_tags($str, $allowable_tags, $extra_arg) );
29 *** Testing strip_tags() : error conditions ***
31 -- Testing strip_tags() function with Zero arguments --
33 Warning: strip_tags() expects at least 1 parameter, 0 given in %s on line %d
[all …]
H A Dstrip_tags.phpt2 strip_tags() function
5 echo strip_tags('NEAT <? cool < blah ?> STUFF');
7 echo strip_tags('NEAT <? cool > blah ?> STUFF');
9 echo strip_tags('NEAT <!-- cool < blah --> STUFF');
11 echo strip_tags('NEAT <!-- cool > blah --> STUFF');
13 echo strip_tags('NEAT <? echo \"\\\"\"?> STUFF');
15 echo strip_tags('NEAT <? echo \'\\\'\'?> STUFF');
17 echo strip_tags('TESTS ?!!?!?!!!?!!');
H A Dstrip_tags_variation1.phpt2 Test strip_tags() function : usage variations - unexpected values for 'str' argument
7 /* Prototype : string strip_tags(string $str [, string $allowable_tags])
13 * testing functionality of strip_tags() by giving unexpected input values for $str argument
16 echo "*** Testing strip_tags() : usage variations ***\n";
87 var_dump( strip_tags($value) );
94 *** Testing strip_tags() : usage variations ***
115 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
119 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
123 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
127 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
[all …]
H A Dstrip_tags_variation3.phpt2 Test strip_tags() function : usage variations - unexpected values for both 'str' and 'allowable_tag…
7 /* Prototype : string strip_tags(string $str [, string $allowable_tags])
16 echo "*** Testing strip_tags() : usage variations ***\n";
87 var_dump( strip_tags($value, $value) );
94 *** Testing strip_tags() : usage variations ***
115 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
119 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
123 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
127 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
131 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dstrip_tags_error.phpt2 Test strip_tags() function : error conditions
7 /* Prototype : string strip_tags(string $str [, string $allowable_tags])
13 echo "*** Testing strip_tags() : error conditions ***\n";
16 echo "\n-- Testing strip_tags() function with Zero arguments --\n";
17 var_dump( strip_tags() );
19 //Test strip_tags with one more than the expected number of arguments
24 var_dump( strip_tags($str, $allowable_tags, $extra_arg) );
29 *** Testing strip_tags() : error conditions ***
31 -- Testing strip_tags() function with Zero arguments --
33 Warning: strip_tags() expects at least 1 parameter, 0 given in %s on line %d
[all …]
H A Dstrip_tags.phpt2 strip_tags() function
5 echo strip_tags('NEAT <? cool < blah ?> STUFF');
7 echo strip_tags('NEAT <? cool > blah ?> STUFF');
9 echo strip_tags('NEAT <!-- cool < blah --> STUFF');
11 echo strip_tags('NEAT <!-- cool > blah --> STUFF');
13 echo strip_tags('NEAT <? echo \"\\\"\"?> STUFF');
15 echo strip_tags('NEAT <? echo \'\\\'\'?> STUFF');
17 echo strip_tags('TESTS ?!!?!?!!!?!!');
H A Dstrip_tags_variation1.phpt2 Test strip_tags() function : usage variations - unexpected values for 'str' argument
7 /* Prototype : string strip_tags(string $str [, string $allowable_tags])
13 * testing functionality of strip_tags() by giving unexpected input values for $str argument
16 echo "*** Testing strip_tags() : usage variations ***\n";
87 var_dump( strip_tags($value) );
94 *** Testing strip_tags() : usage variations ***
115 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
119 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
123 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
127 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
[all …]
H A Dstrip_tags_variation3.phpt2 Test strip_tags() function : usage variations - unexpected values for both 'str' and 'allowable_tag…
7 /* Prototype : string strip_tags(string $str [, string $allowable_tags])
16 echo "*** Testing strip_tags() : usage variations ***\n";
87 var_dump( strip_tags($value, $value) );
94 *** Testing strip_tags() : usage variations ***
115 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
119 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
123 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
127 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
131 Warning: strip_tags() expects parameter 1 to be string, array given in %s on line %d
[all …]
/dports/www/elixir-html_sanitize_ex/html_sanitize_ex-1.3.0/test/
H A Dstrip_tags_test.exs4 defp strip_tags(text) do function
5 HtmlSanitizeEx.strip_tags(text)
11 assert expected == strip_tags(input)
17 assert expected == strip_tags(input)
49 assert "" == strip_tags("")
50 assert "" == strip_tags(" ")
51 assert "" == strip_tags(nil)
77 assert "&amp;", strip_tags("&")
89 assert "" == strip_tags("<a<a")
180 assert "" == strip_tags(input)
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt2 Test strip_tags() function : basic functionality - with array argument
7 var_dump(strip_tags($string));
8 var_dump(strip_tags($string, ['a']));
9 var_dump(strip_tags($string, ['p', 'a']));
10 var_dump(strip_tags($string, []));
11 var_dump(strip_tags($string, ['p' => true, 'a' => false]));
12 var_dump(strip_tags($string, ['p' => 'a']));
15 var_dump(strip_tags($string, [0]));
16 var_dump(strip_tags($string, [1]));
17 var_dump(strip_tags($string, [1, 2]));
[all …]
H A Dstrip_tags.phpt2 strip_tags() function
5 echo strip_tags('NEAT <? cool < blah ?> STUFF');
7 echo strip_tags('NEAT <? cool > blah ?> STUFF');
9 echo strip_tags('NEAT <!-- cool < blah --> STUFF');
11 echo strip_tags('NEAT <!-- cool > blah --> STUFF');
13 echo strip_tags('NEAT <? echo \"\\\"\"?> STUFF');
15 echo strip_tags('NEAT <? echo \'\\\'\'?> STUFF');
17 echo strip_tags('TESTS ?!!?!?!!!?!!');
H A Dbug46578.phpt2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
6 var_dump(strip_tags('<!-- testing I\'ve been to mars -->foobar'));
8 var_dump(strip_tags('<a alt="foobar">foo<!-- foo! --></a>bar'));
10 var_dump(strip_tags('<a alt="foobar"/>foo<?= foo! /* <!-- "cool" --> */ ?>bar'));
12 var_dump(strip_tags('< ax'));
14 var_dump(strip_tags('<! a>'));
16 var_dump(strip_tags('<? ax'));
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt2 Test strip_tags() function : basic functionality - with array argument
7 var_dump(strip_tags($string));
8 var_dump(strip_tags($string, ['a']));
9 var_dump(strip_tags($string, ['p', 'a']));
10 var_dump(strip_tags($string, []));
11 var_dump(strip_tags($string, ['p' => true, 'a' => false]));
12 var_dump(strip_tags($string, ['p' => 'a']));
15 var_dump(strip_tags($string, [0]));
16 var_dump(strip_tags($string, [1]));
17 var_dump(strip_tags($string, [1, 2]));
[all …]
H A Dstrip_tags.phpt2 strip_tags() function
5 echo strip_tags('NEAT <? cool < blah ?> STUFF');
7 echo strip_tags('NEAT <? cool > blah ?> STUFF');
9 echo strip_tags('NEAT <!-- cool < blah --> STUFF');
11 echo strip_tags('NEAT <!-- cool > blah --> STUFF');
13 echo strip_tags('NEAT <? echo \"\\\"\"?> STUFF');
15 echo strip_tags('NEAT <? echo \'\\\'\'?> STUFF');
17 echo strip_tags('TESTS ?!!?!?!!!?!!');
H A Dbug46578.phpt2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
6 var_dump(strip_tags('<!-- testing I\'ve been to mars -->foobar'));
8 var_dump(strip_tags('<a alt="foobar">foo<!-- foo! --></a>bar'));
10 var_dump(strip_tags('<a alt="foobar"/>foo<?= foo! /* <!-- "cool" --> */ ?>bar'));
12 var_dump(strip_tags('< ax'));
14 var_dump(strip_tags('<! a>'));
16 var_dump(strip_tags('<? ax'));
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt2 Test strip_tags() function : basic functionality - with array argument
7 var_dump(strip_tags($string));
8 var_dump(strip_tags($string, ['a']));
9 var_dump(strip_tags($string, ['p', 'a']));
10 var_dump(strip_tags($string, []));
11 var_dump(strip_tags($string, ['p' => true, 'a' => false]));
12 var_dump(strip_tags($string, ['p' => 'a']));
15 var_dump(strip_tags($string, [0]));
16 var_dump(strip_tags($string, [1]));
17 var_dump(strip_tags($string, [1, 2]));
[all …]
H A Dstrip_tags.phpt2 strip_tags() function
5 echo strip_tags('NEAT <? cool < blah ?> STUFF');
7 echo strip_tags('NEAT <? cool > blah ?> STUFF');
9 echo strip_tags('NEAT <!-- cool < blah --> STUFF');
11 echo strip_tags('NEAT <!-- cool > blah --> STUFF');
13 echo strip_tags('NEAT <? echo \"\\\"\"?> STUFF');
15 echo strip_tags('NEAT <? echo \'\\\'\'?> STUFF');
17 echo strip_tags('TESTS ?!!?!?!!!?!!');
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt2 Test strip_tags() function : basic functionality - with array argument
7 var_dump(strip_tags($string));
8 var_dump(strip_tags($string, ['a']));
9 var_dump(strip_tags($string, ['p', 'a']));
10 var_dump(strip_tags($string, []));
11 var_dump(strip_tags($string, ['p' => true, 'a' => false]));
12 var_dump(strip_tags($string, ['p' => 'a']));
15 var_dump(strip_tags($string, [0]));
16 var_dump(strip_tags($string, [1]));
17 var_dump(strip_tags($string, [1, 2]));
[all …]
H A Dstrip_tags.phpt2 strip_tags() function
5 echo strip_tags('NEAT <? cool < blah ?> STUFF');
7 echo strip_tags('NEAT <? cool > blah ?> STUFF');
9 echo strip_tags('NEAT <!-- cool < blah --> STUFF');
11 echo strip_tags('NEAT <!-- cool > blah --> STUFF');
13 echo strip_tags('NEAT <? echo \"\\\"\"?> STUFF');
15 echo strip_tags('NEAT <? echo \'\\\'\'?> STUFF');
17 echo strip_tags('TESTS ?!!?!?!!!?!!');
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt2 Test strip_tags() function : basic functionality - with array argument
7 var_dump(strip_tags($string));
8 var_dump(strip_tags($string, ['a']));
9 var_dump(strip_tags($string, ['p', 'a']));
10 var_dump(strip_tags($string, []));
11 var_dump(strip_tags($string, ['p' => true, 'a' => false]));
12 var_dump(strip_tags($string, ['p' => 'a']));
15 var_dump(strip_tags($string, [0]));
16 var_dump(strip_tags($string, [1]));
17 var_dump(strip_tags($string, [1, 2]));
[all …]
H A Dstrip_tags.phpt2 strip_tags() function
5 echo strip_tags('NEAT <? cool < blah ?> STUFF');
7 echo strip_tags('NEAT <? cool > blah ?> STUFF');
9 echo strip_tags('NEAT <!-- cool < blah --> STUFF');
11 echo strip_tags('NEAT <!-- cool > blah --> STUFF');
13 echo strip_tags('NEAT <? echo \"\\\"\"?> STUFF');
15 echo strip_tags('NEAT <? echo \'\\\'\'?> STUFF');
17 echo strip_tags('TESTS ?!!?!?!!!?!!');
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt2 Test strip_tags() function : basic functionality - with array argument
7 var_dump(strip_tags($string));
8 var_dump(strip_tags($string, ['a']));
9 var_dump(strip_tags($string, ['p', 'a']));
10 var_dump(strip_tags($string, []));
11 var_dump(strip_tags($string, ['p' => true, 'a' => false]));
12 var_dump(strip_tags($string, ['p' => 'a']));
15 var_dump(strip_tags($string, [0]));
16 var_dump(strip_tags($string, [1]));
17 var_dump(strip_tags($string, [1, 2]));
[all …]
H A Dstrip_tags.phpt2 strip_tags() function
5 echo strip_tags('NEAT <? cool < blah ?> STUFF');
7 echo strip_tags('NEAT <? cool > blah ?> STUFF');
9 echo strip_tags('NEAT <!-- cool < blah --> STUFF');
11 echo strip_tags('NEAT <!-- cool > blah --> STUFF');
13 echo strip_tags('NEAT <? echo \"\\\"\"?> STUFF');
15 echo strip_tags('NEAT <? echo \'\\\'\'?> STUFF');
17 echo strip_tags('TESTS ?!!?!?!!!?!!');
/dports/deskutils/moregroupware/moregroupware/modules/general/templates/default/wml/
H A D_row_week.tpl2 <td><small>{$r1|strip_tags}&nbsp;</small></td>
3 <td><small>{$r2|strip_tags}</small></td>
4 <td><small>{$r3|strip_tags}</small></td>
5 <td><small>{$r4|strip_tags}&nbsp;</small></td>
6 <td><small>{$r5|strip_tags}&nbsp;</small></td>
7 <td><small>{$r6|strip_tags}&nbsp;</small></td>
8 <td><small>{$r7|strip_tags}&nbsp;</small></td>
9 <td><small>{$r8|strip_tags}&nbsp;</small></td>

12345678910>>...75