3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* $a = '011'; var_dump($a); var_dump(is_numeric($a)); var_dump(is_int($a)); var_dump(ctype_digit($a)); echo PHP_EOL; $a = 011; var_dump($a); var_dump(is_numeric($a)); var_dump(is_int($a)); var_dump(ctype_digit($a)); echo PHP_EOL; $a = '11'; var_dump($a); var_dump(is_numeric($a)); var_dump(is_int($a)); var_dump(ctype_digit($a)); */ $b = 2; $c = 0; $a = $b ?: 1; $d = $c ?: 3; echo $a . $d; $a = array ( 'swap' => '0', 'observations' => '', 'date' => '2015-04-15 13:25:25', 'notes' => '', 'emag_id' => '309', 'id' => '', 'vendor_id' => '9', 'return_address_id' => '', 'order_id' => '2001495428', 'return_reason' => '1', 'return_type' => '1', 'pickup_method' => '1', 'return_tax_value' => '', 'request_status' => '2', 'replacement_product_id' => '', 'replacement_product_name' => '', 'replacement_product_quantity' => '', 'customer_name' => 'Botez Ovidiu Cristinel', 'customer_phone' => '0755337903', 'customer_company' => '', 'customer_email' => 'botezovidiucristinel@yahoo.com', 'customer_account_iban' => '', 'customer_account_bank' => '', 'pickup_suburb' => 'Bacau', 'pickup_city' => '2387', 'pickup_address' => 'Culturi nr3 bl3 scC ap9', 'pickup_zipcode' => '', 'pickup_date' => '', 'products' => array ( 0 => array ( 'quantity' => '1', 'diagnostic' => '', 'product_id' => '107618', 'product_name' => 'Pachet promo Carespot Punga - Cadou Femei', 'product_status' => '1', 'reject_reason' => '', 'refund_value' => '', ), ), ); echo json_encode($a);
Output for git.master, git.master_jit, rfc.property-hooks
23{"swap":"0","observations":"","date":"2015-04-15 13:25:25","notes":"","emag_id":"309","id":"","vendor_id":"9","return_address_id":"","order_id":"2001495428","return_reason":"1","return_type":"1","pickup_method":"1","return_tax_value":"","request_status":"2","replacement_product_id":"","replacement_product_name":"","replacement_product_quantity":"","customer_name":"Botez Ovidiu Cristinel","customer_phone":"0755337903","customer_company":"","customer_email":"botezovidiucristinel@yahoo.com","customer_account_iban":"","customer_account_bank":"","pickup_suburb":"Bacau","pickup_city":"2387","pickup_address":"Culturi nr3 bl3 scC ap9","pickup_zipcode":"","pickup_date":"","products":[{"quantity":"1","diagnostic":"","product_id":"107618","product_name":"Pachet promo Carespot Punga - Cadou Femei","product_status":"1","reject_reason":"","refund_value":""}]}

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:
41.88 ms | 403 KiB | 8 Q