mirror of
https://codeberg.org/vlw/functionflags.git
synced 2025-09-13 19:03:41 +02:00
wip: 1679920116
This commit is contained in:
parent
d7ef69a142
commit
c6cb5a1813
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace FunctionFlags;
|
||||
|
||||
class FunctionFlags {
|
||||
// Limit value for debug_backtrace()
|
||||
private static $trace_limit = 5;
|
||||
|
|
Loading…
Add table
Reference in a new issue