From f16d9cef5f0d4f9fed22000f0da54af461c2999f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 17 Jun 2022 17:22:25 +0200 Subject: [PATCH] Be more specific about the XHProf sampling type. --- resources/functionMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functionMap.php b/resources/functionMap.php index ae648883102..66a7db3127c 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -13022,7 +13022,7 @@ 'xdiff_string_rabdiff' => ['string', 'old_data'=>'string', 'new_data'=>'string'], 'xhprof_disable' => ['array'], 'xhprof_enable' => ['void', 'flags='=>'int', 'options='=>'array'], -'xhprof_sample_disable' => ['array'], +'xhprof_sample_disable' => ['array'], 'xhprof_sample_enable' => ['void'], 'xml_error_string' => ['string', 'code'=>'int'], 'xml_get_current_byte_index' => ['int', 'parser'=>'resource'],