3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array( 'page_title' => 'page title' ); ob_start(); if(count($data) > 0) extract($data); var_dump($data)
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected end of file in /in/WBGad on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/WBGad on line 9
Process exited with code 255.

preferences:
183.93 ms | 1395 KiB | 61 Q