3v4l.org

run code in 300+ PHP versions simultaneously
<?php function get_cache_key($sku, $store_id, $user_type_id, $b_is_return_sales) { return sprintf( 'obj_product_%s_%s_%s_%s', (string) $sku, (int) $store_id, (int) $user_type_id, (bool) $b_is_return_sales ? 1 : 0 ); } echo get_cache_key("EUX1160", 49, 1, true);
Output for git.master, git.master_jit, rfc.property-hooks
obj_product_EUX1160_49_1_1

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:
37.54 ms | 401 KiB | 8 Q