[PHP-DEV] zval question

2001-01-24 Thread Harald Radi
hi, i'm tricking around with the COM extension to fix the open bugs (and of course to satisfy my requirements). there are - if (pval_arg-is_ref == 0) { ... } else { ... } - constructs in the code, but how could this parameter be influenced in the php

Re: [PHP-DEV] zval question

2001-01-24 Thread Stig Venaas
On Thu, Jan 25, 2001 at 02:20:42AM +0100, Harald Radi wrote: hi, i'm tricking around with the COM extension to fix the open bugs (and of course to satisfy my requirements). there are - if (pval_arg-is_ref == 0) { ... } else { ... } -