3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i++; $array[$i] = "12A"; foreach ($array[0] as $empty); $array[1][3.1] = sprintf("%s", [$array[1][0]]); file_get_contents($array[1] + $array[1]->prop); class Warnings { static $static = "value"; function __construct() { $this->static; $this->method(); } static function method() { } } array_push($array, new Warnings(), 5, 6); $sorter = (static function(&$array) { sort($array); })->bindTo($array[2]) ?? "sort"; $arguments = new ArrayIterator([$array]); $sorter(...$arguments);
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined variable $i in /in/l8pSY on line 3 Warning: Undefined array key 0 in /in/l8pSY on line 5 Warning: foreach() argument must be of type array|object, null given in /in/l8pSY on line 5 Warning: Array to string conversion in /in/l8pSY on line 6 Warning: String offset cast occurred in /in/l8pSY on line 6 Warning: Only the first byte will be assigned to the string offset in /in/l8pSY on line 6 Warning: Attempt to read property "prop" on string in /in/l8pSY on line 7 Warning: A non-numeric value encountered in /in/l8pSY on line 7 Warning: file_get_contents(): open_basedir restriction in effect. File(12) is not within the allowed path(s): (/tmp:/in:/etc) in /in/l8pSY on line 7 Warning: file_get_contents(12): Failed to open stream: Operation not permitted in /in/l8pSY on line 7 Notice: Accessing static property Warnings::$static as non static in /in/l8pSY on line 12 Warning: Undefined property: Warnings::$static in /in/l8pSY on line 12 Warning: Cannot bind an instance to a static closure in /in/l8pSY on line 22 Warning: Cannot pass by-reference argument 1 of sort() by unpacking a Traversable, passing by-value instead in /in/l8pSY on line 24 Notice: Object of class Warnings could not be converted to int in /in/l8pSY on line 24
Output for 7.4.33
Notice: Undefined variable: i in /in/l8pSY on line 3 Notice: Undefined offset: 0 in /in/l8pSY on line 5 Warning: Invalid argument supplied for foreach() in /in/l8pSY on line 5 Notice: Array to string conversion in /in/l8pSY on line 6 Notice: String offset cast occurred in /in/l8pSY on line 6 Notice: Trying to get property 'prop' of non-object in /in/l8pSY on line 7 Notice: A non well formed numeric value encountered in /in/l8pSY on line 7 Warning: file_get_contents(12): failed to open stream: No such file or directory in /in/l8pSY on line 7 Notice: Accessing static property Warnings::$static as non static in /in/l8pSY on line 12 Notice: Undefined property: Warnings::$static in /in/l8pSY on line 12 Warning: Cannot bind an instance to a static closure in /in/l8pSY on line 22 Warning: Cannot pass by-reference argument 1 of sort() by unpacking a Traversable, passing by-value instead in /in/l8pSY on line 24 Notice: Object of class Warnings could not be converted to int in /in/l8pSY on line 24
Output for 7.4.0 - 7.4.32
Notice: Undefined variable: i in /in/l8pSY on line 3 Notice: Undefined offset: 0 in /in/l8pSY on line 5 Warning: Invalid argument supplied for foreach() in /in/l8pSY on line 5 Notice: Array to string conversion in /in/l8pSY on line 6 Notice: String offset cast occurred in /in/l8pSY on line 6 Notice: Trying to get property 'prop' of non-object in /in/l8pSY on line 7 Notice: A non well formed numeric value encountered in /in/l8pSY on line 7 Warning: file_get_contents(): open_basedir restriction in effect. File(12) is not within the allowed path(s): (/tmp:/in:/etc) in /in/l8pSY on line 7 Warning: file_get_contents(12): failed to open stream: Operation not permitted in /in/l8pSY on line 7 Notice: Accessing static property Warnings::$static as non static in /in/l8pSY on line 12 Notice: Undefined property: Warnings::$static in /in/l8pSY on line 12 Warning: Cannot bind an instance to a static closure in /in/l8pSY on line 22 Warning: Cannot pass by-reference argument 1 of sort() by unpacking a Traversable, passing by-value instead in /in/l8pSY on line 24 Notice: Object of class Warnings could not be converted to int in /in/l8pSY on line 24

preferences:
134.75 ms | 403 KiB | 121 Q