File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -611,6 +611,15 @@ ignore_repeated_source = Off
611611; Production Value: On
612612;fatal_error_backtraces = On
613613
614+ ; This directive controls whether PHP will print the actual arguments of a
615+ ; function upon an error. If disabled (or there was an error fetching the
616+ ; arguments), the function providing the error may optionally provide some
617+ ; additional information after the problem function's name.
618+ ; Default Value: Off
619+ ; Development Value: On
620+ ; Production Value: On
621+ display_error_function_args = On
622+
614623;;;;;;;;;;;;;;;;;
615624; Data Handling ;
616625;;;;;;;;;;;;;;;;;
Original file line number Diff line number Diff line change @@ -613,6 +613,15 @@ ignore_repeated_source = Off
613613; Production Value: On
614614;fatal_error_backtraces = On
615615
616+ ; This directive controls whether PHP will print the actual arguments of a
617+ ; function upon an error. If disabled (or there was an error fetching the
618+ ; arguments), the function providing the error may optionally provide some
619+ ; additional information after the problem function's name.
620+ ; Default Value: Off
621+ ; Development Value: On
622+ ; Production Value: On
623+ display_error_function_args = On
624+
616625;;;;;;;;;;;;;;;;;
617626; Data Handling ;
618627;;;;;;;;;;;;;;;;;
You can’t perform that action at this time.
0 commit comments