You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Use of debug function "debug" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
32
32
14, // asserted error line
33
33
],
34
34
[
35
-
'Use of debug function "debug_print_backtrace" is not allowed',
35
+
'Use of debug function "debug_print_backtrace" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
36
36
15, // asserted error line
37
37
],
38
38
[
39
-
'Use of debug function "debug_zval_dump" is not allowed',
39
+
'Use of debug function "debug_zval_dump" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
40
40
16, // asserted error line
41
41
],
42
42
[
43
-
'Use of debug function "print_r" is not allowed',
43
+
'Use of debug function "print_r" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
44
44
19, // asserted error line
45
45
],
46
46
[
47
-
'Use of debug function "print_r" is not allowed',
47
+
'Use of debug function "print_r" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
48
48
20, // asserted error line
49
49
],
50
50
[
51
-
'Use of debug function "var_dump" is not allowed',
51
+
'Use of debug function "var_dump" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
52
52
21, // asserted error line
53
53
],
54
54
[
55
-
'Use of debug function "var_export" is not allowed',
55
+
'Use of debug function "var_export" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
56
56
23, // asserted error line
57
57
],
58
58
[
59
-
'Use of debug function "var_export" is not allowed',
59
+
'Use of debug function "var_export" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
60
60
24, // asserted error line
61
61
],
62
62
[
63
-
'Use of debug function "stackTrace" is not allowed',
63
+
'Use of debug function "stackTrace" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
64
64
25, // asserted error line
65
65
],
66
66
[
67
-
'Use of debug function "pr" is not allowed',
67
+
'Use of debug function "pr" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
68
68
26, // asserted error line
69
69
],
70
70
[
71
-
'Use of debug function "dd" is not allowed',
71
+
'Use of debug function "dd" is not allowed. The use in shipped code is discouraged because they can leak sensitive information or clutter output.',
0 commit comments