Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69973 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75542 invoked from network); 30 Oct 2013 22:38:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2013 22:38:00 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.49 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.128.49 mail-qe0-f49.google.com Received: from [209.85.128.49] ([209.85.128.49:57134] helo=mail-qe0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/81-00845-74A81725 for ; Wed, 30 Oct 2013 17:37:59 -0500 Received: by mail-qe0-f49.google.com with SMTP id a11so1266339qen.8 for ; Wed, 30 Oct 2013 15:37:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=S8ALI/R26VhgtLMEHZLaLhJnWXxuj1tu41zVDbS+5h4=; b=kjKN0Mu5zv845wYqeivitHNImZ5C/tnoxidyeOr3YVqM6tGtzW5V0Evj0ICxstbkKU qct0hgdoii0HMoUhJxTDRXNvWtVC8g5dWB22mTdUlTaz4qruA15/AexDJWGUj97JbrJg VN+ofNI7lQ4s4EOKkcklOOb/DL/VybvJ/JoYE4NkOmCNMl2Y20JCRekSb7fy4Uv06dwb AI/hK9/RVHVHNB38M33wxsUhOMhSl5WSJtQJcJ5KyxeOf8sB0iw+EqmB3uucC22J0GM3 EV8UwPVOA/cxtUgA8Ns4f70ZtbIQwhudMw86saXBZW2KUzxLIugURT9eZPoLscgCd0CB NdCw== MIME-Version: 1.0 X-Received: by 10.224.161.84 with SMTP id q20mr1092832qax.90.1383172676810; Wed, 30 Oct 2013 15:37:56 -0700 (PDT) Sender: jakub.php@gmail.com Received: by 10.224.37.133 with HTTP; Wed, 30 Oct 2013 15:37:56 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Oct 2013 22:37:56 +0000 X-Google-Sender-Auth: EbiqoJ-2QDwJaYlGxd8DcF8_UBc Message-ID: To: Nikita Popov Cc: "nikic@php.net" , PHP internals list Content-Type: multipart/alternative; boundary=089e0149c3a8107e7d04e9fcfc42 Subject: Re: GMP serialization From: bukka@php.net (Jakub Zelenka) --089e0149c3a8107e7d04e9fcfc42 Content-Type: text/plain; charset=ISO-8859-1 > $n = gmp_init(42); > $n->obj = $n; > var_dump(unserialize(serialize($n))); > > (you will get really cool animation when you run it... :) ) > sorry it's working correctly - ignore this... too tired... --089e0149c3a8107e7d04e9fcfc42--