Skip to content

Commit

Permalink
Be more specific about the XHProf sampling type.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jun 17, 2022
1 parent fc839cf commit f16d9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Expand Up @@ -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<string,string>'],
'xhprof_sample_enable' => ['void'],
'xml_error_string' => ['string', 'code'=>'int'],
'xml_get_current_byte_index' => ['int', 'parser'=>'resource'],
Expand Down

0 comments on commit f16d9ce

Please sign in to comment.