alphanormalize_php  v.03.00.03 — June 17, 2020
alphanormalize-test.php File Reference

PHP/HTML page to test alphanormalize_php. More...

Go to the source code of this file.

Variables

 PHP_VERSION
 
 $s
 
 foreach ( $ACCENTALPHA_TO_ALPHA as $c=> $v)
 
 $array_get_html_translation_table = get_html_translation_table(HTML_ENTITIES)
 
 $nb_diff = 0
 

Detailed Description

PHP/HTML page to test alphanormalize_php.

(June 17, 2020)

Definition in file alphanormalize-test.php.

Variable Documentation

◆ $array_get_html_translation_table

$array_get_html_translation_table = get_html_translation_table(HTML_ENTITIES)

Definition at line 364 of file alphanormalize-test.php.

◆ $nb_diff

$nb_diff = 0

Definition at line 387 of file alphanormalize-test.php.

◆ $s

$s
Initial value:
= '<pre>Il était une fois&hellip; des <em>caractères</em> "bizarroïdes" (avec accent, cédille et compagnie, ou α, β, etc.)
accompagnés ou pas de formatage <em>(X)HTML</em>.
Je cherchais à m&rsquo;en débarrasser&nbsp;!
Ceci est ma solution.</pre>'

Definition at line 121 of file alphanormalize-test.php.

Referenced by Alphanormalize\mb_str_accentalpha_to_alpha(), Alphanormalize\mb_str_alphanormalize(), and Alphanormalize\mb_str_greek_to_alpha().

◆ foreach

foreach($HTML_ENTITIES_CODEPOINT2NAME as $k=> $v)

Definition at line 174 of file alphanormalize-test.php.

◆ PHP_VERSION

PHP_VERSION

Definition at line 21 of file alphanormalize-test.php.