3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime(); $mappedRow['created'] = $date; $mappedRow['modified'] = $date; var_dump($mappedRow); $mappedRows['modified']->add(new DateInterval("1D")); var_dump($mappedRow);
Output for 8.3.6
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.007122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.007122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.3.5
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.015551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.015551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.3.4
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009812" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009812" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.3.3
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.3.2
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.3.1
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.3.0
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009041" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009041" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.18
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.010672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.010672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.17
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008856" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008856" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.16
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009594" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009594" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.15
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003662" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003662" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.2, 8.2.14
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.13
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004115" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004115" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.12
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004031" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004031" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.11
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.010119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.010119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.10
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.005303" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.005303" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.9
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.8
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.7
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003963" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003963" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.6
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.5
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004647" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004647" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.4
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003681" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003681" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.3
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.2
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.1
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003892" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003892" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.2.0
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003830" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003830" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.28
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.006610" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.006610" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.27
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.26
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008407" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008407" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.25
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.24
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.23
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.005121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.005121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.22
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003614" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003614" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.21
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.20
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004067" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004067" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.19
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003907" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003907" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.18
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.17
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.9, 8.1.16
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003527" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003527" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.15
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003613" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003613" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.14
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003730" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003730" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.13
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003465" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003465" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.12
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.11
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003774" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003774" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.10
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.8
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003970" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003970" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.7
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003459" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003459" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.6
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003871" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003871" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.5
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.4
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.3
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003957" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003957" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.1
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.1.0
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.30
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.29
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.28
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.27
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.26
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003061" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003061" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.25
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.24
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.23
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003384" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003384" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.22
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.21
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.20
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.19
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.18
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003781" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003781" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.17
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003526" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003526" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.16
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.15
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.14
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.13
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 19:12:00.002481" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 19:12:00.002481" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.12
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003738" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003738" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.11
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.10
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.9
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003524" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003524" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.8
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.011346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.011346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.7
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.6
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.5
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003696" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003696" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.3
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009871" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009871" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.2
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.013988" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.013988" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.1
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 8.0.0
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: Undefined variable $mappedRows in /in/In6vM on line 10 Warning: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.33
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.002082" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.002082" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.32
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.002914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.002914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.30
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.002848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.002848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.29
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.28
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.27
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003421" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003421" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.26
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.25
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.24
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003101" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003101" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.23
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003526" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003526" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.22
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.21
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.007429" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.007429" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.20
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003675" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003675" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.16
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.15
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009980" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009980" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.14
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009047" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009047" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.13
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.12
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009032" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009032" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.11
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.10
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008860" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008860" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.9
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008679" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008679" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.8
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.011974" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.011974" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.7
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.010461" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.010461" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.6
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.5
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.002113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.002113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.4
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.007770" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.007770" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.3
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.027464" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.027464" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.1
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.4.0
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Notice: Trying to access array offset on value of type null in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.33
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 19:12:00.002489" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 19:12:00.002489" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.32
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 19:12:00.001962" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 19:12:00.001962" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.31
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.30
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.003146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.29
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009453" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009453" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.28
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009382" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009382" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.27
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.011568" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.011568" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.26
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008813" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008813" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.25
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.012476" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.012476" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.24
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009960" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009960" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.23
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.21
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.20
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.015244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.015244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.19
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.013604" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.013604" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.18
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.17
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008095" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008095" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.16
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008783" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008783" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.13
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.12
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.5, 7.1.11, 7.3.11
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.10
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.9
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.16, 7.2.21, 7.3.8
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.7
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.4, 7.3.6
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.13, 7.3.5
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.4
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.3
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.15, 7.3.2
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.3.1
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.14, 7.3.0
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.33
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.32
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.010658" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.010658" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.31
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008373" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.008373" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.30
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.29
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.009642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.26
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.8, 7.2.25
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.24
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000261" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000261" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.23
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.22
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.20
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.19
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.18
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.17
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.16
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.14
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.12
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000103" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000103" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.11
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.23, 7.2.10
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.9
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.7
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.6
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000104" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000104" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.28, 7.2.5
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.3
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000115" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000115" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.24, 7.2.2
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.2.1
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.13, 7.2.0
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.33
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.27, 7.1.32
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.31
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.1, 7.1.30
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.29
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.26
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.25
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.18, 7.1.22
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.21
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.20
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.19
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.9, 7.1.17
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000131" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000131" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.15
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.12
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.10
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.8
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.7
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.6
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.4
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.0.0 - 7.0.13, 7.0.15 - 7.0.33, 7.1.3
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.2
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.1.0
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 7.0.14
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Uncaught Error: Call to a member function add() on null in /in/In6vM:10 Stack trace: #0 {main} thrown in /in/In6vM on line 10
Process exited with code 255.
Output for 5.6.0 - 5.6.29, 5.6.31 - 5.6.40
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Call to a member function add() on null in /in/In6vM on line 10
Process exited with code 255.
Output for 5.6.30
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Call to a member function add() on null in /in/In6vM on line 10
Process exited with code 255.
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-24 21:12:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Call to a member function add() on a non-object in /in/In6vM on line 10
Process exited with code 255.
Output for 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
array(2) { ["created"]=> object(DateTime)#1 (3) { ["date"]=> string(19) "2015-09-24 21:12:00" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(19) "2015-09-24 21:12:00" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Notice: Undefined variable: mappedRows in /in/In6vM on line 10 Fatal error: Call to a member function add() on a non-object in /in/In6vM on line 10
Process exited with code 255.

preferences:
290.36 ms | 402 KiB | 376 Q