Advertisement
jztmanyl

Untitled

Oct 24th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. if (array_key_exists("item2", $item_arr))
  2. {
  3. $offer_arr += [$item => [
  4. 'item1' => offer_array($item_arr, "item1"),
  5. 'item2' => offer_array($item_arr, "item1"),
  6. 'resultItem' => offer_array($item_arr, "item1"),
  7. ]];
  8. }
  9. else
  10. {
  11. $offer_arr += [$item => [
  12. 'item1' => offer_array($item_arr, "item1"),
  13. 'resultItem' => offer_array($item_arr, "item1"),
  14. ]];
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement