<?php namespace { define('PREFETCH_PREFIXES', ['chart2', 'price']); } namespace ns1 { define('PREFETCH_PREFIXES', ['chart', 'price']); echo var_dump(PREFETCH_PREFIXES); }
You have javascript disabled. You will not be able to edit any code.