3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "let's create a date object", PHP_EOL; $date = date_create(); echo "it has some public properties!!", PHP_EOL; foreach ($date as $key => $value) { echo $key, ' => ', $value, PHP_EOL; } echo "let's change one of them.. because it is public right", PHP_EOL; $date->date = 'foo'; echo "It works!! Hourra ....", PHP_EOL; echo $date->date, PHP_EOL; echo "Or it does not ...", PHP_EOL; foreach ($date as $key => $value) { echo $key, ' ', $value, PHP_EOL; } echo "Is the public properties really all that public .. And don't get me started on HHVM ???";
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
let's create a date object it has some public properties!! let's change one of them.. because it is public right Deprecated: Creation of dynamic property DateTime::$date is deprecated in /in/mWluN on line 10 It works!! Hourra .... foo Or it does not ... date foo Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 let's create a date object it has some public properties!! let's change one of them.. because it is public right Deprecated: Creation of dynamic property DateTime::$date is deprecated in /in/mWluN on line 10 It works!! Hourra .... foo Or it does not ... date foo Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 5.2.0 - 5.2.17, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28
let's create a date object it has some public properties!! let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date foo Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.33
let's create a date object it has some public properties!! date => 2018-07-06 01:27:04.002022 timezone_type => 3 timezone => UTC let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 01:27:04.002022 timezone_type 3 timezone UTC Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.32
let's create a date object it has some public properties!! date => 2018-07-06 01:27:04.002229 timezone_type => 3 timezone => UTC let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 01:27:04.002229 timezone_type 3 timezone UTC Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.31
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.004703 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.004703 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.30
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.003343 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.003343 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.29
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.003297 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.003297 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.28
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.007469 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.007469 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.26
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.008885 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.008885 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.24
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.009167 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.009167 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.23
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.013504 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.013504 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.21
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.010514 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.010514 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.20
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.008547 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.008547 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.19
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.009448 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.009448 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.18
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.008059 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.008059 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.17
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.008735 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.008735 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.16
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.007851 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.007851 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.12
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000276 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000276 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.11
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000285 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000285 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.10
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000233 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000233 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.9
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000265 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000265 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.8
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000270 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000270 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.7
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000232 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000232 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.6
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000311 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000311 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.5
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000244 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000244 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.4
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000197 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000197 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.3
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000214 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000214 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.2
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000264 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000264 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.1
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000137 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000137 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.3.0
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000125 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000125 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.33
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.008954 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.008954 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.32
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.011896 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.011896 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.31
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.008642 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.008642 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.30
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.008984 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.008984 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.29
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.012898 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.012898 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.25
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000251 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000251 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.24
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000293 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000293 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.23
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000222 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000222 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.22
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000280 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000280 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.21
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000184 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000184 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.20
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000213 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000213 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.19
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000320 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000320 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.18
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000245 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000245 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.17
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000198 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000198 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.7
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.013298 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.013298 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.6
let's create a date object it has some public properties!! date => 2018-06-01 03:52:52.006121 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-06-01 03:52:52.006121 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.5
let's create a date object it has some public properties!! date => 2018-06-01 03:52:52.006177 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-06-01 03:52:52.006177 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.4
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.005216 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.005216 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.3
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.005183 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.005183 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.2
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.007364 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.007364 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.1
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.006178 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.006178 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.2.0
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.005090 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.005090 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.33
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000165 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000165 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.32
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000138 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000138 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.31
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000290 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000290 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.29 - 7.1.30
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000171 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000171 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.28
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000169 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000169 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.27
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000210 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000210 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.26
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.000131 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.000131 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.20
let's create a date object it has some public properties!! date => 2018-07-06 03:27:04.004617 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-07-06 03:27:04.004617 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.17
let's create a date object it has some public properties!! date => 2018-06-01 03:52:52.013205 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-06-01 03:52:52.013205 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.16
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.005365 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.005365 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.15
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.004682 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.004682 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.14
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.005137 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.005137 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.13
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.009002 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.009002 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.12
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.004881 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.004881 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.11
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.005059 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.005059 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.10
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.005957 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.005957 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.9
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.004862 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.004862 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.8
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.005076 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.005076 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.7
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.004559 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.004559 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.6
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.020981 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.020981 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.5
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.033527 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.033527 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.4
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.020935 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.020935 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.12, 5.6.14 - 5.6.30, 7.0.0 - 7.0.3, 7.0.5 - 7.0.29, 7.1.3
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.000000 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.000000 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.2
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.022582 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.022582 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.1
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.016935 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.016935 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.1.0
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22.009339 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22.009339 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 7.0.30
let's create a date object it has some public properties!! date => 2018-06-01 03:52:52.000000 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-06-01 03:52:52.000000 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 5.6.13, 7.0.4
let's create a date object it has some public properties!! date => 2018-05-22 02:08:23.000000 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:23.000000 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
let's create a date object it has some public properties!! date => 2018-05-22 02:08:22 timezone_type => 3 timezone => Europe/Amsterdam let's change one of them.. because it is public right It works!! Hourra .... foo Or it does not ... date 2018-05-22 02:08:22 timezone_type 3 timezone Europe/Amsterdam Is the public properties really all that public .. And don't get me started on HHVM ???
Output for 5.0.2 - 5.0.5, 5.1.0 - 5.1.6
let's create a date object Fatal error: Call to undefined function date_create() in /in/mWluN on line 4
Process exited with code 255.
Output for 5.0.0 - 5.0.1
let's create a date object Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/mWluN on line 3 PHP_EOL Fatal error: Call to undefined function date_create() in /in/mWluN on line 4
Process exited with code 255.
Output for 4.4.5 - 4.4.9
let's create a date object Fatal error: Call to undefined function: date_create() in /in/mWluN on line 4
Process exited with code 255.
Output for 4.3.10 - 4.3.11, 4.4.0 - 4.4.4
let's create a date object Fatal error: Call to undefined function: date_create() in /in/mWluN on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.9
let's create a date object Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/mWluN on line 3 PHP_EOL Fatal error: Call to undefined function: date_create() in /in/mWluN on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
let's create a date object Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/mWluN on line 3 PHP_EOL Fatal error: Call to undefined function: date_create() in /in/mWluN on line 4

preferences:
344.85 ms | 402 KiB | 420 Q