<?php
/**
 * Nesting separator.
 */
define("NESTING_SEPARATOR", '->0');

/**  */
define('NUMBER_ONE', 1);

class Profiler
{
    /**
     * Nesting separator.
     */
    const NESTING_SEPARATOR = '->';

    /**
     *
     */
    const NUMBER_TWO = 2;
}
