Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt150 piv 03D6
H A Dents_xhtml.txt182 piv 03D6
H A Dents_html5.txt1611 piv 003D6
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt240 [ϖ] => ϖ
H A Dget_html_translation_table_basic2.phpt419 string(5) "ϖ"
928 string(5) "ϖ"
1435 string(5) "ϖ"
H A Dhtml_entity_decode_html4.phpt165 "ϖ",
H A Dget_html_translation_table_basic1.phpt406 string(5) "ϖ"
H A Dhtmlentities_html4.phpt221 ϖ U+003D6
H A Dget_html_translation_table_basic5.phpt1213 [ϖ] => ϖ
H A Dhtml_entity_decode_html5.phpt1616 "ϖ",
3750 ϖ => ϖ cf96
H A Dhtmlentities_html5.phpt427 ϖ U+003D6
/PHP-5.5/ext/openssl/
H A Dopenssl.c4870 static zend_bool php_openssl_validate_iv(char **piv, int *piv_len, int iv_required_len TSRMLS_DC) in php_openssl_validate_iv() argument
4884 *piv = iv_new; in php_openssl_validate_iv()
4890 memcpy(iv_new, *piv, *piv_len); in php_openssl_validate_iv()
4892 *piv = iv_new; in php_openssl_validate_iv()
4897 memcpy(iv_new, *piv, iv_required_len); in php_openssl_validate_iv()
4899 *piv = iv_new; in php_openssl_validate_iv()

Completed in 46 milliseconds