3v4l.org

run code in 300+ PHP versions simultaneously
<?php $opts = array( "--start", "-1d", "--vertical-label=B/s", "DEF:inoctets=net1.rrd:input:AVERAGE", "DEF:outoctets=net1.rrd:output:AVERAGE", "AREA:inoctets#00FF00:In traffic", "LINE1:outoctets#0000FF:Out traffic\\r", "CDEF:inbits=inoctets,8,*", "CDEF:outbits=outoctets,8,*", "COMMENT:\\n", "GPRINT:inbits:AVERAGE:Avg In traffic\: %6.2lf %Sbps", "COMMENT: ", "GPRINT:inbits:MAX:Max In traffic\: %6.2lf %Sbps\\r", "GPRINT:outbits:AVERAGE:Avg Out traffic\: %6.2lf %Sbps", "COMMENT: ", "GPRINT:outbits:MAX:Max Out traffic\: %6.2lf %Sbps\\r" ); $opts2 = array ("--json","--start", "1378750426", "--end", "N", "DEF:myseepd=net1.rrd:input:AVERAGE", "XPORT:myspeed" ); $ret = rrd_graph("net_1d.gif", $opts, count($opts)); $js = rrd_xport($opts2); if( !is_array($ret) ) { $err = rrd_error(); echo "rrd_graph() ERROR: $err\n"; } echo $js; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function rrd_graph() in /in/k8t9Z:24 Stack trace: #0 {main} thrown in /in/k8t9Z on line 24
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
53.39 ms | 401 KiB | 8 Q