Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/intl/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/intl/tests/bug75090.phpt |
--TEST-- Bug #75090 Constants of parent IntlCalendar class not inherited --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> --FILE-- <?php class Foo extends IntlCalendar {} $fooRef = new ReflectionClass(Foo::class); $intlGregorianCalendarRef = new ReflectionClass(IntlGregorianCalendar::class); $intlCalendarRef = new ReflectionClass(IntlCalendar::class); var_dump( count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()), count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants()) ); ?> ===DONE=== --EXPECT-- bool(true) bool(true) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare