Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73991 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93785 invoked from network); 7 May 2014 03:13:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2014 03:13:55 -0000 Authentication-Results: pb1.pair.com header.from=the.warl0ck.1989@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=the.warl0ck.1989@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.48 as permitted sender) X-PHP-List-Original-Sender: the.warl0ck.1989@gmail.com X-Host-Fingerprint: 209.85.219.48 mail-oa0-f48.google.com Received: from [209.85.219.48] ([209.85.219.48:52818] helo=mail-oa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/70-22460-1F4A9635 for ; Tue, 06 May 2014 23:13:54 -0400 Received: by mail-oa0-f48.google.com with SMTP id i4so477941oah.21 for ; Tue, 06 May 2014 20:13:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OpJ1/ZpyOS9/DaorUwxEorFxM1xWS4tiCqxZZcOZ2QY=; b=ppgH74/XGJEqBfJXbjNI/wGWeV7Dgr6KvIzjy5PobuxajgtJOQTs4sUPYPEbvjIPx+ jzYFd1FAHEKG8Y0emMtdgHpnF7GV5HC02/+SPvtV9MAHJb3y8onzsNM/jFwHNBIGIK7z iwr1BPkOh+v7UWrCXFlVZ/Rz7aMg4myTJnT45uA3Uv9Z1RTDE+kOMMngbV1FkqREGjgJ 35S/bB4n+O4xQnyohboQRfjTDI/SqmY2hdDp1ZrNVKCc4RSmc+T0BkNfTjYom7WLDoBi DDf5qoj95py8a+QyBWcmbCJ0DjTe0LFVIx1nq9BcpSFPaVfomOLHCFnDS8/lyRkhF7A6 jGLQ== MIME-Version: 1.0 X-Received: by 10.182.22.227 with SMTP id h3mr42151063obf.36.1399432430622; Tue, 06 May 2014 20:13:50 -0700 (PDT) Received: by 10.76.23.66 with HTTP; Tue, 6 May 2014 20:13:50 -0700 (PDT) Date: Wed, 7 May 2014 11:13:50 +0800 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Trace "wrapped" functions From: the.warl0ck.1989@gmail.com (Aaron Lewis) Hi, Take func1 ( func2 ( $var ) ) as an example In "func1", Is there any way to know the arguments was from "func2"? -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33