3v4l.org

run code in 300+ PHP versions simultaneously
<?php $brand_names = array(1,2,3); if( ! empty($sale_Ids_for_brands)) echo "something"; $data->brands_ids = FALSE; if(empty($data->brands_ids)) echo "yes empty"; $data->brands_ids = array("A","B","C"); $brand_names2 = $brand_names; $data->brands_ids2 = $data->brands_ids; // TODO remove after test $brand_names = array(); // TODO remove after test $data->brands_ids = array(0, 0); // TODO remove after test print_r($brand_names); print_r($data->brands_ids); $brand_names = $brand_names2; $data->brands_ids = $data->brands_ids2; // TODO remove after test print_r($brand_names); print_r($data->brands_ids);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Attempt to assign property "brands_ids" on null in /in/k7knR:7 Stack trace: #0 {main} thrown in /in/k7knR on line 7
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:
46.88 ms | 401 KiB | 8 Q