Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102981 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18995 invoked from network); 30 Jul 2018 07:45:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2018 07:45:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=khaweronline@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=khaweronline@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.53 as permitted sender) X-PHP-List-Original-Sender: khaweronline@gmail.com X-Host-Fingerprint: 209.85.218.53 mail-oi0-f53.google.com Received: from [209.85.218.53] ([209.85.218.53:35828] helo=mail-oi0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/16-36025-812CE5B5 for ; Mon, 30 Jul 2018 03:45:28 -0400 Received: by mail-oi0-f53.google.com with SMTP id i12-v6so19551024oik.2 for ; Mon, 30 Jul 2018 00:45:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=STbyyvSeLqcGajzuGG6hfjjgI7Ff00hNM3EhbuMFRh8=; b=jQ7rFRLIpsvjI40RDD1FvBJIV3YxDeB+2CRvlgpi7ykThwY1jQuyDI4j5ZNSCTWA86 tQbwr/cm6+v+n1H2Vo499A5fnfczBlYQMSqr56P/UPf9shMBg37yH188oY3j1fZSm3tI P9js3SMNevzo+C1wrDkyFEU2bkfyCxMafg50qX4cUxfJD7ApR9osAognP0dbk978HV28 IsT0i3nJjKf0qwaLlXhElUO4rFBjipeTWFZuPOwBtCv/qJ8yudLUt77NMcK1Kqty924R Usrl2eWL5mOMLhpVC1dJRC1hfgKOujj4LWPAhVCWqjAjuSUN3whhrurJLUbfdLR7EYGl bzHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=STbyyvSeLqcGajzuGG6hfjjgI7Ff00hNM3EhbuMFRh8=; b=ZGO1A19JIxrnw5lNiFZOf6j2Z9jM3b8osa0GftaPQud+jRPtq7nTgE4vAJzuuQ1nef //hkb7tXFk15P3qLG526YM9wGzrjCziUkIha7siJ6sQybAC7GI5oVOSt7Ary5spxRgEU Cbn3vXZ0/DnsOXLDfW5B1DMTe/JF14nPRpMYXG2iJkeEYcCBHSrQoL79Xhvn24Dj9dgJ GjcNpfsQfnebK+7WzD3B7WszbdmjPbRKhz6GNqHw21yVFdK72CJEIFxPEY0RTOoe9Tvd hXlPIYskjFHhEVa7tkw6rxroGpwCIPYo2mBhuViDroAdAVWaPZQ2bDmM8+z9GKVq/wVi ozAQ== X-Gm-Message-State: AOUpUlG5Q1i7G8qT4QIOyzpvfZN5KmhPrg8QZDgu19HAyJh4f5vQAmIT usI60T/e/UTWuZ+ICv9WeXVQQKNU9s/pN4ITxpa+g8VP X-Google-Smtp-Source: AAOMgpdAbBIPNSQtL26j96SzAAkzm7/PGSzHi+Jbzk6RehMMk3GvE8VsdJjcvgDgcq8qT5d7u4A1sDqvAPcRrkLNNUs= X-Received: by 2002:aca:e185:: with SMTP id y127-v6mr18060949oig.245.1532936724681; Mon, 30 Jul 2018 00:45:24 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a4a:c20c:0:0:0:0:0 with HTTP; Mon, 30 Jul 2018 00:45:24 -0700 (PDT) Date: Mon, 30 Jul 2018 12:45:24 +0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary="000000000000f01981057232a489" Subject: Semicolon not required if statement on next line From: khaweronline@gmail.com (Abdul Haque Sheikh) --000000000000f01981057232a489 Content-Type: text/plain; charset="UTF-8" why not to make semicolon not required if there is only 1 statement like javascript. semicolon will be required if there are multiple statements on the same line. --000000000000f01981057232a489--