3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fields = array('name' => array(),'test' => array(),'lol' => array()); foreach($fields as $k => $v){ $max_length = $row[$k]['max_length']; $min_length = $row[$k]['min_length']; if(strlen($v) > $max_length){ echo 'max!!'; exit(); }elseif(strlen($v) < $min_length){ echo 'min!!'; exit(); }else{ echo strlen($v).'<br>'; } if(is_array($v) || ($this->serialize_bool && is_bool($v))){ $v = serialize($v); } $query .= " '".mysql_real_escape_string($v)."'"; $nr++; if($nr != count($fields)){ $query .= ','; } }
Output for 8.3.0 - 8.3.7
Warning: Undefined variable $row in /in/XAkRo on line 6 Warning: Trying to access array offset on null in /in/XAkRo on line 6 Warning: Trying to access array offset on null in /in/XAkRo on line 6 Warning: Undefined variable $row in /in/XAkRo on line 7 Warning: Trying to access array offset on null in /in/XAkRo on line 7 Warning: Trying to access array offset on null in /in/XAkRo on line 7 Fatal error: Uncaught TypeError: strlen(): Argument #1 ($string) must be of type string, array given in /in/XAkRo:9 Stack trace: #0 {main} thrown in /in/XAkRo on line 9
Process exited with code 255.
Output for 8.1.18 - 8.1.28, 8.2.5 - 8.2.18
Warning: Undefined variable $row in /in/XAkRo on line 6 Warning: Trying to access array offset on value of type null in /in/XAkRo on line 6 Warning: Trying to access array offset on value of type null in /in/XAkRo on line 6 Warning: Undefined variable $row in /in/XAkRo on line 7 Warning: Trying to access array offset on value of type null in /in/XAkRo on line 7 Warning: Trying to access array offset on value of type null in /in/XAkRo on line 7 Fatal error: Uncaught TypeError: strlen(): Argument #1 ($string) must be of type string, array given in /in/XAkRo:9 Stack trace: #0 {main} thrown in /in/XAkRo on line 9
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.17, 8.2.0 - 8.2.4
Warning: Undefined variable $row in /in/XAkRo on line 6 Warning: Trying to access array offset on value of type null in /in/XAkRo on line 6 Warning: Trying to access array offset on value of type null in /in/XAkRo on line 6 Warning: Undefined variable $row in /in/XAkRo on line 7 Warning: Trying to access array offset on value of type null in /in/XAkRo on line 7 Warning: Trying to access array offset on value of type null in /in/XAkRo on line 7 Fatal error: Uncaught TypeError: strlen(): Argument #1 ($str) must be of type string, array given in /in/XAkRo:9 Stack trace: #0 {main} thrown in /in/XAkRo on line 9
Process exited with code 255.
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined variable: row in /in/XAkRo on line 6 Notice: Trying to access array offset on value of type null in /in/XAkRo on line 6 Notice: Trying to access array offset on value of type null in /in/XAkRo on line 6 Notice: Undefined variable: row in /in/XAkRo on line 7 Notice: Trying to access array offset on value of type null in /in/XAkRo on line 7 Notice: Trying to access array offset on value of type null in /in/XAkRo on line 7 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 9 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 11 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 14 <br> Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /in/XAkRo:19 Stack trace: #0 {main} thrown in /in/XAkRo on line 19
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26
Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 9 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 11 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 14 <br> Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /in/XAkRo:19 Stack trace: #0 {main} thrown in /in/XAkRo on line 19
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31
Notice: Undefined variable: row in /in/XAkRo on line 6 Notice: Undefined variable: row in /in/XAkRo on line 7 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 9 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 11 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 14 <br> Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /in/XAkRo:19 Stack trace: #0 {main} thrown in /in/XAkRo on line 19
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Notice: Undefined variable: row in /in/XAkRo on line 6 Notice: Undefined variable: row in /in/XAkRo on line 7 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 9 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 11 Warning: strlen() expects parameter 1 to be string, array given in /in/XAkRo on line 14 <br> Fatal error: Call to undefined function mysql_real_escape_string() in /in/XAkRo on line 19
Process exited with code 255.
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined variable: row in /in/XAkRo on line 6 Notice: Undefined variable: row in /in/XAkRo on line 7 Notice: Array to string conversion in /in/XAkRo on line 9 max!!
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: row in /in/XAkRo on line 6 Notice: Undefined variable: row in /in/XAkRo on line 7 Notice: Array to string conversion in /in/XAkRo on line 9 max!!

preferences:
205.22 ms | 402 KiB | 315 Q