Lines Matching refs:directive
37 ; directive = value
41 ; directive because it is not set or is mistyped, a default value will be used.
46 ; previously set variable or directive (e.g. ${foo})
191 ; This directive determines whether or not PHP will recognize code between
196 ; Note that this directive does not control the <?= shorthand tag, which can be
197 ; used regardless of this directive.
229 ; Note: This directive is hardcoded to Off for the CLI SAPI
241 ; directive. Instead, explicitly set the output handler using ob_start().
242 ; Using this ini directive may cause problems unless you know what script
278 ; Note: This directive is hardcoded to On for the CLI SAPI
295 ; and below. This directive makes most sense if used in a per-directory
296 ; or per-virtualhost web server configuration file. This directive is
301 ; This directive allows you to disable certain functions for security reasons.
302 ; It receives a comma-delimited list of function names. This directive is
307 ; This directive allows you to disable certain classes for security reasons.
308 ; It receives a comma-delimited list of class names. This directive is
352 ; unless "declare(encoding=...)" directive appears at the top of the script.
374 ; Note: This directive is hardcoded to 0 for the CLI SAPI
380 ; Note: This directive is hardcoded to -1 for the CLI SAPI
402 ; This directive informs PHP of which errors, warnings and notices you would like
404 ; directive is through the use of the error level constants and bitwise
454 ; This directive controls whether or not and where PHP will output errors,
484 ; directive found below. While errors should not be displayed on productions
534 ; error message as HTML for easier reading. This directive controls whether
536 ; Note: This directive is hardcoded to Off for the CLI SAPI
596 ; NOTE: Every character in this directive is considered as separator!
601 ; This directive determines which super global arrays are registered when PHP
614 ; This directive determines which super global data (G,P,C,E & S) should
616 ; the order in which that data is registered. The values for this directive are
617 ; specified in the same manner as the variables_order directive, EXCEPT one.
619 ; variables_order directive. It does not mean it will leave the super globals
627 ; This directive determines whether PHP registers $argv & $argc each time it
631 ; useful when running scripts from the command line. When this directive is
635 ; Note: This directive is hardcoded to On for the CLI SAPI
644 ; variables are not used within a script, having this directive on will result
645 ; in a performance gain. The PHP directive register_argc_argv must be disabled
646 ; for this directive to have any affect.
857 ; Be sure to appropriately set the extension_dir directive.
937 ; This directive allows you to produce PHP errors when some error
1738 ; This directive specifies the regex pattern of content types for which mb_output_handler()