3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fmtEN = new MessageFormatter("en_US", "{GENDER, select, male {He} female {She} } added {NUM_ITEMS, plural, one {1 kitten} other {# kittens} } to the cart."); $fmtPL = new MessageFormatter("pl_PL", "{GENDER, select, male {On dodal} female {Ona dodala} } {NUM_ITEMS, plural, one {1 kotka} other {# kotkow} } do koszyka."); echo $fmtEN->format(['GENDER' => 'male', 'NUM_ITEMS'=> 5]); echo PHP_EOL; echo $fmtPL->format(['GENDER' => 'male', 'NUM_ITEMS'=> 5]); echo PHP_EOL;
Output for 7.4.12 - 7.4.32, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught IntlException: msgfmt_create: message formatter creation failed: U_DEFAULT_KEYWORD_MISSING in /in/iioVt:3 Stack trace: #0 /in/iioVt(3): MessageFormatter->__construct('en_US', '{GENDER, select...') #1 {main} thrown in /in/iioVt on line 3
Process exited with code 255.
Output for 8.0.13
Fatal error: Uncaught Error: Class "MessageFormatter" not found in /in/iioVt:3 Stack trace: #0 {main} thrown in /in/iioVt on line 3
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Fatal error: Uncaught Error: Class 'MessageFormatter' not found in /in/iioVt:3 Stack trace: #0 {main} thrown in /in/iioVt on line 3
Process exited with code 255.
Output for 7.0.20, 7.1.5 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.11
Fatal error: Uncaught IntlException: Constructor failed in /in/iioVt:3 Stack trace: #0 /in/iioVt(3): MessageFormatter->__construct('en_US', '{GENDER, select...') #1 {main} thrown in /in/iioVt on line 3
Process exited with code 255.
Output for 7.0.0 - 7.0.11, 7.1.0
Fatal error: Uncaught IntlException: Constructor failed in /in/iioVt:9 Stack trace: #0 /in/iioVt(9): MessageFormatter->__construct('en_US', '{GENDER, select...') #1 {main} thrown in /in/iioVt on line 9
Process exited with code 255.
Output for 5.6.0 - 5.6.28
Fatal error: Call to a member function format() on null in /in/iioVt on line 18
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Fatal error: Call to a member function format() on a non-object in /in/iioVt on line 18
Process exited with code 255.

preferences:
267.59 ms | 402 KiB | 315 Q