Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48733 invoked from network); 8 Jul 2015 03:02:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2015 03:02:53 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.182 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.182 mail-yk0-f182.google.com Received: from [209.85.160.182] ([209.85.160.182:35821] helo=mail-yk0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/31-16503-AD29C955 for ; Tue, 07 Jul 2015 23:02:51 -0400 Received: by ykfs198 with SMTP id s198so91344734ykf.2 for ; Tue, 07 Jul 2015 20:02:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=n+tSktk6ug3mfq3xrlcWwMLYGRKCl026PN476dghpcs=; b=JKOo5mCHUEhVi23ydrYcrGN2HIvjg0MCjoE56G54HWIdLcYK/TGcuWrSVqLmYyiX6l iou/jfDQyRpoUo1nowT8XNYpKahqNxQocJ1kw2NmHbcDEJRFFdsS1CosfLWdFl/Gd5jr sW1b/eCsuYTRz1tPgebNQ5EAFsE3WogPUpgO/hHzuNlJnod7NzWzm97que3DeIK0gED3 w13c9z4ZI04yfV0Mt832HV3VD5THLdbGWM/pINROipnkbawe7n2XrqGm1XQix1/9APpr 7fZLBeKHMHeOLVYG/mMv/HIjMIQSU1fxIE/OKLwulWZGPLih67uobPC2olQssfVRg7Td p4yA== X-Received: by 10.129.103.84 with SMTP id b81mr8817568ywc.55.1436324568303; Tue, 07 Jul 2015 20:02:48 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.40.77 with HTTP; Tue, 7 Jul 2015 20:02:09 -0700 (PDT) Date: Wed, 8 Jul 2015 12:02:09 +0900 X-Google-Sender-Auth: M1z19fWO68S0SvXDmzjX8hyt_NE Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11490eb8ad28f1051a545f00 Subject: PHP_INT_MIN is not defined? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11490eb8ad28f1051a545f00 Content-Type: text/plain; charset=UTF-8 Hi all, I noticed PHP_INT_MIN is not defined http://3v4l.org/QBavX while it is described in the manual. http://php.net/manual/en/reserved.constants.php What is going on?? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11490eb8ad28f1051a545f00--