Searched refs:color (Results 126 – 142 of 142) sorted by relevance
123456
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strrpos_variation11.phpt | 44 array('color' => 'red', 'item' => 'pen'),
|
H A D | stripos_variation11.phpt | 44 array('color' => 'red', 'item' => 'pen'),
|
H A D | printf_variation1.phpt | 51 array('color' => 'red', 'item' => 'pen'),
|
H A D | sprintf_variation1.phpt | 51 array('color' => 'red', 'item' => 'pen'),
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_server.c | 451 cg->color = 0; in cli_server_init_globals() 455 …STD_PHP_INI_BOOLEAN("cli_server.color", "0", PHP_INI_ALL, OnUpdateBool, color, zend_cli_server_glo… 1124 int color = 0, effective_status = status; in php_cli_server_log_response() local 1140 if (CLI_SERVER_G(color) && php_cli_is_output_tty() == OUTPUT_IS_TTY) { in php_cli_server_log_response() 1143 color = 1; in php_cli_server_log_response() 1146 color = 3; in php_cli_server_log_response() 1149 color = 2; in php_cli_server_log_response() 1182 if (color) { in php_cli_server_log_response() 1183 …php_cli_server_logf(PHP_CLI_SERVER_LOG_MESSAGE, "\x1b[3%dm%s%s%s\x1b[0m", color, basic_buf, messag… in php_cli_server_log_response()
|
/PHP-8.0/ext/standard/tests/class_object/ |
H A D | method_exists_variation_001.phpt | 44 array('color' => 'red', 'item' => 'pen'),
|
H A D | get_class_variation_001.phpt | 34 array('color' => 'red', 'item' => 'pen'),
|
H A D | get_class_methods_variation_001.phpt | 39 array('color' => 'red', 'item' => 'pen'),
|
H A D | get_parent_class_variation_002.phpt | 41 array('color' => 'red', 'item' => 'pen'),
|
/PHP-8.0/ext/pcre/tests/ |
H A D | preg_match_error4.phpt | 317 "name": "jakub-onderka\\/php-console-color", 857 "jakub-onderka\\/php-console-color": "0.1",
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg.c | 426 char *color; in PHP_FUNCTION() local 429 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &element, &color, &color_len) == FAILURE) { in PHP_FUNCTION() 437 phpdbg_set_color_ex(element, color, color_len); in PHP_FUNCTION()
|
/PHP-8.0/ |
H A D | run-tests.php | 3375 $color = "\e[1;32m{$result}\e[0m"; break; 3381 $color = "\e[1;31m{$result}\e[0m"; break; 3383 $color = "\e[1;33m{$result}\e[0m"; break; 3386 echo "$color $tested [$tested_file] $extra\n";
|
H A D | php.ini-development | 331 ; <span style="color: ???????"> would work. 581 ;error_prepend_string = "<span style='color: #ff0000'>" 965 ; Whether the CLI web server uses ANSI color coding in its terminal output. 966 cli_server.color = On
|
H A D | php.ini-production | 331 ; <span style="color: ???????"> would work. 583 ;error_prepend_string = "<span style='color: #ff0000'>" 967 ; Whether the CLI web server uses ANSI color coding in its terminal output. 968 cli_server.color = On
|
H A D | README.REDIST.BINS | 485 * Portions relating to JPEG and to color quantization copyright
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 15865 0 name color-profile 16054 >0 use color-profile 16563 >9 byte 2 \b/color RGB, 17589 >>24 lelong 1 \b, color 17823 # NOTE: 15-bit color formats usually have 16-bit listed as the color depth. 25953 >>20 byte 3 RGB color, 25954 >>20 byte 4 CYMK color, 25955 >>20 byte 5 HSL color, 25956 >>20 byte 6 HSB color, 25959 >>20 byte 9 LAB color, [all …]
|
H A D | magic | 15865 0 name color-profile 16054 >0 use color-profile 16563 >9 byte 2 \b/color RGB, 17589 >>24 lelong 1 \b, color 17823 # NOTE: 15-bit color formats usually have 16-bit listed as the color depth. 25953 >>20 byte 3 RGB color, 25954 >>20 byte 4 CYMK color, 25955 >>20 byte 5 HSL color, 25956 >>20 byte 6 HSB color, 25959 >>20 byte 9 LAB color, [all …]
|
Completed in 217 milliseconds
123456