Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60682 invoked from network); 27 Apr 2012 04:43:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2012 04:43:27 -0000 Authentication-Results: pb1.pair.com header.from=yader.hernandez@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yader.hernandez@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: yader.hernandez@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:43237] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/80-54822-EE32A9F4 for ; Fri, 27 Apr 2012 00:43:26 -0400 Received: by obbuo13 with SMTP id uo13so553759obb.29 for ; Thu, 26 Apr 2012 21:43:23 -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=LT3P3mIsAxMkM+hr5BOBVtkof+G52H/T2dwMIL7FzoI=; b=sl1rk17r3vl370tfvqtcfbJtCd/ySGlNt/wU+oEF023c/zbHe1cw/O+oVTdYAVVSKn CSaguNzx7JpzO6yB/GtGx2MBBH1c1MDZ/ou6HPWSxI85L0XSIJScI9DogPkaj83u0ujX iGEIS0oXxl82V+38xmK0F4uUFtwJR6yM/s9CNh898vj+sAHR8pBhRNeEZkvl8+TfMBws 4AhtBdnZRSYOFODE84gGRo9GbujVEQJ2h8zBU95hdfm90H1waeBkbs1SQogg9D6Jf+qN sdg50r0ipvkSm8Se8SUan6aJjix3cLMj+9EFKegY3M4YMGHwyc5GpqJVxF928j+ef7m5 0iGA== MIME-Version: 1.0 Received: by 10.182.188.38 with SMTP id fx6mr12144348obc.77.1335501803054; Thu, 26 Apr 2012 21:43:23 -0700 (PDT) Received: by 10.60.147.199 with HTTP; Thu, 26 Apr 2012 21:43:23 -0700 (PDT) Date: Thu, 26 Apr 2012 21:43:23 -0700 Message-ID: To: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d04478bdd9167c304bea1be04 Subject: call user defined function with args From: yader.hernandez@gmail.com (Yader Hernandez) --f46d04478bdd9167c304bea1be04 Content-Type: text/plain; charset=ISO-8859-1 Hello, I found this zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC) and many examples using it. I can successfully call this and it will call the user function for me. I'm interested in learning how to not only call the function, but also pass arguments to that function. Can anyone please point me to where I can see how that's done? thx --f46d04478bdd9167c304bea1be04--