Home
last modified time | relevance | path

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

/php-src/ext/standard/html_tables/
H A Dents_html401.txt195 sim 223C
H A Dents_xhtml.txt227 sim 223C
H A Dents_html5.txt1810 sim 0223C
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt269 [∼] => ∼
H A Dget_html_translation_table_basic2.phpt472 string(5) "∼"
981 string(5) "∼"
1486 string(5) "∼"
H A Dhtml_entity_decode_html4.phpt231 "∼",
H A Dget_html_translation_table_basic1.phpt459 string(5) "∼"
H A Dhtmlentities_html4.phpt287 ∼ U+0223C
H A Dget_html_translation_table_basic5.phpt1352 [∼] => ∼
H A Dhtml_entity_decode_html5.phpt1815 "∼",
3949 ∼ => ∼ e288bc
H A Dhtmlentities_html5.phpt759 ∼ U+0223C
/php-src/build/
H A Dconfig.sub190 | microblaze* | sim | cisco \
1734 | sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
/php-src/ext/standard/
H A Dstring.c3668 size_t sim; local
3685 sim = php_similar_char(ZSTR_VAL(t1), ZSTR_LEN(t1), ZSTR_VAL(t2), ZSTR_LEN(t2));
3688 ZEND_TRY_ASSIGN_REF_DOUBLE(percent, sim * 200.0 / (ZSTR_LEN(t1) + ZSTR_LEN(t2)));
3691 RETURN_LONG(sim);

Completed in 56 milliseconds