Merge "Improve docs for Title::getInternalURL/getCanonicalURL"
[lhc/web/wiklou.git] / .phan / internal_stubs / tideways.phan_php
1 <?php
2 // These stubs were generated by the phan stub generator.
3 // @phan-stub-for-extension tideways@4.0.7
4
5 namespace {
6 function tideways_disable() {}
7 function tideways_enable($flags = null, $options = null) {}
8 function tideways_fatal_backtrace() {}
9 function tideways_get_spans() {}
10 function tideways_last_detected_exception() {}
11 function tideways_last_fatal_error() {}
12 function tideways_prepend_overwritten() {}
13 function tideways_span_annotate($span = null, $annotations = null) {}
14 function tideways_span_callback($name = null, $callback = null) {}
15 function tideways_span_create($category = null) {}
16 function tideways_span_timer_start($span = null) {}
17 function tideways_span_timer_stop($span = null) {}
18 function tideways_span_watch($name = null, $category = null) {}
19 function tideways_sql_minify($sql = null) {}
20 function tideways_transaction_name() {}
21 const TIDEWAYS_FLAGS_CPU = 2;
22 const TIDEWAYS_FLAGS_MEMORY = 4;
23 const TIDEWAYS_FLAGS_NO_BUILTINS = 1;
24 const TIDEWAYS_FLAGS_NO_COMPILE = 16;
25 const TIDEWAYS_FLAGS_NO_HIERACHICAL = 64;
26 const TIDEWAYS_FLAGS_NO_SPANS = 32;
27 const TIDEWAYS_FLAGS_NO_USERLAND = 8;
28 }