Return to bug54322.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard / tests / strings |
1.1 ! misho 1: --TEST-- ! 2: Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int conversion ! 3: --FILE-- ! 4: <?php ! 5: var_dump( ! 6: get_html_translation_table(NAN, 0, "UTF-8") > 0 ! 7: ); ! 8: --EXPECT-- ! 9: bool(true)