Home
last modified time | relevance | path

Searched refs:charcode (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/standard/
H A Dhtml.c454 unsigned short charcode; member
468 unsigned short charcode; member
997 for (j = 0; basic_entities[j].charcode != 0; j++) { in php_unescape_html_entities()
1240 for (j = 0; basic_entities[j].charcode != 0; j++) { in php_escape_html_entities_ex()
1241 if ((basic_entities[j].charcode != this_char) || in php_escape_html_entities_ex()
1340 for (j = 0, i = 0; basic_entities[i].charcode != 0; i++) { in PHP_FUNCTION()
1344 basic_entities_dec[j].charcode = basic_entities[i].charcode; in PHP_FUNCTION()
1349 basic_entities_dec[j].charcode = '&'; in PHP_FUNCTION()
1364 *p++ = basic_entities_dec[j].charcode; in PHP_FUNCTION()
1483 for (j = 0; basic_entities[j].charcode != 0; j++) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds