3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "test" . "\n"; $time = strtotime('11/28/1975T0530'); echo $time . "\n"; $newformat = date('Y-m-d',$time); echo $newformat . "\n"; echo number_format(microtime(true)*1000,0,'.',''); $today = getdate(); echo $today; $mydob = getdate("1975-11-28"); echo $mydob;
Output for 7.4.1
test 186381000 1975-11-28 1413581232386 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.11, 7.4.0
test 186381000 1975-11-28 1413581232098 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.1, 5.5.6 - 5.5.10, 5.5.13 - 5.5.14, 5.5.16, 5.5.20, 5.5.22, 5.5.38, 5.6.0, 5.6.4 - 5.6.5, 5.6.7 - 5.6.12, 5.6.15 - 5.6.18, 5.6.22, 5.6.24 - 5.6.29, 5.6.31, 5.6.33, 5.6.36, 5.6.38, 5.6.40, 7.0.1 - 7.0.3, 7.0.5, 7.0.9, 7.0.12, 7.0.14, 7.0.17, 7.0.19, 7.0.23, 7.0.26, 7.1.0, 7.1.3 - 7.1.5, 7.1.14, 7.1.24 - 7.1.25, 7.1.27, 7.1.29, 7.1.32, 7.2.0 - 7.2.3, 7.2.11, 7.2.13, 7.2.15 - 7.2.17, 7.2.19 - 7.2.22, 7.2.24 - 7.2.26, 7.3.0 - 7.3.2, 7.3.4, 7.3.7 - 7.3.10, 7.3.13
test 186381000 1975-11-28 1413581232000 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.3.12
test 186381000 1975-11-28 1413581232007 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.44, 7.1.23, 7.3.11
test 186381000 1975-11-28 1413581232011 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.0, 5.5.3, 5.5.5, 5.5.15, 5.5.19, 5.5.23, 5.5.29, 7.0.7, 7.1.28, 7.2.4, 7.3.5 - 7.3.6
test 186381000 1975-11-28 1413581233000 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.9, 7.1.12, 7.3.3
test 186381000 1975-11-28 1413581232016 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.2.23
test 186381000 1975-11-28 1413581232052 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.2.18
test 186381000 1975-11-28 1413581232189 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.43, 5.5.12, 5.6.1, 5.6.32, 7.2.14
test 186381000 1975-11-28 1413581232014 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.2.12
test 186381000 1975-11-28 1413581232038 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.2.10
test 186381000 1975-11-28 1413581233013 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.7, 7.2.9
test 186381000 1975-11-28 1413581232059 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.37, 5.6.37, 7.2.8
test 186381000 1975-11-28 1413581232076 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.42, 7.2.7
test 186381000 1975-11-28 1413581232157 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.9, 7.2.6
test 186381000 1975-11-28 1413581232053 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.2.5
test 186381000 1975-11-28 1413581232120 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.33
test 186381000 1975-11-28 1413581232171 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.31
test 186381000 1975-11-28 1413581232069 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.30
test 186381000 1975-11-28 1413581233333 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.26
test 186381000 1975-11-28 1413581232048 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.18, 7.1.22
test 186381000 1975-11-28 1413581232039 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.21
test 186381000 1975-11-28 1413581233091 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.20
test 186381000 1975-11-28 1413581232106 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.41, 7.1.19
test 186381000 1975-11-28 1413581232049 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.6.3, 7.1.17
test 186381000 1975-11-28 1413581232124 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.16
test 186381000 1975-11-28 1413581233083 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.15
test 186381000 1975-11-28 1413581232043 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.17, 7.1.13
test 186381000 1975-11-28 1413581232036 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.10
test 186381000 1975-11-28 1413581233050 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.16, 7.0.32, 7.1.8
test 186381000 1975-11-28 1413581232066 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.6
test 186381000 1975-11-28 1413581232085 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.1.2
test 186381000 1975-11-28 1413581232030 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.11, 7.0.24, 7.1.1
test 186381000 1975-11-28 1413581232033 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.16, 5.4.20, 7.0.33
test 186381000 1975-11-28 1413581232046 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.31
test 186381000 1975-11-28 1413581232344 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.30
test 186381000 1975-11-28 1413581232027 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.29
test 186381000 1975-11-28 1413581232042 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.28
test 186381000 1975-11-28 1413581232094 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.27
test 186381000 1975-11-28 1413581232068 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.35, 5.6.30, 7.0.25
test 186381000 1975-11-28 1413581232017 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.22
test 186381000 1975-11-28 1413581232022 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.24, 5.6.35, 7.0.21
test 186381000 1975-11-28 1413581232032 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.20
test 186381000 1975-11-28 1413581232102 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.18
test 186381000 1975-11-28 1413581232031 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.15
test 186381000 1975-11-28 1413581232034 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.34, 7.0.13
test 186381000 1975-11-28 1413581232050 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.11
test 186381000 1975-11-28 1413581232005 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.32, 7.0.10
test 186381000 1975-11-28 1413581232051 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.8
test 186381000 1975-11-28 1413581232045 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 7.0.6
test 186381000 1975-11-28 1413581233053 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.45, 5.6.34, 7.0.4
test 186381000 1975-11-28 1413581232021 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.6.23, 7.0.0
test 186381000 1975-11-28 1413581232004 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.6.39
test 186381000 1975-11-28 1413581233017 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.35, 5.6.21
test 186381000 1975-11-28 1413581232075 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.6.20
test 186381000 1975-11-28 1413581232024 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.6.19
test 186381000 1975-11-28 1413581232026 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.1, 5.5.33, 5.6.14
test 186381000 1975-11-28 1413581232028 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.6.13
test 186381000 1975-11-28 1413581232010 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.6.6
test 186381000 1975-11-28 1413581232020 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.14, 5.4.19, 5.6.2
test 186381000 1975-11-28 1413581232061 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.10, 5.5.37
test 186381000 1975-11-28 1413581232074 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.36
test 186381000 1975-11-28 1413581233047 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.31
test 186381000 1975-11-28 1413581232015 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.6, 5.5.30
test 186381000 1975-11-28 1413581232064 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.28
test 186381000 1975-11-28 1413581232029 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.27
test 186381000 1975-11-28 1413581233116 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.26
test 186381000 1975-11-28 1413581233034 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.25
test 186381000 1975-11-28 1413581233027 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.24
test 186381000 1975-11-28 1413581232001 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.21
test 186381000 1975-11-28 1413581232071 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.18
test 186381000 1975-11-28 1413581233024 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.17
test 186381000 1975-11-28 1413581234001 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.11
test 186381000 1975-11-28 1413581233001 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.4
test 186381000 1975-11-28 1413581233036 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.5.2
test 186381000 1975-11-28 1413581233028 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.32, 5.4.40
test 186381000 1975-11-28 1413581232035 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.39
test 186381000 1975-11-28 1413581232099 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.38
test 186381000 1975-11-28 1413581232019 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.36
test 186381000 1975-11-28 1413581232088 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.34
test 186381000 1975-11-28 1413581232183 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.33
test 186381000 1975-11-28 1413581232104 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.31
test 186381000 1975-11-28 1413581232286 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.30
test 186381000 1975-11-28 1413581232576 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.29
test 186381000 1975-11-28 1413581232712 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.28
test 186381000 1975-11-28 1413581232095 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.27
test 186381000 1975-11-28 1413581232283 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.26
test 186381000 1975-11-28 1413581232129 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.25
test 186381000 1975-11-28 1413581232320 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.23
test 186381000 1975-11-28 1413581232040 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.22
test 186381000 1975-11-28 1413581232141 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.21
test 186381000 1975-11-28 1413581232054 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.18
test 186381000 1975-11-28 1413581232079 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.15
test 186381000 1975-11-28 1413581232125 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.13
test 186381000 1975-11-28 1413581232091 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.12
test 186381000 1975-11-28 1413581232182 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.8
test 186381000 1975-11-28 1413581232089 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.7
test 186381000 1975-11-28 1413581232363 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.5
test 186381000 1975-11-28 1413581232399 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.4
test 186381000 1975-11-28 1413581232392 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.3
test 186381000 1975-11-28 1413581232070 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.2
test 186381000 1975-11-28 1413581232583 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.4.0
test 186381000 1975-11-28 1413581232336 Notice: Array to string conversion in /in/eCi0M on line 15 Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Notice: Array to string conversion in /in/eCi0M on line 18 Array
Output for 5.3.2, 5.3.4, 5.3.7 - 5.3.27, 5.3.29
test 186381000 1975-11-28 1413581232002Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Array
Output for 5.3.28
test 186381000 1975-11-28 1413581232003Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Array
Output for 5.1.3 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.1, 5.3.3, 5.3.5 - 5.3.6
test 186381000 1975-11-28 1413581232001Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Array
Output for 5.1.0 - 5.1.2
test 186409800 1975-11-28 1413581232001Array Notice: A non well formed numeric value encountered in /in/eCi0M on line 17 Array
Output for 5.0.0 - 5.0.2, 5.0.4 - 5.0.5
test 186409800 1975-11-28 1413581232000ArrayArray
Output for 5.0.3
test 186409800 1975-11-28 1413581232001ArrayArray
Output for 4.3.5 - 4.3.11, 4.4.0 - 4.4.9
test 186409800 1975-11-28 0ArrayArray
Output for 4.3.0 - 4.3.4
test 186359400 1975-11-27 0ArrayArray

preferences:
258.33 ms | 401 KiB | 325 Q