3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Singleton{ private static $instance; private function __construct(){} public static function instance() { if (is_null(self::$instance)){ self::$instance = new static; } return self::$instance; } } $obj1 = Singleton::instance(); $obj2 = Singleton::instance(); var_dump(spl_object_hash($obj1), spl_object_hash($obj2)); $closure = function(){ return clone self::$instance; }; $cloner = $closure->bindTo($obj1, 'private'); $obj3 = $cloner(); var_dump(spl_object_hash($obj3));
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
string(32) "00000000000000010000000000000000" string(32) "00000000000000010000000000000000" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.30
string(32) "000000002558734d000000006029842c" string(32) "000000002558734d000000006029842c" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.29
string(32) "000000004743cf45000000001b62c3c2" string(32) "000000004743cf45000000001b62c3c2" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.28
string(32) "00000000555848dc00000000311fe9b3" string(32) "00000000555848dc00000000311fe9b3" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.27
string(32) "000000005711e11300000000346d3542" string(32) "000000005711e11300000000346d3542" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.26
string(32) "000000004c66d2510000000060ef151e" string(32) "000000004c66d2510000000060ef151e" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.25
string(32) "00000000638ce662000000007893bd49" string(32) "00000000638ce662000000007893bd49" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.24
string(32) "0000000004330108000000002fc49083" string(32) "0000000004330108000000002fc49083" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.23
string(32) "000000006aeeecd30000000058076b8c" string(32) "000000006aeeecd30000000058076b8c" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.22
string(32) "000000003a9120260000000041a26020" string(32) "000000003a9120260000000041a26020" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.21
string(32) "000000001b7a868c000000006ccde02c" string(32) "000000001b7a868c000000006ccde02c" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.20
string(32) "0000000072f4a143000000003837e326" string(32) "0000000072f4a143000000003837e326" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.19
string(32) "000000005dddcd140000000014d79d0c" string(32) "000000005dddcd140000000014d79d0c" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.18
string(32) "0000000003c3d7bd000000002e1f630a" string(32) "0000000003c3d7bd000000002e1f630a" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.17
string(32) "00000000682e567600000000478eb153" string(32) "00000000682e567600000000478eb153" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.16
string(32) "000000002025954700000000499ca5be" string(32) "000000002025954700000000499ca5be" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.15
string(32) "000000003ecc2a70000000003426ccd3" string(32) "000000003ecc2a70000000003426ccd3" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.14
string(32) "0000000024e0049900000000696c58d7" string(32) "0000000024e0049900000000696c58d7" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.13
string(32) "000000004680d2a80000000075868043" string(32) "000000004680d2a80000000075868043" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.12
string(32) "000000000ca441980000000068a6ee0f" string(32) "000000000ca441980000000068a6ee0f" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.11
string(32) "0000000012b84e96000000003a428e58" string(32) "0000000012b84e96000000003a428e58" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.10
string(32) "0000000071dd9403000000006f78042f" string(32) "0000000071dd9403000000006f78042f" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.9
string(32) "00000000582f32d90000000060319590" string(32) "00000000582f32d90000000060319590" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.8
string(32) "00000000082efa86000000000e50c5cc" string(32) "00000000082efa86000000000e50c5cc" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.7
string(32) "000000002bbe48fd0000000000eb7d99" string(32) "000000002bbe48fd0000000000eb7d99" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.6
string(32) "0000000073d5d51c000000005e4b3038" string(32) "0000000073d5d51c000000005e4b3038" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.5
string(32) "0000000079a8ca6d000000003c931a79" string(32) "0000000079a8ca6d000000003c931a79" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.3
string(32) "0000000043196f2300000000138c95d3" string(32) "0000000043196f2300000000138c95d3" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.2
string(32) "00000000304d4b9200000000443e6621" string(32) "00000000304d4b9200000000443e6621" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.1
string(32) "000000000992fc7000000000317be7fb" string(32) "000000000992fc7000000000317be7fb" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 8.0.0
string(32) "0000000044ef58a30000000030631541" string(32) "0000000044ef58a30000000030631541" Warning: Class "private" not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Value of type null is not callable in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.33
string(32) "0000000069397de0000000006785200b" string(32) "0000000069397de0000000006785200b" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.32
string(32) "000000003493254f000000004b984666" string(32) "000000003493254f000000004b984666" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.30
string(32) "000000000a19f4850000000048563f28" string(32) "000000000a19f4850000000048563f28" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.29
string(32) "000000005f6570640000000044617c2f" string(32) "000000005f6570640000000044617c2f" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.28
string(32) "000000003b43ad23000000006ffc04be" string(32) "000000003b43ad23000000006ffc04be" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.27
string(32) "000000004354b2cc000000002e3866c4" string(32) "000000004354b2cc000000002e3866c4" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.26
string(32) "000000000b292120000000005e92904d" string(32) "000000000b292120000000005e92904d" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.25
string(32) "000000001aea68bd000000007d07b6d8" string(32) "000000001aea68bd000000007d07b6d8" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.24
string(32) "00000000174590080000000015e1731c" string(32) "00000000174590080000000015e1731c" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.23
string(32) "000000000635b46f000000004043c312" string(32) "000000000635b46f000000004043c312" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.22
string(32) "000000001577971b0000000041dd5061" string(32) "000000001577971b0000000041dd5061" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.21
string(32) "000000000b1b6f4800000000040c2533" string(32) "000000000b1b6f4800000000040c2533" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.20
string(32) "0000000039c316c000000000606a5395" string(32) "0000000039c316c000000000606a5395" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.16
string(32) "000000005f75d2db00000000323af2e5" string(32) "000000005f75d2db00000000323af2e5" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.15
string(32) "000000000135574000000000382db98d" string(32) "000000000135574000000000382db98d" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.14
string(32) "000000000b86413e0000000012ddb564" string(32) "000000000b86413e0000000012ddb564" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.13
string(32) "0000000021325d27000000002f64e68a" string(32) "0000000021325d27000000002f64e68a" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.12
string(32) "00000000711b2824000000001fdf7bf8" string(32) "00000000711b2824000000001fdf7bf8" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.11
string(32) "000000003c48f9d9000000000e2dbaae" string(32) "000000003c48f9d9000000000e2dbaae" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.10
string(32) "0000000013a629670000000044a6a69f" string(32) "0000000013a629670000000044a6a69f" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.9
string(32) "000000006b3a0b0f0000000078c54104" string(32) "000000006b3a0b0f0000000078c54104" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.8
string(32) "000000001288bbc30000000058afd5e6" string(32) "000000001288bbc30000000058afd5e6" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.7
string(32) "000000006a2e398a0000000006981c93" string(32) "000000006a2e398a0000000006981c93" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.6
string(32) "000000004fe3a99c000000000f492cd1" string(32) "000000004fe3a99c000000000f492cd1" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.5
string(32) "0000000024b5de50000000003dbb44c6" string(32) "0000000024b5de50000000003dbb44c6" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.4
string(32) "0000000048c2f1dc0000000016f54cdb" string(32) "0000000048c2f1dc0000000016f54cdb" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.3
string(32) "000000001257dff8000000002a2d2b76" string(32) "000000001257dff8000000002a2d2b76" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.4.0
string(32) "00000000388778b0000000002467479a" string(32) "00000000388778b0000000002467479a" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.33
string(32) "0000000008387146000000001a03d1fc" string(32) "0000000008387146000000001a03d1fc" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.32
string(32) "0000000012e39d5b000000004f5c7b21" string(32) "0000000012e39d5b000000004f5c7b21" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.31
string(32) "000000000c00e94c00000000631b97dc" string(32) "000000000c00e94c00000000631b97dc" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.30
string(32) "000000002025954700000000499ca5be" string(32) "000000002025954700000000499ca5be" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.29
string(32) "000000006d53f5a80000000041c7339d" string(32) "000000006d53f5a80000000041c7339d" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.28
string(32) "0000000030acf9b7000000005fb7c578" string(32) "0000000030acf9b7000000005fb7c578" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.27
string(32) "0000000020e7ce02000000003f39aa4a" string(32) "0000000020e7ce02000000003f39aa4a" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.26
string(32) "000000004748837e0000000065ec882d" string(32) "000000004748837e0000000065ec882d" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.25
string(32) "00000000359c84d1000000007d7b5950" string(32) "00000000359c84d1000000007d7b5950" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.24
string(32) "0000000017c39f8300000000058a209d" string(32) "0000000017c39f8300000000058a209d" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.23
string(32) "000000003a74315a000000000de47119" string(32) "000000003a74315a000000000de47119" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.21
string(32) "0000000014145fcb000000007a5b292d" string(32) "0000000014145fcb000000007a5b292d" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.20
string(32) "0000000029e61b280000000011527e96" string(32) "0000000029e61b280000000011527e96" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.19
string(32) "0000000010d11b6c0000000015c4361f" string(32) "0000000010d11b6c0000000015c4361f" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.18
string(32) "0000000022ec1f5e000000001f1f8192" string(32) "0000000022ec1f5e000000001f1f8192" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.17
string(32) "000000004742a9510000000018abb540" string(32) "000000004742a9510000000018abb540" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.16
string(32) "00000000650ce55e0000000027609a55" string(32) "00000000650ce55e0000000027609a55" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.3.12
string(32) "00000000539ed855000000001c1feaf8" string(32) "00000000539ed855000000001c1feaf8" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.2.33
string(32) "0000000042e61ef20000000014349915" string(32) "0000000042e61ef20000000014349915" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.2.32
string(32) "0000000015d67d570000000065398b61" string(32) "0000000015d67d570000000065398b61" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.2.31
string(32) "0000000027868891000000001c0e1167" string(32) "0000000027868891000000001c0e1167" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.2.30
string(32) "000000001a6752de00000000346c5a0a" string(32) "000000001a6752de00000000346c5a0a" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.2.29
string(32) "000000004ab7a7de000000007a736a93" string(32) "000000004ab7a7de000000007a736a93" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.2.6
string(32) "000000004217e3590000000076153f0c" string(32) "000000004217e3590000000076153f0c" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.1.20
string(32) "000000007dc006820000000071f32c19" string(32) "000000007dc006820000000071f32c19" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.1.10
string(32) "0000000020fa6b01000000003fd05e6d" string(32) "0000000020fa6b01000000003fd05e6d" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.1.7
string(32) "00000000523b5a49000000005381199d" string(32) "00000000523b5a49000000005381199d" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.1.6
string(32) "0000000040a7cf48000000007e266e59" string(32) "0000000040a7cf48000000007e266e59" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.1.5
string(32) "00000000651b282d000000002fb12577" string(32) "00000000651b282d000000002fb12577" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.1.0
string(32) "0000000046965fea000000000904eecd" string(32) "0000000046965fea000000000904eecd" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.20
string(32) "000000001f7808c4000000005a696194" string(32) "000000001f7808c4000000005a696194" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.14
string(32) "0000000061622c880000000036badac0" string(32) "0000000061622c880000000036badac0" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.6
string(32) "000000001943f8b30000000014a0b41c" string(32) "000000001943f8b30000000014a0b41c" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.5
string(32) "000000002ff35b270000000018d90955" string(32) "000000002ff35b270000000018d90955" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.4
string(32) "000000002faa6b68000000000cced022" string(32) "000000002faa6b68000000000cced022" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.3
string(32) "000000006fb0b71800000000296e11b8" string(32) "000000006fb0b71800000000296e11b8" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.2
string(32) "0000000055b80410000000006fcea658" string(32) "0000000055b80410000000006fcea658" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.1
string(32) "000000000d31f5ad0000000057b353a7" string(32) "000000000d31f5ad0000000057b353a7" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 7.0.0
string(32) "00000000744526980000000008561cef" string(32) "00000000744526980000000008561cef" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Uncaught Error: Function name must be a string in /in/OqrlN:44 Stack trace: #0 {main} thrown in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.28
string(32) "0000000055292829000000006136b94c" string(32) "0000000055292829000000006136b94c" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.21
string(32) "0000000018f09728000000001a63857b" string(32) "0000000018f09728000000001a63857b" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.20
string(32) "000000001e6b76c00000000050855668" string(32) "000000001e6b76c00000000050855668" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.19
string(32) "000000001d549904000000004e152e9a" string(32) "000000001d549904000000004e152e9a" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.18
string(32) "00000000036414a50000000018821741" string(32) "00000000036414a50000000018821741" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.17
string(32) "000000006d810e65000000005964fbdd" string(32) "000000006d810e65000000005964fbdd" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.16
string(32) "000000005a00726d00000000350867f4" string(32) "000000005a00726d00000000350867f4" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.15
string(32) "000000006f6514b300000000097f41ef" string(32) "000000006f6514b300000000097f41ef" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.14
string(32) "000000007649319000000000126b7a5c" string(32) "000000007649319000000000126b7a5c" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.13
string(32) "0000000063290bd1000000005fc291d1" string(32) "0000000063290bd1000000005fc291d1" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.12
string(32) "00000000353c44de0000000025754675" string(32) "00000000353c44de0000000025754675" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.11
string(32) "00000000709426bf000000003d2d9449" string(32) "00000000709426bf000000003d2d9449" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.10
string(32) "000000000fae57df000000000330ff35" string(32) "000000000fae57df000000000330ff35" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.9
string(32) "00000000464b8fd80000000049bde1a1" string(32) "00000000464b8fd80000000049bde1a1" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.6.8
string(32) "0000000055c7b95e000000004422c08b" string(32) "0000000055c7b95e000000004422c08b" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.35
string(32) "000000004175d470000000005f0d3dcb" string(32) "000000004175d470000000005f0d3dcb" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.34
string(32) "00000000542d48e30000000015fef4d7" string(32) "00000000542d48e30000000015fef4d7" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.33
string(32) "0000000048e218b70000000028bb48c3" string(32) "0000000048e218b70000000028bb48c3" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.32
string(32) "0000000015767d3c000000007f7e7a45" string(32) "0000000015767d3c000000007f7e7a45" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.31
string(32) "0000000074d1e7f6000000003a87d613" string(32) "0000000074d1e7f6000000003a87d613" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.30
string(32) "000000000db5ff4b0000000006fe9eb9" string(32) "000000000db5ff4b0000000006fe9eb9" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.29
string(32) "000000000a0b71590000000019cb2fc8" string(32) "000000000a0b71590000000019cb2fc8" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.28
string(32) "0000000056f06c1f000000000023e65a" string(32) "0000000056f06c1f000000000023e65a" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.27
string(32) "0000000033fc3367000000000e18c49e" string(32) "0000000033fc3367000000000e18c49e" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.26
string(32) "000000002145ec7e0000000003b1aa96" string(32) "000000002145ec7e0000000003b1aa96" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.25
string(32) "0000000017da988f000000002fade321" string(32) "0000000017da988f000000002fade321" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.5.24
string(32) "000000007025f38f0000000016b1a5ce" string(32) "000000007025f38f0000000016b1a5ce" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.45
string(32) "00000000045dca940000000045549f22" string(32) "00000000045dca940000000045549f22" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.44
string(32) "0000000036d81a1e000000004aed05fa" string(32) "0000000036d81a1e000000004aed05fa" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.43
string(32) "00000000568e47e4000000003e24b3b2" string(32) "00000000568e47e4000000003e24b3b2" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.42
string(32) "0000000053f1210f000000007d66d417" string(32) "0000000053f1210f000000007d66d417" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.41
string(32) "000000001ed58b550000000024040b6e" string(32) "000000001ed58b550000000024040b6e" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.40
string(32) "000000003253908900000000092e6cc5" string(32) "000000003253908900000000092e6cc5" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.39
string(32) "000000002a97cf830000000002d0d3e0" string(32) "000000002a97cf830000000002d0d3e0" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.38
string(32) "000000006f7e237b000000005640c156" string(32) "000000006f7e237b000000005640c156" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.37
string(32) "0000000023924eea0000000071af344f" string(32) "0000000023924eea0000000071af344f" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.36
string(32) "000000000662444c0000000041cba076" string(32) "000000000662444c0000000041cba076" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.35
string(32) "000000001f7f6b38000000004f1e1a70" string(32) "000000001f7f6b38000000004f1e1a70" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.34
string(32) "0000000019f2c1e20000000025cc33fa" string(32) "0000000019f2c1e20000000025cc33fa" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.32
string(32) "0000000050f09c210000000034881e50" string(32) "0000000050f09c210000000034881e50" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.31
string(32) "000000006a489e2f00000000677bec6c" string(32) "000000006a489e2f00000000677bec6c" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.30
string(32) "000000004f0325e900000000310a9127" string(32) "000000004f0325e900000000310a9127" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.29
string(32) "0000000032d727be000000005e8544dd" string(32) "0000000032d727be000000005e8544dd" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.28
string(32) "000000006e12128b0000000067ad1b78" string(32) "000000006e12128b0000000067ad1b78" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.27
string(32) "000000007cde41bf0000000044d831b1" string(32) "000000007cde41bf0000000044d831b1" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.26
string(32) "0000000078d62e2e000000000b838bfc" string(32) "0000000078d62e2e000000000b838bfc" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.25
string(32) "000000004d88b7930000000011ecaab5" string(32) "000000004d88b7930000000011ecaab5" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.24
string(32) "00000000691708ec00000000659941cb" string(32) "00000000691708ec00000000659941cb" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.23
string(32) "0000000071637c62000000001e5eed2e" string(32) "0000000071637c62000000001e5eed2e" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.22
string(32) "000000005222d8a90000000036bbf922" string(32) "000000005222d8a90000000036bbf922" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.21
string(32) "00000000468738600000000066d6aa5f" string(32) "00000000468738600000000066d6aa5f" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.20
string(32) "0000000045a20c2d000000007b843fa3" string(32) "0000000045a20c2d000000007b843fa3" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.19
string(32) "000000002204366e00000000522a3d7e" string(32) "000000002204366e00000000522a3d7e" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.18
string(32) "0000000022c36cb300000000385508de" string(32) "0000000022c36cb300000000385508de" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.17
string(32) "000000006bd6a8e20000000063f66007" string(32) "000000006bd6a8e20000000063f66007" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.16
string(32) "00000000223334290000000043937476" string(32) "00000000223334290000000043937476" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.15
string(32) "0000000009fb5009000000005458ec05" string(32) "0000000009fb5009000000005458ec05" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.14
string(32) "00000000624c646600000000719d65f9" string(32) "00000000624c646600000000719d65f9" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.13
string(32) "00000000215ec7350000000076e3c69b" string(32) "00000000215ec7350000000076e3c69b" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.12
string(32) "0000000002d8624e000000006302f555" string(32) "0000000002d8624e000000006302f555" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.11
string(32) "000000006a2a472e000000007ea80d1b" string(32) "000000006a2a472e000000007ea80d1b" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.10
string(32) "000000006622366b00000000407a4ea7" string(32) "000000006622366b00000000407a4ea7" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.9
string(32) "00000000536bb0d5000000007fd5b481" string(32) "00000000536bb0d5000000007fd5b481" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.8
string(32) "000000002215558b00000000096c2ded" string(32) "000000002215558b00000000096c2ded" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.7
string(32) "000000005fe4e8fe00000000795dae75" string(32) "000000005fe4e8fe00000000795dae75" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.6
string(32) "000000001e04f22f000000002416502f" string(32) "000000001e04f22f000000002416502f" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.5
string(32) "0000000076a51b3100000000546325d8" string(32) "0000000076a51b3100000000546325d8" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.4
string(32) "0000000037efe62c00000000653c51aa" string(32) "0000000037efe62c00000000653c51aa" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.3
string(32) "00000000082b78a40000000011647a16" string(32) "00000000082b78a40000000011647a16" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.2
string(32) "000000005bf5da7c0000000057342d2e" string(32) "000000005bf5da7c0000000057342d2e" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.1
string(32) "000000002f1254a10000000023b40ca2" string(32) "000000002f1254a10000000023b40ca2" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.4.0
string(32) "00000000120f2bd6000000007ccec3b1" string(32) "00000000120f2bd6000000007ccec3b1" Warning: Class 'private' not found in /in/OqrlN on line 42 Fatal error: Function name must be a string in /in/OqrlN on line 44
Process exited with code 255.
Output for 5.3.29
string(32) "00000000440d1e16000000003908d272" string(32) "00000000440d1e16000000003908d272" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.28
string(32) "000000005014e68200000000452c7f72" string(32) "000000005014e68200000000452c7f72" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.27
string(32) "0000000041e8bf270000000006cd11dc" string(32) "0000000041e8bf270000000006cd11dc" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.26
string(32) "000000001401bb4000000000416f0dc6" string(32) "000000001401bb4000000000416f0dc6" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.25
string(32) "0000000063209425000000007ce5c46c" string(32) "0000000063209425000000007ce5c46c" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.24
string(32) "000000005937868e0000000000d3e044" string(32) "000000005937868e0000000000d3e044" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.23
string(32) "0000000025cb729c00000000535b2727" string(32) "0000000025cb729c00000000535b2727" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.22
string(32) "000000000dac4a640000000011c46769" string(32) "000000000dac4a640000000011c46769" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.21
string(32) "0000000014893e690000000071a9a5af" string(32) "0000000014893e690000000071a9a5af" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.20
string(32) "0000000054d8d5ca000000003d67c6bb" string(32) "0000000054d8d5ca000000003d67c6bb" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.19
string(32) "000000001b621cee000000002c152919" string(32) "000000001b621cee000000002c152919" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.18
string(32) "000000002cc2276f0000000039b78494" string(32) "000000002cc2276f0000000039b78494" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.17
string(32) "000000004d70408a0000000068ea12c2" string(32) "000000004d70408a0000000068ea12c2" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.16
string(32) "000000005b588e68000000003586f7a4" string(32) "000000005b588e68000000003586f7a4" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.15
string(32) "0000000006b5f1fb000000003ce3a763" string(32) "0000000006b5f1fb000000003ce3a763" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.14
string(32) "000000001115c01f0000000056a47b86" string(32) "000000001115c01f0000000056a47b86" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.13
string(32) "0000000036d20138000000003663cef9" string(32) "0000000036d20138000000003663cef9" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.12
string(32) "0000000029b09229000000002919c0f2" string(32) "0000000029b09229000000002919c0f2" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.11
string(32) "000000004b7b4aa300000000462f9b84" string(32) "000000004b7b4aa300000000462f9b84" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.10
string(32) "0000000012c9b91a00000000733edd7a" string(32) "0000000012c9b91a00000000733edd7a" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.9
string(32) "0000000038f0341b0000000025399714" string(32) "0000000038f0341b0000000025399714" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.8
string(32) "000000000793cc5700000000298f6e6e" string(32) "000000000793cc5700000000298f6e6e" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.7
string(32) "0000000072b9eae5000000001ed71938" string(32) "0000000072b9eae5000000001ed71938" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.6
string(32) "0000000015c78ac70000000030779dc8" string(32) "0000000015c78ac70000000030779dc8" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.5
string(32) "00000000240439dc00000000655f7d64" string(32) "00000000240439dc00000000655f7d64" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.4
string(32) "000000000076220b000000005d38b3f3" string(32) "000000000076220b000000005d38b3f3" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.3
string(32) "000000001ac516a300000000743f0f6b" string(32) "000000001ac516a300000000743f0f6b" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.2
string(32) "000000004a6c4222000000006fa26943" string(32) "000000004a6c4222000000006fa26943" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.1
string(32) "0000000079f40701000000000e2cfc25" string(32) "0000000079f40701000000000e2cfc25" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.3.0
string(32) "000000006964000d0000000069a74664" string(32) "000000006964000d0000000069a74664" Fatal error: Call to undefined method Closure::bindTo() in /in/OqrlN on line 42
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_STATIC, expecting T_STRING or T_VARIABLE or '$' in /in/OqrlN on line 16
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_STATIC, expecting T_STRING or T_VARIABLE or '$' in /in/OqrlN on line 16
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/OqrlN on line 6
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/OqrlN on line 6
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/OqrlN on line 6
Process exited with code 255.

preferences:
230.31 ms | 401 KiB | 312 Q