Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhtml.c467 struct basic_entities_dec { struct
1326 struct basic_entities_dec basic_entities_dec[8]; in PHP_FUNCTION() local
1344 basic_entities_dec[j].charcode = basic_entities[i].charcode; in PHP_FUNCTION()
1346 basic_entities_dec[j].entitylen = basic_entities[i].entitylen; in PHP_FUNCTION()
1349 basic_entities_dec[j].charcode = '&'; in PHP_FUNCTION()
1350 basic_entities_dec[j].entitylen = sizeof("&") - 1; in PHP_FUNCTION()
1351 memcpy(basic_entities_dec[j].entity, "&", sizeof("&")); in PHP_FUNCTION()
1358 if (basic_entities_dec[j].entitylen > l) { in PHP_FUNCTION()
1361 if (!memcmp(p, basic_entities_dec[j].entity, basic_entities_dec[j].entitylen)) { in PHP_FUNCTION()
1362 int e_len = basic_entities_dec[j].entitylen - 1; in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds