Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76625 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82388 invoked from network); 18 Aug 2014 02:19:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2014 02:19:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=the.warl0ck.1989@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=the.warl0ck.1989@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.47 as permitted sender) X-PHP-List-Original-Sender: the.warl0ck.1989@gmail.com X-Host-Fingerprint: 209.85.219.47 mail-oa0-f47.google.com Received: from [209.85.219.47] ([209.85.219.47:45031] helo=mail-oa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/B0-12023-6B261F35 for ; Sun, 17 Aug 2014 22:19:34 -0400 Received: by mail-oa0-f47.google.com with SMTP id g18so3575119oah.6 for ; Sun, 17 Aug 2014 19:19:31 -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=01kZwSmZUxykoP2ZxD460ntpBGc50i/Wx7WB+hcp3Cs=; b=aBbxaN2XjwWpUr9I34Y+S/VD7BCrBN6QVYMUXDzl9xpcQ7rCCTpd1aUgjA/z1xgxJu 5cYrkNgbIST88uyGWgAWgNhmIOoD11VsXf2ndOlY+kOfP+E3adTmo8qS5bCbmTkq4cYB PvYOWAq0dfelERps3a9Icqt+XuuT9n8SZ1VFq2G3ifLem2unvzDqQDiGv+CwT+ZD69O9 vZdDuCT6znRtoYSC2Q/iOagmLlDO+JuO7LWIRWcj8tmyGkL7iPtwgSraTmNBt98E5R2i yIcQZq/aTRIuD8EwbISRt+sqBsjjD7S6psSjYNAUqv+f0N67+pt4GUEwQQ30t+1XznLb PGsg== MIME-Version: 1.0 X-Received: by 10.182.65.65 with SMTP id v1mr34551796obs.58.1408328371831; Sun, 17 Aug 2014 19:19:31 -0700 (PDT) Received: by 10.76.175.6 with HTTP; Sun, 17 Aug 2014 19:19:31 -0700 (PDT) Date: Mon, 18 Aug 2014 10:19:31 +0800 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: How should I call a PHP function From: the.warl0ck.1989@gmail.com (Aaron Lewis) Hi, I'm trying to call a function inside a module, a PHP_FUNCTION. Other than zend_eval_stringl, what's the direct way to do it? -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33