]> granicus.if.org Git - php/commit
Fix #70454: IntlChar::forDigit second parameter should be optional
authorChristoph M. Becker <cmb@php.net>
Mon, 7 Sep 2015 21:46:12 +0000 (23:46 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 7 Sep 2015 21:46:12 +0000 (23:46 +0200)
commit1c902e2e630a6ed61983804994a4e312853008b4
treee7669612cf503165cf435485b74b12dda06fe8a4
parent34c17558429bdf6b5563c56d3fa6093f6bdcbf6c
Fix #70454: IntlChar::forDigit second parameter should be optional

ZPP expects "ll" instead of "l|l" what would match the "proto" and the
ARG_INFO.
ext/intl/uchar/tests/bug70454.phpt [new file with mode: 0644]
ext/intl/uchar/uchar.c