> On Tue, 19 Aug 2014, Wei Dai wrote:
>
> > > On Mon, 18 Aug 2014, Wei Dai wrote:
> > >
> > > > > 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?
> > > > >
> > > >
> > > > Please refer to call_user_funct
On Tue, Aug 19, 2014 at 11:11 AM, Wei Dai wrote:
>
> On Tue, Aug 19, 2014 at 10:55 AM, Derick Rethans wrote:
>
> On Tue, 19 Aug 2014, Wei Dai wrote:
>
> On Mon, 18 Aug 2014, Wei Dai wrote:
>
>
> so, i have two options:
>
> 1. copy the duplicate code into my extension, It can be fast in this
> way
> On Tue, Aug 19, 2014 at 10:55 AM, Derick Rethans (mailto:der...@php.net)> wrote:
> > On Tue, 19 Aug 2014, Wei Dai wrote:
> >
> > > > On Mon, 18 Aug 2014, Wei Dai wrote:
>
> > > so, i have two options:
> > >
> > > 1. copy the duplicate code into my extension, It can be fast in this
> > > w
On Tue, Aug 19, 2014 at 10:55 AM, Derick Rethans wrote:
> On Tue, 19 Aug 2014, Wei Dai wrote:
>
>> > On Mon, 18 Aug 2014, Wei Dai wrote:
>> so, i have two options:
>>
>> 1. copy the duplicate code into my extension, It can be fast in this
>> way, but the code is not beautiful.
>>
>> 2. call call_
On Tue, 19 Aug 2014, Wei Dai wrote:
> > On Mon, 18 Aug 2014, Wei Dai wrote:
> >
> > > > 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?
> > > Please refer to call_user_function and call_user_function_ex.
> >
>
Hi Derick,
> On Mon, 18 Aug 2014, Wei Dai wrote:
>
> > > 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?
> >
> > Please refer to call_user_function and call_user_function_ex.
>
> Actually, you need to
On Mon, 18 Aug 2014, Wei Dai wrote:
> > 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?
>
> Please refer to call_user_function and call_user_function_ex.
Actually, you need to be careful with this. If you are ca
On Mon, 2014-08-18 at 10:37 +0800, Wei Dai wrote:
> Hi,
> > 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?
> Please refer to call_user_function and call_user_function_ex.
See also the set of zend_c
On 18 August 2014 03:37, Wei Dai wrote:
> Hi,
>> 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?
> Please refer to call_user_function and call_user_function_ex.
...and along these lines, when you need to
Hi,
> 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?
Please refer to call_user_function and call_user_function_ex.
>
>
> --
> Best Regards,
> Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
> Finger
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
--
PHP Internals - PHP Runt
11 matches
Mail list logo