3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stringHTML= "Software de comunicación"; $html = get_html_translation_table(HTML_ENTITIES, ENT_NOQUOTES | ENT_HTML5, "ISO-8859-1"); unset($html["<"]); unset($html[">"]); $reemplazar = array_keys($html);print_r($reemplazar); $reemplazo = array_values($html);print_r($reemplazo); echo str_replace($reemplazar, $reemplazo, $stringHTML); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => [1] => [2] => ! [3] => # [4] => $ [5] => % [6] => & [7] => ( [8] => ) [9] => * [10] => + [11] => , [12] => . [13] => / [14] => : [15] => ; [16] => <� [17] => = [18] => =� [19] => >� [20] => ? [21] => @ [22] => [ [23] => \ [24] => ] [25] => ^ [26] => _ [27] => ` [28] => fj [29] => { [30] => | [31] => } [32] => � [33] => � [34] => � [35] => � [36] => � [37] => � [38] => � [39] => � [40] => � [41] => � [42] => � [43] => � [44] => � [45] => � [46] => � [47] => � [48] => � [49] => � [50] => � [51] => � [52] => � [53] => � [54] => � [55] => � [56] => � [57] => � [58] => � [59] => � [60] => � [61] => � [62] => � [63] => � [64] => � [65] => � [66] => � [67] => � [68] => � [69] => � [70] => � [71] => � [72] => � [73] => � [74] => � [75] => � [76] => � [77] => � [78] => � [79] => � [80] => � [81] => � [82] => � [83] => � [84] => � [85] => � [86] => � [87] => � [88] => � [89] => � [90] => � [91] => � [92] => � [93] => � [94] => � [95] => � [96] => � [97] => � [98] => � [99] => � [100] => � [101] => � [102] => � [103] => � [104] => � [105] => � [106] => � [107] => � [108] => � [109] => � [110] => � [111] => � [112] => � [113] => � [114] => � [115] => � [116] => � [117] => � [118] => � [119] => � [120] => � [121] => � [122] => � [123] => � [124] => � [125] => � [126] => � [127] => � ) Array ( [0] => &Tab; [1] => &NewLine; [2] => &excl; [3] => &num; [4] => &dollar; [5] => &percnt; [6] => &amp; [7] => &lpar; [8] => &rpar; [9] => &ast; [10] => &plus; [11] => &comma; [12] => &period; [13] => &sol; [14] => &colon; [15] => &semi; [16] => &nvlt; [17] => &equals; [18] => &bne; [19] => &nvgt; [20] => &quest; [21] => &commat; [22] => &lbrack; [23] => &bsol; [24] => &rsqb; [25] => &Hat; [26] => &lowbar; [27] => &grave; [28] => &fjlig; [29] => &lbrace; [30] => &vert; [31] => &rcub; [32] => &nbsp; [33] => &iexcl; [34] => &cent; [35] => &pound; [36] => &curren; [37] => &yen; [38] => &brvbar; [39] => &sect; [40] => &DoubleDot; [41] => &copy; [42] => &ordf; [43] => &laquo; [44] => &not; [45] => &shy; [46] => &reg; [47] => &macr; [48] => &deg; [49] => &plusmn; [50] => &sup2; [51] => &sup3; [52] => &DiacriticalAcute; [53] => &micro; [54] => &para; [55] => &CenterDot; [56] => &Cedilla; [57] => &sup1; [58] => &ordm; [59] => &raquo; [60] => &frac14; [61] => &half; [62] => &frac34; [63] => &iquest; [64] => &Agrave; [65] => &Aacute; [66] => &Acirc; [67] => &Atilde; [68] => &Auml; [69] => &Aring; [70] => &AElig; [71] => &Ccedil; [72] => &Egrave; [73] => &Eacute; [74] => &Ecirc; [75] => &Euml; [76] => &Igrave; [77] => &Iacute; [78] => &Icirc; [79] => &Iuml; [80] => &ETH; [81] => &Ntilde; [82] => &Ograve; [83] => &Oacute; [84] => &Ocirc; [85] => &Otilde; [86] => &Ouml; [87] => &times; [88] => &Oslash; [89] => &Ugrave; [90] => &Uacute; [91] => &Ucirc; [92] => &Uuml; [93] => &Yacute; [94] => &THORN; [95] => &szlig; [96] => &agrave; [97] => &aacute; [98] => &acirc; [99] => &atilde; [100] => &auml; [101] => &aring; [102] => &aelig; [103] => &ccedil; [104] => &egrave; [105] => &eacute; [106] => &ecirc; [107] => &euml; [108] => &igrave; [109] => &iacute; [110] => &icirc; [111] => &iuml; [112] => &eth; [113] => &ntilde; [114] => &ograve; [115] => &oacute; [116] => &ocirc; [117] => &otilde; [118] => &ouml; [119] => &divide; [120] => &oslash; [121] => &ugrave; [122] => &uacute; [123] => &ucirc; [124] => &uuml; [125] => &yacute; [126] => &thorn; [127] => &yuml; ) Software de comunicaci&Atilde;&sup3;n

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
49.61 ms | 413 KiB | 8 Q