3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getArray() { return [1, 2, 3]; } $stack = array("orange", "banana", "apple", "raspberry"); $last = array_pop($stack); // Strict Standards: Only variables should be passed by reference $last = array_pop((getArray())); // Strict Standards: Only variables should be passed by reference

preferences:
41.25 ms | 402 KiB | 5 Q