bindings/php/roojspacker.xml
authorAlan Knowles <alan@roojs.com>
Thu, 26 May 2016 10:03:30 +0000 (18:03 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 26 May 2016 10:03:30 +0000 (18:03 +0800)
bindings/php/roojspacker.xml

index 3424879..ab496fc 100644 (file)
@@ -36,7 +36,7 @@ GError *err = NULL;
 gchar *buf = jsdoc_packer_pack(payload->data, target, debug_target, &err);
 if (err !=NULL) {
  zend_throw_exception(zend_exception_get_default(TSRMLS_C), err->message, 0 TSRMLS_CC);
- RETURN FALSE;
+ RETURN_FALSE;
 }
 
 RETURN_STRING(buf, 1);