3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<STR a:4:{s:1:"d";a:6:{s:6:"square";O:16:"DerivativeParams":3:{s:13:"last_mod_time";i:1558537140;s:6:"sizing";O:12:"SizingParams":3:{s:10:"ideal_size";a:2:{i:0;i:120;i:1;i:120;}s:8:"max_crop";d:1;s:8:"min_size";a:2:{i:0;i:120;i:1;i:120;}}s:7:"sharpen";i:0;}s:5:"thumb";O:16:"DerivativeParams":3:{s:13:"last_mod_time";i:1558537140;s:6:"sizing";O:12:"SizingParams":3:{s:10:"ideal_size";a:2:{i:0;i:144;i:1;i:144;}s:8:"max_crop";d:0;s:8:"min_size";a:2:{i:0;i:0;i:1;i:0;}}s:7:"sharpen";i:0;}s:6:"2small";O:16:"DerivativeParams":3:{s:13:"last_mod_time";i:1558537140;s:6:"sizing";O:12:"SizingParams":3:{s:10:"ideal_size";a:2:{i:0;i:240;i:1;i:240;}s:8:"max_crop";d:0;s:8:"min_size";a:2:{i:0;i:0;i:1;i:0;}}s:7:"sharpen";i:0;}s:6:"medium";O:16:"DerivativeParams":3:{s:13:"last_mod_time";i:1558537430;s:6:"sizing";O:12:"SizingParams":3:{s:10:"ideal_size";a:2:{i:0;i:800;i:1;i:600;}s:8:"max_crop";d:0;s:8:"min_size";a:2:{i:0;i:0;i:1;i:0;}}s:7:"sharpen";i:0;}s:5:"large";O:16:"DerivativeParams":3:{s:13:"last_mod_time";i:1558537182;s:6:"sizing";O:12:"SizingParams":3:{s:10:"ideal_size";a:2:{i:0;i:1024;i:1;i:768;}s:8:"max_crop";d:0;s:8:"min_size";a:2:{i:0;i:0;i:1;i:0;}}s:7:"sharpen";i:0;}s:7:"xxlarge";O:16:"DerivativeParams":3:{s:13:"last_mod_time";i:1558537140;s:6:"sizing";O:12:"SizingParams":3:{s:10:"ideal_size";a:2:{i:0;i:1656;i:1;i:1242;}s:8:"max_crop";d:0;s:8:"min_size";a:2:{i:0;i:0;i:1;i:0;}}s:7:"sharpen";i:0;}}s:1:"q";i:95;s:1:"w";O:15:"WatermarkParams":7:{s:4:"file";s:0:"";s:8:"min_size";a:2:{i:0;i:500;i:1;i:500;}s:4:"xpos";i:50;s:4:"ypos";i:50;s:7:"xrepeat";i:0;s:7:"yrepeat";i:0;s:7:"opacity";i:100;}s:1:"c";a:10:{s:4:"s250";i:1556797874;s:9:"s9999x200";i:1558555088;s:9:"s9999x410";i:1460994371;s:9:"s9999x408";i:1481713258;s:15:"648x216_z_0x216";i:1558500291;s:8:"e260x180";i:1483354228;s:3:"e64";i:1558543428;s:8:"s9999x64";i:1461243006;s:4:"e150";i:1558576541;s:8:"e520x360";i:1558536612;}} STR; $s = unserialize( $str ); class DerivativeParams {} class SizingParams {} class WatermarkParams {} var_dump( $s["d"]["thumb"]->sizing->ideal_size[0]);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Creation of dynamic property DerivativeParams::$last_mod_time is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sizing is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$ideal_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$max_crop is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$min_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sharpen is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$last_mod_time is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sizing is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$ideal_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$max_crop is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$min_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sharpen is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$last_mod_time is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sizing is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$ideal_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$max_crop is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$min_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sharpen is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$last_mod_time is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sizing is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$ideal_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$max_crop is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$min_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sharpen is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$last_mod_time is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sizing is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$ideal_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$max_crop is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$min_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sharpen is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$last_mod_time is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sizing is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$ideal_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$max_crop is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property SizingParams::$min_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property DerivativeParams::$sharpen is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property WatermarkParams::$file is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property WatermarkParams::$min_size is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property WatermarkParams::$xpos is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property WatermarkParams::$ypos is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property WatermarkParams::$xrepeat is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property WatermarkParams::$yrepeat is deprecated in /in/7ZODk on line 6 Deprecated: Creation of dynamic property WatermarkParams::$opacity is deprecated in /in/7ZODk on line 6 int(144)

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
76.77 ms | 413 KiB | 8 Q