Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 404453
Collapse All | Expand All

(-)Lib/php/phprun.swg (-1 / +1 lines)
Lines 192-198 Link Here
192
  swig_object_wrapper *value;
192
  swig_object_wrapper *value;
193
  void *p;
193
  void *p;
194
  int type;
194
  int type;
195
  char *type_name;
195
  const char *type_name;
196
196
197
  value = (swig_object_wrapper *) zend_list_find(z->value.lval, &type);
197
  value = (swig_object_wrapper *) zend_list_find(z->value.lval, &type);
198
  if ( flags & SWIG_POINTER_DISOWN ) {
198
  if ( flags & SWIG_POINTER_DISOWN ) {

Return to bug 404453