Home
last modified time | relevance | path

Searched refs:PHP_MODE_LINT (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/sapi/cli/
H A Dphp_cli.c112 #define PHP_MODE_LINT 4 macro
739 behavior=PHP_MODE_LINT; in do_cli()
969 case PHP_MODE_LINT: in do_cli()
1144 if (behavior == PHP_MODE_LINT && argc > php_optind && strcmp(argv[php_optind],"--")) { in do_cli()
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c132 #define PHP_MODE_LINT 4 macro
2327 behavior = PHP_MODE_LINT;
2522 case PHP_MODE_LINT:
2594 if (behavior == PHP_MODE_LINT && argc - 1 > php_optind) {
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c117 #define PHP_MODE_LINT 4 macro

Completed in 28 milliseconds