From 93975fdf1a2a3010decbf2b4774b68fa52d82847 Mon Sep 17 00:00:00 2001 From: Eric Shrewsberry Date: Mon, 21 Nov 2016 19:22:33 -0800 Subject: [PATCH] Make libxml_suppress_errors known to Hack Summary: I want to use this in D3894477 but it's not known to Hack yet. Reviewed By: JoelMarcey Differential Revision: D3894492 fbshipit-source-id: a3c5921ea6fab1f8bd63ec512564063cf07ca62f --- hphp/hack/hhi/stdlib/builtins_simplexml.hhi | 1 + 1 file changed, 1 insertion(+) diff --git a/hphp/hack/hhi/stdlib/builtins_simplexml.hhi b/hphp/hack/hhi/stdlib/builtins_simplexml.hhi index 06ccdab8120..88f5ac2226c 100644 --- a/hphp/hack/hhi/stdlib/builtins_simplexml.hhi +++ b/hphp/hack/hhi/stdlib/builtins_simplexml.hhi @@ -38,6 +38,7 @@ function libxml_get_errors(); function libxml_get_last_error(); function libxml_clear_errors(); function libxml_use_internal_errors($use_errors = null); +function libxml_suppress_errors($suppress_errors); function libxml_set_streams_context($streams_context); function libxml_disable_entity_loader($disable = true); -- 2.11.4.GIT