9 Matching Annotations
  1. Sep 2019
    1. Server listing on IP:port, with a matching server_name directive; Server listing on IP:port, with the default_server flag; Server listing on IP:port, first one defined; If there are no matches, refuse the connection

      Try going bottom to top 4 to 1 for an easier way to understand upper rules override lower ones

  2. Aug 2019
    1. echo "Salary of mohammad is ". $salaries['mohammad'] . "<br />"; echo "Salary of qadir is ". $salaries['qadir']. "<br />"; echo "Salary of zara is ". $salaries['zara']. "<br />";

      concatenate don't use template strings

  3. Jun 2019