3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 'db' => array( 'name' => 'T50KCHF_0', 'filter' => array( 'columns' => array( 'SUPPLIER_NAME' => NULL, 'ORD' => NULL, 'REFER' => NULL, 'LIB' => NULL, 'COUNTRY' => NULL, 'PRC' => "concat(to_char(round(cast(### as number), 2), '990.00'),'%')", 'COM' => "to_char(to_number(###), '999G999G999', 'NLS_NUMERIC_CHARACTERS = '', ''')" ), 'where' => array( 'COUNTRY' => 'CH' ) ), 'graph_query' => "select country, to_char(to_number(sum(com)), '999G999G999', 'NLS_NUMERIC_CHARACTERS = '', ''') from t50kchf_0 group by country order by country;" ), 'dynamic' => TRUE, 'number' => 13, 'title' => "List of orders / contracts for supplies for a total value exceeding 50 000 CHF<br><small>placed in 2013</small>", 'subtitle' => FALSE, 'num_columns' => 7, 'headers' => array( array( 'from_db' => TRUE, 'layout' => NULL, 'data' => array( 'SUPPLIER_NAME' => "Supplier Name", 'ORD' => "Order/contract", 'REFER' => "Reference", 'LIB' => "Description", 'COUNTRY' => "Country", 'PRC' => "Percentage", 'COM' => "Commitment (CHF)" ) ) ), 'body' => array( 'layout' => array( 'SUPPLIER_NAME' => array(), 'ORD' => array( 'class' => "text-right" ), 'REFER' => array( 'class' => "text-right" ), 'LIB' => array(), 'COUNTRY' => array( 'class' => "text-center" ), 'PRC' => array( 'class' => "text-right", 'data-format' => 'percentage' ), 'COM' => array( 'class' => "text-right", 'data-format' => 'currency' ) ) ), 'footers' => array( array( 'from_db' => TRUE, 'exclude' => NULL, 'layout' => NULL, 'data' => array( 'SUPPLIER_NAME' => "Supplier Name", 'ORD' => "Order/contract", 'REFER' => "Reference", 'LIB' => "Description", 'COUNTRY' => "Country", 'PRC' => "Percentage", 'COM' => "Commitment" ) ) ) ); echo json_encode($arr, JSON_FORCE_OBJECT);
Output for git.master, git.master_jit, rfc.property-hooks
{"db":{"name":"T50KCHF_0","filter":{"columns":{"SUPPLIER_NAME":null,"ORD":null,"REFER":null,"LIB":null,"COUNTRY":null,"PRC":"concat(to_char(round(cast(### as number), 2), '990.00'),'%')","COM":"to_char(to_number(###), '999G999G999', 'NLS_NUMERIC_CHARACTERS = '', ''')"},"where":{"COUNTRY":"CH"}},"graph_query":"select country, to_char(to_number(sum(com)), '999G999G999', 'NLS_NUMERIC_CHARACTERS = '', ''') from t50kchf_0 group by country order by country;"},"dynamic":true,"number":13,"title":"List of orders \/ contracts for supplies for a total value exceeding 50 000 CHF<br><small>placed in 2013<\/small>","subtitle":false,"num_columns":7,"headers":{"0":{"from_db":true,"layout":null,"data":{"SUPPLIER_NAME":"Supplier Name","ORD":"Order\/contract","REFER":"Reference","LIB":"Description","COUNTRY":"Country","PRC":"Percentage","COM":"Commitment (CHF)"}}},"body":{"layout":{"SUPPLIER_NAME":{},"ORD":{"class":"text-right"},"REFER":{"class":"text-right"},"LIB":{},"COUNTRY":{"class":"text-center"},"PRC":{"class":"text-right","data-format":"percentage"},"COM":{"class":"text-right","data-format":"currency"}}},"footers":{"0":{"from_db":true,"exclude":null,"layout":null,"data":{"SUPPLIER_NAME":"Supplier Name","ORD":"Order\/contract","REFER":"Reference","LIB":"Description","COUNTRY":"Country","PRC":"Percentage","COM":"Commitment"}}}}

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:
38.46 ms | 404 KiB | 8 Q